@font-face { 
	font-family: "STYK_Cdot-GothicItalic"; 
	src: 
url("fonts/STYK_Cdot-GothicItalic.woff") format("woff"), 
	font-weight: 400;
	font-style: normal; 
	font-display: swap; 
}
html, body {
    margin: 0;
    padding: 0;
}



/* Fondo general EDITADO NUEVO */
body {
  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
  background-color: #b1d0ef;
           background-image:  linear-gradient(rgba(132,174,215,0.1), rgba(132,174,215,0.3)),
    url("background resources /i11-bg-frill.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 200px;
  color: #2596be;
  cursor: url(bordes/jbcur06.png), auto;
}


.glass {
  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.top-lace {
    height: 113px;                 /* o el alto de tu imagen */
    background-image: url("background resources /lacemono.gif");
    background-repeat: repeat-x;
}
.container-row {
  width: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.container-navi {
   height: 750px;
  width: 20%;
  padding: 44px;
  box-sizing: border-box;
     background:

        url(bordes/bordelindo2.gif) top repeat-x,
        url(bordes/bordelindo90.gif) bottom repeat-x,
        url(bordes/borderleft.gif) left repeat-y,
        url(bordes/borderright.gif) right repeat-y,
  transparent;
  border-radius: 50px;
  
    overflow: hidden;
  overflow-y: scroll;

}
 .container-navi img {
    display: block;
    width: 100px;
    margin: 0 auto;
    

 
 }
.frame img {
    width: 120px;      
    display: block;
    filter: drop-shadow(1px 1px 0 #b1d0ef) 
  drop-shadow(-1px 1px 0 #b1d0ef) 
  drop-shadow(0 2px 0 #b1d0ef) 
  drop-shadow(0 -1px 0 #b1d0ef) 
  drop-shadow(0 1px 1.5px #b1d0ef) 
  drop-shadow(0 -1px 1.5px #b1d0ef) 
  drop-shadow(1px -1px 1.5px #b1d0ef) 
  drop-shadow(-1px -1px 1.5px #e2eefa);     
    
   
    
}
.container-title {
    width: 100%;
  padding: 10px;
   display: flex;
  flex-direction: column;
  box-sizing: border-box;
       background-image:  linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
    url("background resources /ribbonsdos.gif");
  background-repeat: repeat;
    border-radius: 40px;
    text-align: center;
}

 .container-content {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  
}
.title-box {
  background: 
          url(bordes/bordelindo2.gif) top repeat-x,
        url(bordes/bordelindo90.gif) bottom repeat-x,
        url(bordes/borderleft.gif) left repeat-y,
        url(bordes/borderright.gif) right repeat-y,
  transparent;
  
  box-sizing: border-box;
  border-radius: 40px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  

}
.content-box {
  height: 500px;
  padding: 10px;
         background-image:  linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
    url("background resources /ribbonsdos.gif");
  background-repeat: repeat;
    border-radius: 40px;
    
    overflow: hidden;
    overflow-y: scroll;
  
    
}
.container-side {
  height: 750px;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
     background:

        url(bordes/bordelindo2.gif) top repeat-x,
        url(bordes/bordelindo90.gif) bottom repeat-x,
        url(bordes/borderleft.gif) left repeat-y,
        url(bordes/borderright.gif) right repeat-y,
  transparent;
  border-radius: 50px;
  
  overflow: hidden;
  overflow-y: scroll;
  
  
} 
 .photo {
  position: relative;
  width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.photo::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  inset: 0;
  background: rgba(255,255,255,0.3);


}
 .main-title {
    text-align: center;
  font-family: "STYK_Cdot-GothicItalic", serif;
    font-size: 3em;
    background: linear-gradient( 180deg, #b1d0ef, #2596be);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.01px #2596be;
    
}

h1,h2,h3 {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 2.0em;
   font-family: "STYK_Cdot-GothicItalic", serif;
}

h2 {
  font-size: 1.8em;
   font-family: "Fredoka", sans-serif;
}

h3 {
  font-size: 1.6em;
   font-family: "Fredoka", sans-serif;
}

a,a:visited {
  color:#1c6c8a;
}












/*moviles*/ 
@media (max-width: 768px) {

  .container-row {
    flex-direction: column;
  }

  .container-navi,
  .container-content,
  .container-side {
    width: 100%;
    margin: 0;
  }

  .main-title {
    font-size: 1.7em;
  }

}
.bottom-lace {
    height: 75px; /* o la altura de tu imagen */
    background-image: url("background resources /abajolace.gif");
    background-repeat: repeat-x;
}

