@import url(https://fonts.googleapis.com/css?family=Varela+Round);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/** Generated by FG **/
@font-face {
	font-family: 'ConduitLight';
	src: url(../fonts/IT156_.eot);
	src: local('☺'), url(../fonts/IT156_.woff) format('woff'), url(../fonts/IT156_.ttf) format('truetype'), url(../fonts/IT156_.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'ConduitNormal';
	src: url(../fonts/IT162_.eot);
	src: local('☺'), url(../fonts/IT162_.woff) format('woff'), url(../fonts/IT162_.ttf) format('truetype'), url(../fonts/IT162_.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'ConduitMedium';
	src: url(../fonts/it167_.eot);
	src: local('☺'), url(../fonts/it167_.woff) format('woff'), url(../fonts/it167_.ttf) format('truetype'), url(../fonts/it167_.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'HandSean';
	src: url(../fonts/handsean.eot);
	src: local('☺'), url(../fonts/handsean.woff) format('woff'), url(../fonts/handsean.ttf) format('truetype'), url(../fonts/handsean.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}


.fontPreload{
    position:absolute;
    left: -1000px;
}
html, body {
    /*background: #333 url("https://codepen.io/images/classy_fabric.png");*/
}

.slides {
    padding: 0;
    width: 859px;
    height: 571px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 859px;
    height: 571px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

body{
 background-color: #cccccc;   
}

b{
   font-weight: bold; 
}

h1{
    font-family: ConduitNormal;  
}

.rosa{
    color: #bc0f73;   
}

.negro{
    color: #000000;   
}

.tipo_hand{
    font-family: HandSean;    
}

.tipo_light{
    font-family: ConduitLight;    
}
.tipo_bold{
    font-family: ConduitMedium;    
}

.marcado_negro{
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}
.marcado_rosa{
    background-color: #bc0f73;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
}
.marcado_rosa_p{
    background-color: #bc0f73;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}



.rotado {
    /* Safari */
    -webkit-transform: rotate(-15deg);

    /* Firefox */
    -moz-transform: rotate(-15deg);

    /* IE */
    -ms-transform: rotate(-15deg);

    /* Opera */
    -o-transform: rotate(-15deg);

    /* Chrome */
    transform: rotate(-15deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.no_marging{
    margin-top: 0px;   
    margin-bottom: 0px;   
}

.hr_tablon{
    margin-top: 40px;   
    margin-bottom: 40px;  
}

/* ---------------------------------------- */
/* MARCO */
#marco {

	clear:left;
	max-width: 940px;
	margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    
    border:6px solid #000000;
    background-color: white;        
    
    position: relative;
    left: 0px;
}

/* ---------------------------------------- */
/* MENU */

#menu_principal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

#menu_principal .bt_toggle{
        display: none;    
    }

#menu_principal li {
    float: left;
    font-family: ConduitNormal;
    border-right: 1px solid #e7e7e7;
}

#menu_principal  li:last-child {
    float: right;
    border-right: none;
    border-left: 1px solid #e7e7e7;
}

#menu_principal li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
}

#menu_principal li a:hover {
    color: white;
    background-color: #111;
}

#menu_principal .active {
    color: #ffffff;
    background-color: #bc0f73;
}

.titulo_rotado{
    pointer-events: none;
}

/* ---------------------------------------- */
/* CABECERA */
#cabecera_top{
    position: absolute;
    width: 100%;
}

#cabecera_top #cabecera_titulo{
    float: left;
    text-align: left;
    
    position: relative;
    
    
}


#cabecera_top #cabecera_fecha{
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px; 
}


#cabecera_top #cabecera_fecha #mes{
    font-family: ConduitLight; 
    font-size: 1.5em;
}

#cabecera_top #cabecera_fecha #anno{
     font-family: ConduitMedium; 
    font-size: 1.7em;
}

#cabecera_logo{
    text-align: center;
    margin: auto;
    clear:both;
    position: relative;
    top: 10px;
}

#cabecera_pie{
    background-color: black; 
    text-align: center;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px;
   
}

#cabecera_intro{
    float: left;   
}

h3{
   font-family: ConduitLight; 
   font-size: 2em;
   color: #bc0f73;
   text-align: center;
}

#cabecera_pie h2{
    font-family: ConduitLight; 
    font-size: 2em;
    color: #ffffff;
}

/* ---------------------------------------- */
/* SECTIONS */

section a{
    color: #bc0f73;
}
.seccion_rosa{
    background-color: #bc0f73;   
}
.seccion_blanca{
    background-color: #ffffff; 
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
}

.seccion_blanca .p_section{
    padding-left: 20px;
    font-family: ConduitLight; 
    font-size: 1.3em;
    color: black;
    line-height: 120%;
}
.seccion_blanca .p_section p{
    padding-bottom: 10px;
    line-height: 115%;
}
.seccion_blanca .p_section .img_supDerecha{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border:10px solid #cccccc;
}
.seccion_blanca .p_section .img_infCentrada{
    display: block;
    margin: 0 auto;
    border:10px solid #cccccc;
}

.seccion_blanca .p_section li{
    padding-left: 40px;
    line-height: 115%;
}

.seccion_blanca .p_section li::before{
    content: "•";
    color: #bc0f73;
    display: inline-block;
    width: 1em;
    margin-left: -1em

}
.seccion_blanca .p_section h3{
    font-size: 1.2em;
    padding-bottom: 10px;
    color: #bc0f73;
    font-weight: bold;
}


.nota_s{
    font-family: ConduitLight; 
    font-size: 1.2em;
    padding-left: 30px;
}

/* ---------------------------------------- */
/* TITULAR COMPUESTO */

.titular_seccion{
    margin-bottom: 10px;
}

.titular_seccion .pretitular_seccion{
    font-family: HandSean;
    padding-left: 25px;
    font-size: 2em;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    
}
.titular_seccion .pretitular_seccion{
    font-size: 1.4em;
}

.titular_seccion .titular_seccion{
    font-family: ConduitLight;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 2em;
   
}
.titular_seccion .anexo_seccion{
    font-family: ConduitLight;
    display: inline-block;
    font-size: 1.7em;
}

.nota_titular{
    text-align: center;
    margin: auto;
    font-family: ConduitLight;
    display: inline-block;
    font-size: 1.2em;
    

}

.apartado_seccion{
    font-family: HandSean;
    padding-left: 0px;
    font-size: 2em;
    font-size: 1em;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    
}


/* ---------------------------------------- */
/* TITULAR NEGRO */

.titular_negro{
    margin-bottom: 10px;
}

.titular_negro .pretitular_seccion{
    font-family: HandSean;
    color: #bc0f73;
    padding-left: 25px;
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
    
}
.titular_negro .titular_seccion{
    font-family: ConduitLight;
    color: #ffffff;
    display: inline-block;
    font-size: 1.7em;
   
}

.titular_negro .titular_seccion .marcado_negro{
    padding-left: 20px;
    padding-right: 20px;
}

.titular_negro .anexo_seccion{
    font-family: ConduitLight;
    display: inline-block;
    font-size: 1.4em;
}

/* ---------------------------------------- */
/* PRECIOS */

.seccion_precios{
    
}

.precio_apuntes{
    
    
}
.precio_apuntes .apunte_precio{
    font-family: ConduitLight;
    font-size: 1.6em;
    margin-bottom: 20px;
}

.precio_apuntes .apunte_precio_s{
    font-family: ConduitLight;
    font-size: 0.6em;
    margin-bottom: 20px;
}

.apunte_precio_nota{
    font-family: ConduitLight;
    font-size: 0.6em;
}



.precio_apuntes .apunte_precio .apunte_euros{
    background-color: #bc0f73;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    margin-right:  15px;
    
}

.apunte_descripcion_s{
    font-size: 0.8em;
}

.apunte_nota{
    font-size: 0.8em;
}
/* ---------------------------------------- */
/* TABLON */
.img_tablon{
    display: block;
    margin: 0 auto;
    max-width: 860px;
    border:10px solid #cccccc;
}
/* ---------------------------------------- */
/* PIE MIN */
#pie_rrss{
    background-color: #cccccc; 
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: HandSean;
    font-size: 18px;
    color: #bc0f73;
}

#pie_rrss #pie_rrss_ul li{
    display: inline-block; 
}
#pie_rrss #pie_rrss_ul div{
    display: inline-block; 
}

#pie_rrss #pie_rrss_ul .item_rrss_txt{
    margin-left: 25px;   
}

#pie_rrss #pie_rrss_ul .item_rrss_txt a{
    color: black;
    text-decoration: none;
    
}
#pie_rrss img{
    margin-left: 10px;
    vertical-align: middle;
}




#pie_contacto {
    
    background-color: #bc0f73; 
    text-align: center;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    
}
#pie_contacto .pie_contacto_ul{
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align: center;
}
#pie_contacto .pie_contacto_ul li{
    display: inline;
    margin-right: 20px;
     
    
}


#pie_contacto .pie_contacto_ul li:last-child {
    margin-right: 0px;
}
#pie_contacto h5{
    display: inline-block;
    font-family: ConduitLight; 
    font-size: 1.3em;
    color: #ffffff;
}
#pie_contacto .pie_contacto_ul a{
    text-decoration: none;
    color: #ffffff;
}

#pie_contacto .pie_contacto_ul a:hover{
    color: #000000;
}


footer{
    font-family: ConduitLight;
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

footer a{
    color: #bc0f73
}




#card_cont {
    text-align: center;
}

.card {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 360px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-style: solid;
    border-color: #ffffff;
    border-width: 8px;
    margin: auto;
    margin-left: 20px;
    margin-bottom: 30px;
    background-color: #ffffff;

  }

  .card .bt_informacion{

    margin: auto;
    margin-top: 10px;
    padding-top: 10px;
    width: 180px;
    height: 25px;
    vertical-align: middle;
    background-color: #bc0f73;
    font-family: ConduitMedium;

  }
  .card .bt_informacion a{
    color: #ffffff;
    text-decoration: none;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .card .container {
    padding: 2px 16px;
  }

  .card h4{
    font-family: ConduitMedium;
    font-size: 22px;
  }
  .card .texto_card{
    font-family: ConduitNormal;
    font-size: 20px;
}

.youtube_container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aviso_tablon{
    text-align: center;
    font-family: ConduitNormal;
    color: dimgray;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aviso_tablon2{
    text-align: center;
    font-family: ConduitNormal;
    color: dimgray;
    font-size: 20px;
    padding-bottom: 20px;
}



.titulo_rotado{
    top: 0px;
    left: 5px;
    font-size: 2.2em;
    z-index: 2;
    pointer-events: none;
}

#seccion_rosa_actividades{
    padding-top: 20px; 
    padding-bottom: 4px; 
    padding-left: 20px;
    padding-right: 20px;
}

#seccion_rosa_actividades h1{
    font-family: HandSean;
    font-weight: 100;
    font-size: 2.7em;
    color: white;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

#seccion_rosa_actividades h5{
    font-family: ConduitLight;
    font-weight: 100;
    font-size: 1em;
    color: white;
    text-align: right;
}


@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }
    #seccion_rosa_actividades h1{
        font-size: 5vw;
    }
    
    #seccion_rosa_actividades h5{
        font-size: 3vw;
    }
    
}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
   
    
    
}
.titulo_rotado{
    top: 15px;
    left: 5px;
    font-size: 2.2em;
    z-index: 2;
}

#seccion_contacto{
    margin-top: 30px;
    background-color: #bc0f73;
    

}

#seccion_contacto #seccion_contacto_horarios{
    width: 50%;
     display: inline-block;
}
#seccion_contacto #seccion_contacto_horarios #titular_horarios{
    height: 85px;
    line-height: 73px;
    background-color: white;
    text-align: center;
    margin: auto;
}
#seccion_contacto #seccion_contacto_horarios #titular_horarios span{
      display: inline-block;
      vertical-align: bottom;
      line-height: normal; 
}
#seccion_contacto #seccion_contacto_horarios #titular_contacto{
    height: 52px;
    line-height: 42px;
    background-color: white;
    text-align: center;
    margin: auto;
}
#seccion_contacto #seccion_contacto_horarios #titular_contacto span{
      display: inline-block;
      vertical-align: top;
      line-height: normal; 
}
#seccion_contacto #seccion_contacto_horarios .titular_seccion_contacto{
    font-family: HandSean;
    font-size: 2em;
}

#seccion_contacto #texto_horarios{
    padding-top: 15px;
    padding-bottom: 15px; 
}

#seccion_contacto .texto_contacto{
    font-family: ConduitLight;
    font-size: 1.3em;
    color: white;
    text-align: center;
    margin: auto;
    text-decoration: none;
}
#seccion_contacto .texto_contacto a:link{
    color: white;
    text-decoration: none;
}



#seccion_contacto .contacto_item{
    font-family: ConduitLight;
    color: white;
    text-align: left;

}
#seccion_contacto #contenido_contacto{
    padding-top: 15px;
    padding-bottom: 15px;   
}

#seccion_contacto #contenido_contacto .parte_negra{
    width: 130px;
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    color: white;
    text-align: right;
    display: inline-block;
    margin-bottom: 15px;
}

#seccion_contacto #contenido_contacto .parte_dato{
    display: inline-block;
}
/*-------------------------*/
#seccion_contacto #seccion_contacto_plano{
    width: 50%; 
    float: right;
    vertical-align: top;
}

#seccion_contacto #seccion_contacto_plano #cabecera_blanca{
    height: 73px;
    background-color: white;
    
}



#seccion_contacto #seccion_contacto_plano #img_plano img:first-child{
    z-index: 1;
    width:100%
}
#seccion_contacto #seccion_contacto_plano #img_plano img:last-child{
    z-index: 2;
    position: relative;
    top: -408px;
    margin-bottom: -315px;
    width: 100%
}











@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }

    
}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
    #seccion_contacto #contenido_contacto .parte_negra{
        width: 80%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    #seccion_contacto .texto_contacto{
        text-align: center;
    }
   #seccion_contacto #seccion_contacto_horarios{
        width: 100%;
        display: block;
    }
    #seccion_contacto #seccion_contacto_plano{
        background-color: white;
        width: 100%; 
        float: none;
        text-align: center;
        margin: auto;
    }
    
    
}

@media screen and (max-width: 500px) {
    #seccion_contacto #seccion_contacto_plano img{
        width: 100%;
    }
    #seccion_contacto #seccion_contacto_horarios .titular_seccion_contacto{
        font-size: 7.5vw;
    }
    #seccion_contacto .texto_contacto{
        font-size: 4.8vw;
    }
    #seccion_contacto #contenido_contacto .parte_negra{

        margin-top: 5px;
        margin-bottom: 5px;
    }
}
.titulo_rotado{
    top: 10px;
    left: 5px;
    font-size: 2.2em;
    z-index: 2;
}

.primera_seccion{
    margin-top: 20px;
}


.titular_colaboradores{
    font-size: 22px;
}

@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }
    
}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
   
    
    
}


.grid-gallery {
    display: grid;
    grid-auto-rows: 200px;
    grid-gap: 1rem;
    grid-auto-flow: row dense;
  }
  @media all and (min-width: 320px) {
    .grid-gallery {
      grid-template-columns: 1fr;
    }
  }
  @media all and (min-width: 768px) {
    .grid-gallery {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media all and (min-width: 1024px) {
    .grid-gallery {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .grid-gallery__item:nth-child(11n+1) {
    grid-column: span 1;
  }
  .grid-gallery__item:nth-child(11n+4) {
    grid-column: span 2;
    grid-row: span 1;
  }
  @media all and (min-width: 320px) {
    .grid-gallery__item:nth-child(11n+4) {
      grid-column: span 1;
      grid-row: span 1;
    }
  }
  .grid-gallery__item:nth-child(11n+6) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .grid-gallery__item:nth-child(11n+7) {
    grid-column: span 1;
    grid-row: span 2;
  }
  .grid-gallery__item:nth-child(11n+8) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .grid-gallery__item:nth-child(11n+9) {
    grid-row: span 3;
  }
.grid-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.grid-gallery__item {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: #151515;
}

.grid-gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-gallery__item:hover::after {
  opacity: 1;
}

.grid-gallery__item:hover .grid-gallery__image {
  transform: scale(1.035);
  filter: saturate(1.03);
}

body.gallery-modal-open {
  overflow: hidden;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(5vw, 40px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.gallery-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.84);
  backdrop-filter: blur(0);
  transition: background-color 0.32s ease, backdrop-filter 0.32s ease;
}

.gallery-modal.is-visible .gallery-modal__backdrop {
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(6px);
}

.gallery-modal__frame {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  max-height: 92vh;
  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: transform 0.34s ease, opacity 0.24s ease;
}

.gallery-modal.is-visible .gallery-modal__frame {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  border-radius: 6px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
  transition: opacity 0.22s ease;
}

.gallery-modal.is-loading .gallery-modal__image {
  opacity: 0.7;
  transition: opacity 0.18s ease;
}

.pos_relative{
    position: relative;
    text-align: center;
    margin: auto;
    background-color: #ff0000;
}

.tabla_horario_cont{
    margin: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    width: 890px;
    background-color: #ffffff;
    border: #cccccc 10px solid;
    box-sizing: border-box;
    transform-origin: 0% 50%;
}

.tabla_horario{
    margin: auto;
    width: 100%;
    font-family: ConduitNormal;
    font-size: 18px;
    border-spacing: 8px;
    border-collapse: separate;
}
.tabla_cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    background-color: #bd0e73;
    color: #ffffff;
    
}

.cell_hora{
    position: relative;
    border-radius: 4px;
    border: #b7bfc9 4px solid;
}

.cell_hora_inf{
    margin-top: 6px;
}

.cell_hora_inf2{
    height: 56px !important;
    margin-top: 6px;
}
.cell_hora_hr{
    text-align: center;
    height: 22px;
    background-color: #b7bfc9;
    color: #14334f;
}
.cell_hora_vacio{
    border-radius: 4px;
    background-color: #e5e5e5;
    border: #e5e5e5 4px solid;
    height: 62px;
}
.cell_hora_vacio_doble{
    height: 138px;
}
.cell_hora_vacio .cell_hora_hr{
    height: 22px;
    background-color: #e5e5e5;
}


.cell_actividad{
    width: 100%;
}
.cell_day{
    vertical-align: top;
}


.tabla_actividad{
    width: 100%;
    margin: auto;
    border-spacing: 3px;
    border-collapse: separate;
}

.cabecera_actividad{
    width: 100%;
    background-color: #8384c5;
    color: #ffffff;
    border-radius: 5px;
    height: 52px;
    vertical-align: middle;
}
.cell_small{
    height: 34px;
}

.monitora{
    font-size: 16px;
    /* display: none; */
}
.titulo_rotado{
    top: 10px;
    left: 5px;
    font-size: 2.0em;
}


/* ------------------------------------*/
    /* inicio_seccion_rosa */
#inicio_seccion_rosa{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#inicio_seccion_rosa #texto_1{
    font-family: ConduitLight;
    color: #ffffff;
    font-size: 1.6em;
    text-align: center;
    margin: auto;
}

#inicio_seccion_rosa #texto_2{
    font-family: HandSean;
    color: #ffffff;
    margin-top: 60px;
    width: 100%;
    text-align: center;
    margin: auto;
}

#inicio_seccion_rosa #texto_2 #texto_2A{

    font-size: 2.2em;
    display:inline-block;
    margin-top: 10px;


}
#inicio_seccion_rosa #texto_2 #texto_2B{
    font-size: 2em;
    margin-top: 20px;
    margin-left: 30px;
    display:inline-block;
}


@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }
    #inicio_seccion_rosa #texto_1{
        font-size: 3vw;
    }
    
    #inicio_seccion_rosa #texto_2 #texto_2A{
        font-size: 3.5vw;
    }
    
    #inicio_seccion_rosa #texto_2 #texto_2B{
        font-size: 3.5vw;
        margin-left: 0px;
    }

}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
    /* ------------------------------------*/
    /* inicio_seccion_rosa */
    #inicio_seccion_rosa{
        padding-bottom: 10px;
    }
    #inicio_seccion_rosa #texto_1{
        font-size: 4vw;
    }
    #inicio_seccion_rosa #texto_2 #texto_2A{
        margin-top: 20px;
        font-size: 4vw;
        display:block;
        margin-bottom: 10px;
    }
    #inicio_seccion_rosa #texto_2 #texto_2B{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 5vw;
        display:none;
    }
    
    
}
.instagram-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 20px 0 10px;
}

/* ── Post card ── */
.ig-post {
    width: 60%;
    margin: 0 auto;
    border: 2px solid #000;
    background: #fff;
    font-family: sans-serif;
    font-size: 14px;
}

/* ── Header ── */
.ig-post__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #efefef;
}

.ig-post__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbdbdb;
}

.ig-post__avatar--placeholder {
    background: #dbdbdb;
}

.ig-post__username {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    flex: 1;
}

.ig-post__header-link {
    font-size: 12px;
    color: #0095f6;
    text-decoration: none;
    white-space: nowrap;
}

.ig-post__header-link:hover {
    text-decoration: underline;
}

/* ── Image ── */
.ig-post__media {
    display: block;
    position: relative;
    line-height: 0;
}

.ig-post__image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}

.ig-post__media:hover .ig-post__image {
    opacity: 0.92;
}

.ig-post__media--video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.85);
    pointer-events: none;
}

/* ── Footer ── */
.ig-post__footer {
    padding: 10px 12px 14px;
}

.ig-post__actions {
    display: flex;
    gap: 14px;
    margin-bottom: 8px;
}

.ig-post__icon {
    width: 24px;
    height: 24px;
    color: #000;
    cursor: pointer;
}

.ig-post__caption {
    margin: 0;
    line-height: 1.5;
    color: #000;
    word-break: break-word;
}

.ig-post__caption strong {
    margin-right: 4px;
}

/* ── Fallback ── */
.instagram-grid__fallback {
    text-align: center;
    padding: 30px 0;
    font-size: 1.1em;
    color: #666;
}

.instagram-grid__fallback a {
    color: #bc0f73;
    text-decoration: none;
    font-weight: bold;
}

.instagram-grid__fallback a:hover {
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 700px) {
    .ig-post {
        width: 100%;
    }
}

.titulo_rotado{
    top: 0px;
    left: 5px;
    font-size: 2.2em;
    z-index: 2;
}

.primera_seccion{
    margin-top: 20px;
}


.titular_colaboradores{
    font-size: 22px;
}

@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }
    
}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
   
    
    
}
.titulo_rotado{
    top: 4px;
    left: 5px;
    font-size: 2.2em;
    z-index: 2;
}

#seccion_rosa_tarifas{
    padding-top: 20px; 
    padding-bottom: 4px; 
    padding-left: 20px;
    padding-right: 20px;
}

#seccion_rosa_tarifas h1{
    font-family: HandSean;
    font-weight: 100;
    font-size: 2.7em;
    color: white;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

#seccion_rosa_tarifas h5{
    font-family: ConduitLight;
    font-weight: 100;
    font-size: 1em;
    color: white;
    text-align: right;
}


@media screen and (max-width: 1000px) {
    .titulo_rotado{
        font-size: 3.5vw;
    }
    #seccion_rosa_tarifas h1{
        font-size: 5vw;
    }
    
    #seccion_rosa_tarifas h5{
        font-size: 3vw;
    }
    
}


@media screen and (max-width: 768px) {
    .titulo_rotado{
        font-size: 4.5vw;
    }
   
    
    
}

@media screen and (max-width: 1000px) {
    /* ---------------------------------------- */
    /* MARCO */
    #marco {
        max-width: 95%;
    }
    /* ---------------------------------------- */
    /* MENU */
    #menu_principal li a {
         font-size: 15px;
    }
    /* ---------------------------------------- */
    /* CABECERA */
    #cabecera_logo img{
        width: 75%;    
    }
    
    #cabecera_top #cabecera_fecha #mes{
        font-size: 2.7vw;
    }

    #cabecera_top #cabecera_fecha #anno{
        font-size: 3vw;
    }
    #cabecera_pie h2{
        font-size: 3.5vw;
    }
    /* ---------------------------------------- */
    /* PIE MIN */
    #pie_min h5{
        font-size: 2.5vw;
    }
    .img_tablon{
        width: 95%;
        border:7px solid #cccccc;
    }
}

@media screen and (max-width: 768px) {
    .hr_tablon{
        margin-top: 7vw;   
        margin-bottom: 7vw;  
    }
    /* ---------------------------------------- */
    /* MENU */
    #menu_principal ul{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    #menu_principal li a{
         font-size: 15px;
    }
    .marcado_negro{
        padding-left: 1vw;
        padding-right: 1vw;

    }
    .marcado_rosa{
        padding-left: 4vw;
        padding-right: 4vw;
    }
    /* ---------------------------------------- */
    /* MARCO */
    #marco {
        max-width: 100%;
        margin-top: 0px;
        border: 0px;
    }
    /* ---------------------------------------- */
    /* CABECERA */
    #cabecera{
        margin-top: 41px;    
    }
    
    
    #cabecera_top #cabecera_fecha #mes{
        font-size: 4vw;
    }

    #cabecera_top #cabecera_fecha #anno{
        font-size: 4.5vw;
    }
    #cabecera_pie h2{
        font-size: 4vw;
    }
    /* ---------------------------------------- */
    /* PIE MIN */
    #pie_contacto .pie_contacto_ul li{
        display: block;
        margin-right: 0px;
    }
    #pie_contacto h5{
        font-size: 3.5vw;
    }
    /* ---------------------------------------- */
    /* TITULAR COMPUESTO */

    .titular_seccion{
        margin-bottom: 1vw;
    }

    .titular_seccion .pretitular_seccion{
        padding-left: 4vw;
        margin-bottom: 0px;
        font-size: 4.5vw;


    }
    .titular_seccion .titular_seccion{
        
        font-size: 4.5vw;

    }
    .titular_seccion .anexo_seccion{
        font-size: 3.5vw;
    }
    /* ---------------------------------------- */
    /* TITULAR NEGRO */
    .titular_negro .pretitular_seccion{
         font-size: 4.5vw;
    }
    .titular_negro .titular_seccion{
         font-size: 4.5vw;
    }
    .titular_negro .anexo_seccion{
        font-size: 3.5vw;
    }
    .precio_apuntes .apunte_precio{
        font-size: 4vw;
        margin-bottom: 15px;
    }

    /* ---------------------------------------- */
    /* SECTIONS */

    .seccion_blanca {
        padding-top: 3vw;
        padding-left: 3vw;
        padding-right: 3vw;
        padding-bottom: 3vw;

    }
    .seccion_blanca .p_section{
        font-size: 3vw;
        line-height: 120%;

    }
    .seccion_blanca .p_section .img_supDerecha{
        display: block;
        vertical-align: top;
        float: none;
        text-align: center;
        margin: auto;
        width: 70%;
        max-width: 220px;
        margin-top: 20px;
        margin-bottom: 10px;
        border:7px solid #cccccc;
    }
    .seccion_blanca .p_section .img_infCentrada{
        width: 70%;
        max-width: 540px;
        border:7px solid #cccccc;
    }
    .img_tablon{
        width: 95%;
        border:7px solid #cccccc;
    }
    
}
    


/*@media screen and (max-width: 550px) { */
@media screen and (max-width: 768px) {
    /*
    #menu_principal {
       
    }
    */
    #menu_principal li a{
         font-size: 12px;
    }
    #menu_principal .no-active{
        display: block;
        
  
    }
    #menu_principal .bt_toggle{
        display: block; 
    }
    
    #menu_principal .active {
        display: block;
   
    }
    #menu_principal li {
        
        float: none;
        border-bottom: 1px solid #e7e7e7;
    }
    #menu_principal li:last-child {
        float: none;
    }
    .menu_replegado{
        height: 40px;
        transition: height 0.15s ease-out;
        
    }
    .menu_desplegado{
        
        content: " "; /* Older browser do not support empty content */

       display: block;
       clear: both;
        height: 369px; /* 41 x 6 opciones */
        transition: height 0.15s ease-out;
    }
    
    #pie_rrss{
        font-size: 3vw;;
    }
    #pie_rrss #pie_rrss_ul .item_rrss_txt{
        display: none; 
    }
    #pie_rrss img{
        width: 50%;
    }
    
    
    .seccion_blanca .p_section{
        font-size: 5vw;
    }  
    .seccion_blanca .p_section .img_infCentrada{
        width: 80%;
        max-width: 540px;
        border:7px solid #cccccc;
    }

    .aviso_tablon{

        font-size: 30px;
    }
    .aviso_tablon2{

        font-size: 16px;

    }
    
}
/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }








.rslides {
  margin: 0 auto;
  }

.rslides_container {
  
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url(../images/themes.gif) no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #bc0f73;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}


/*# sourceMappingURL=main.f8339d08.css.map*/