@import url('https://fonts.googleapis.com/css2?family=Alata&family=Raleway:wght@300;400;600;700;900&display=swap');
/*****GENERALES*****/
:root {
  --magenta: #FE2C55;
  --cian: #25F4EE;
  --amarillo: #fbb03b;
  --naranja: #FC601F;
  --naranjaDos: #DE3E17;
  --azul: #132281;
  --azulDos: #0F507C;
  --rojo: #E7312A;
  --negro: #000;
  --blanco: #fff;
  --texto: #333333;
  --morado: #58306f;
  --rosa: #f563ff;
  --rojo: #ff6666;
  --azulin: #6cc4c8;
  --azulinDos: #8bc6c6;
  --amarilloDos: #f8cb10;

  --all: all 0.3s ease-in-out;

  --titulos: 'Alata', sans-serif;
  --general: 'Raleway', sans-serif;

  --calcHeight: calc(100vh - 47px);
}
*, html{
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}
html{
  overflow-x:hidden;
}
body{
  font-family: var(--general);
  font-size:18px;
  color: var(--blanco);
  font-weight: 400;

  overflow-x: hidden;
  overflow-y: auto;

  min-height: 100%;
  width: 100%;
}
h7{
  font-weight: bold;
  color: var(--negro);
  font-size: 26px;
  font-family: var(--titulos);
}
h8{
  font-weight: 700;
  color: var(--amarillo);
  font-size: 40px;
}
h9{
  font-weight: 600;
  color: var(--amarillo);
  font-size: 30px;
  font-family: var(--titulos);
  font-style: italic;
}
h10{
  font-weight: 600;
  color: var(--negro);
  font-size: 30px;
  font-family: var(--titulos);
  font-style: italic;
}
h11{
  font-weight: 700;
  color: var(--negro);
  font-size: 40px;
}
h12{
  font-family: var(--titulos);
  font-size: 20px;
  color: var(--azul);
  text-transform: uppercase;
  letter-spacing: 15px;
}
h13{
  font-family: var(--titulos);
  font-size: 20px;
  letter-spacing: 5px;
}
h14{
  font-family: var(--titulos);
  font-size: 20px;
  color: var(--negro);
}
h15{
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
}
h16{
  font-weight: 600;
  color: var(--blanco);
  font-size: 30px;
  font-family: var(--titulos);
  font-style: italic;
}
h17{
  font-size: 45px;
  font-style: italic;
  font-weight: bold;
  text-shadow: black 0em 0em 0.3em;
}
h18{
  font-size: 30px;
  font-weight: bold;
  text-shadow: black 0em 0em 0.3em;
}
.light{color: var(--blanco);}
.dark{color: var(--negro);}
#cl{clear: both;}
#cs{height: 10px;}
.max_width{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.padding_width{
  padding: 100px 2% 100px 2%;
}
.padding_width_2{
  padding: 50px 2% 50px 2%;
}
.padding_width_chico{
  padding: 100px 0.5% 100px 0.5%;
}
.padding_width_bajo{
  padding: 10px 1% 0px 1%;
}
.padding_historia{
  padding: 200px 2% 50px 2%;
}
.italic{font-style: italic;}
.grises:hover{opacity: 0.6;}
.at_c{text-align: center;}
.at_j{text-align: justify;}
.ln_h{line-height: 30px;}
.puntero{cursor: pointer;}
.minHeight{
  min-height: 100vh;
}
.linea{height: 1px;width: 100%;margin: 5px 0 5px 0;opacity: 0.1;}
.linea_proyectos{
  height: 1px;
  width: 100%;
  margin: 10px 0 5px 0;
  background-color: var(--amarillo);
}
a{text-decoration: none;}
.ver_mas{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid var(--negro);
  font-weight: 600;
  color: var(--negro);
  font-size: 30px;
  padding-top: 1px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  transition: var(--all);
}
.ver_mas:hover{
  color: var(--amarillo);
  border: 2px solid var(--amarillo);
}
.ver_mas_grande{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 5px solid var(--amarillo);
  font-weight: 600;
  color: var(--amarillo);
  font-size: 60px;
  padding-top: 1px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  transition: var(--all);
}
.ver_mas_grande:hover{
  color: var(--naranja);
  border: 5px solid var(--naranja);
}

.img_libro{
  width: 48%;
  float: left;
  margin: 0 25px 20px 0;
}
.subir{
  position: relative;
  z-index: 1;
  margin-top: -20px;
  float: right;
  width: 40px;
  height: 40px;
  color: var(--negro);
  background-color: var(--amarillo);
  border-radius: 50%;
  padding: 4px;
  font-size: 20px;
  text-align: center;
  transition: var(--all);
  cursor: pointer;
}
.subir:hover{
  background-color: var(--naranja);
}
#subir_sale{display: none;}
/*****FIN GENERALES*****/
/*****INICIO******/
.imas_flex{width: 60%;}
.img{width: 100%;}
.bg_blanco{background-color: var(--blanco);color: var(--texto);}
.bg_rojo{background-color: var(--rojo);}
.bg_amarillo{background-color: var(--amarillo);color: var(--texto);}
.bg_morado{background-color: var(--morado);}
.bg_textura{
  background-image:url('../img/textura.png');
  width: 100%;
  color: var(--texto);
}
.pa_flex_2{display:flex;justify-content:space-around;}
.de_flex_2{width:45%;}
.pa_flex_4{display:flex;justify-content:space-around;}
.de_flex_4{width:23%;}
.pa_flex_3{display:flex;justify-content:space-around;}
.de_flex_3{width:33%;}

.img_ser{width: 100%;}

.alin{align-items: center;}

.contiene{
  background-color: #f2f2f2;
  border-radius: 2px;
  padding: 10px 10px 35px 10px;
  width: 24%;
  font-weight: 200;
}
.contiene img{
  width: 100%;
  margin-bottom: 20px;
  transition: var(--all);
}
.contiene img:hover{
  filter: blur(1.5px);
}
.album_flex{
  display:flex;
  justify-content:space-around;
}
.galeria{
  background-color: var(--blanco);
  padding: 2px;
}

.lista_servicios{
  margin-top: 15px;
  list-style: none;
}

.lista_servicios li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}

.lista_servicios li::before {
  content: "• ";
  color: var(--naranja); /* or whatever color you prefer */
}

.lista_felicitacion{
  padding: 15px;
  list-style: none;
}
.lista_felicitacion li {
  text-indent: -16px;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.lista_felicitacion li::before {
  content: "❤ ";
  color: var(--rojo);
}
.de_flex_sobre{
  background-color: var(--blanco);
  width: 32%;
  border-radius: 10px;
}
.de_flex_felicitacion{
  width: 58%;
}
.sobre{
  width: 100%;
}


.fondo_3{
  background-image:url('../img/fondo_2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  width: 100%;
}

.fondo_2{
  background-image:url('../img/fondo_1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  width: 100%;
}

.foto_testimonios{
  width: 50%;
}
.linea_testimonios{
  background-color: var(--amarillo);
  width: 30%;
  height: 4px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonios{
  background-color: #f2f2f2;
  border-radius: 2px;
  padding: 20px;
  width: 100%;
  font-weight: 200;
}
/*****FIN INICIO*****/
/*****MENU*****/
.fondo_1{
  background-image:url('../img/fotos/slider.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size:cover;
  background-attachment: fixed;
  width: 100%;
  height: var(--calcHeight);
  max-height: var(--calcHeight);
  min-height: var(--calcHeight);
}
.logo{
  cursor: pointer;
  z-index: 1;
  opacity: 0.8;
}
.back_inicio{
  padding: 20px;
  background-color: rgb(0, 0, 0, 1);
  width: 100%;
}
.logo_inicio{
  height: 120px;
}
.logo_index{
  position: absolute;
  top: 25px;
  left: 70px;
  height: 120px;
}
.logo_web{
  position: fixed;
  top: 70px;
  right: 70px;
  height: 60px;
}
.logo:hover{
  opacity: 1;
}
.menu_f{
  width: 100%;
  background: var(--negro);
  z-index: 10;
}
.menu_flex{
  display:flex;
  justify-content:space-around;
  color: var(--amarillo);
  font-size: 20px;
  font-family: var(--titulos);
  padding: 10px 2% 10px 2%;
}
.ir{
  color: var(--amarillo);
  cursor: pointer;
  transition: var(--all);
}

.logo_menu{
  height: 50px;
  float: left;
  margin-bottom: 0px;
}
.menu_cerrar{
  position: fixed;
  z-index: 8;
  top: 0;
  height: 100vh;
  width: 100%;

  background-color: rgb(0,0,0,0.4);
}
.menu_res{
  position: fixed;
  z-index: 2;
  top: 15px;
  right: 15px;
  height: 30px;
  cursor: pointer;
  display: none;
  transition: var(--all);
  background-color: var(--amarillo);
  padding: 6px 5px 6px 5px;
  border-radius: 1px;
}
.menu_res:hover{
  background-color: var(--naranja);
}
.menu_r{
  position: fixed;
  z-index: 9;
  padding: 20px;
  width: 60vw;
  right: 0;
  top: 0;
  background-color: var(--negro);
  /*text-align: center;*/
  min-height: 100vh;
}
.menu_r li{
  text-decoration: none;
  list-style: none;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  border-bottom: 1px solid var(--blanco);
  padding-bottom: 10px;
  font-weight: bold;
}
.overflow{
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
}

.ir:hover{
  color: var(--naranja);
}

#ver_no{display: none;}
#ver_si{display: block;}
#ver_si_cerrar{display: block;}

#ver_si {
  animation-duration: 1s;
  animation-name: sale_menu;
}

@keyframes sale_menu {
  from {
    top: -100%;
  }

  to {
    top: 0;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--negro);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.dropdown-content a {
  color: var(--amarillo);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: var(--all);
}
.dropdown-content a:hover {
  color: var(--naranja);
}
.dropdown:hover .dropdown-content {display: block;}
/*****FIN MENU*****/
/*****ACORDION*****/
.dt{
  color: var(--amarillo);
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
}
.dd{
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 10px;
  color: var(--amarillo);
  transition: var(--all);
}
.dd:hover, .dt:hover{
  color: var(--naranja);
}
/*****FIN ACORDION*****/
/*****ANIMACIONES*****/
.rotateMe {
 transition: transform 2s ease-out;
}
.rotateMe:hover {
 transform: rotate(360deg);
}
/*****FIN ANIMACIONES*****/
/*****PIE*****/
.pie{
  font-family: var(--titulos);
  color: var(--blanco);
  background-color: var(--negro);
  font-size: 14px;
}
.padding_pie{
  padding: 20px 2% 20px 2%;
}
.pie_flex{
  display:flex;
  /*justify-content:space-between;*/
  justify-content: space-between;
  align-items: flex-end;
}
.logo_pie{
  height: 60px;
}
.pie_top{
  margin-top: 15px;
}
.redes_contacto{
  display:flex;justify-content:flex-start;
  margin-top: 25px; 
}
.flex_redes{
  display:flex;justify-content:center;
  margin-top: 25px; 
}
.de_flex_redes img, .redes_contacto img{
  margin-left: 10px;
  margin-right: 10px;
  height: 40px;
  background-color: var(--amarillo);
  border-radius: 50%;
  padding: 4px;
  transition: var(--all);
}
.de_flex_redes img:hover, .redes_contacto img:hover{
  background-color: var(--naranja);
}
.redes_dos{
  position: absolute;
  z-index: 1;
  top: calc(50vh - 150px);
  margin-left: 15px;
  display: block;
}
.redes_dos img{
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  background-color: var(--amarillo);
  border-radius: 50%;
  padding: 4px;
  transition: var(--all);
}
.redes_dos img:hover{
  background-color: var(--naranja);
}
/*****FIN PIE*****/
/*****CONTACTO*****/
.mapa{
  height: 350px;
  margin: none;
  padding: none;
  border: none;
  width: 100%;
  display: inline-block;
}
.infcontacto ul {
  text-align:left;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}
.infcontacto ul.list1 li{
  padding-left: 60px;
  height: 50px;
  font-size:19px;
}
.infcontacto ul.list1 li.telefono {
  background: url(../img/con_1.svg) 0 0px no-repeat;
  padding-top:9px;
}
.infcontacto ul.list1 li.correo {
  background: url(../img/con_2.svg) 0 0px no-repeat;
  padding-top:9px;
}
.infcontacto ul.list1 li.ubicacion {
  background: url(../img/con_3.svg) 0 0px no-repeat;
  height: 60px;
}
.infcontacto ul.list1 li {margin-top: 10px;}
.infcontacto ul.list1 li a{
  text-decoration: none;
  color: var(--texto);
}
.infcontacto ul.list1 li a:hover{
  color: var(--amarillo);
}
#formulario{
  padding: 20px;
  background-color: #f2f2f2;
}
#formulario input[type='text'], input[type='password'], select {
  width:100%;
  height: 49px;
  border: none;
  color:#000;
  padding: 4px 12px 5px;
  background-color: var(--blanco);
  margin-bottom: 5px;
  font-size: 14px;
  font-family: var(--titulos);
}
#area {
  width:100%;
  border: none;
  color:#000;
  padding: 4px 12px 5px;
  background-color: var(--blanco);
  height: 120px;
  margin-bottom: 25px;
  font-size: 14px;
  font-family: var(--titulos);
}
.button{
  background-color: var(--negro);
  padding: 5px 15% 5px 15%;
  border-radius: 2px;
  border: none;
  font-size: 20px;
  font-family: var(--titulos);
  color: var(--blanco);
  text-decoration: none;
  cursor: pointer;
  transition: var(--all);
}
.button:hover{
  background-color: var(--amarillo);
}
/*****FIN CONTACTO*****/
/*****CAROUSEL ALICE*****/
.carousel_tik{
  max-height: 250px;
  border: 2px solid var(--blanco);
  cursor: pointer;
  transition: var(--all);
}
.carousel_tik:hover{
  filter: blur(1.5px);
}
.cuadro_modal{
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: rgb(0,0,0,0.5);
  min-height: 90vh;
  padding: 15px;
  font-size: 10px;
  font-family: var(--titulos);
}

.carousel_img{
  height: var(--calcHeight);
  max-height: var(--calcHeight);
  min-height: var(--calcHeight);
}
.carousel_img img{height: 100%;}


.inicio_img{
  background-image:url('../img/fondo_2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-size:cover;
  background-attachment: fixed;
  width: 100%;
  height: var(--calcHeight);
  max-height: var(--calcHeight);
  min-height: var(--calcHeight);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.leyenda{
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
}
.leyenda_texto{
  text-decoration: none;
  color: var(--negro);
  font-weight: 700;
  letter-spacing: 10px;
  font-size: 40px;
  padding: 15px 40px 15px 40px;
  max-width: 50%;
  background-color: var(--amarillo);
  transition: var(--all);
  text-align: center;
}
.leyenda_texto a{
  color: var(--negro);
}
.leyenda_texto:hover{
  background-color: var(--naranja);
}
/*
.carousel_boton{
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: var(--calcHeight);
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 20px;
  transition: var(--all);
}
.leyenda_texto{
  text-decoration: none;
  color: var(--negro);
  font-weight: 700;
  letter-spacing: 10px;
  font-size: 40px;
  padding: 15px 40px 15px 40px;
  max-width: 70%;
  background-color: var(--amarillo);
  transition: var(--all);
  text-align: center;
}
.leyenda_texto:hover{
  background-color: var(--naranja);
}
.espacio_leyenda{
  background-color: transparent;
  width: calc(100% - 80px);
  text-align: center;
}
.carousel_boton:hover{
  background-color: rgba(19, 34, 129, 0.6);
  color: rgba(255, 255, 255, 1);
}
.flex_carousel{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
}
.fondo_1_carousel{
  width: 100%;
  height: var(--calcHeight);
  max-height: var(--calcHeight);
  min-height: var(--calcHeight);
  display: block;
}
*/
/*****FIN CAROUSEL ALICE*****/
/*****RESPONSIVOS*****/
@media screen and (max-width: 1300px) {
  .redes_dos{display: none;}
}
@media screen and (max-width: 1260px) {

}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 1100px) {
  .leyenda_texto{
    max-width: 100%;
    background-color: rgb(251, 176, 59, 0.6);
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 30px;
    padding: 10px 5px 10px 5px;
  }
}
@media screen and (max-width: 1060px) {
  h12{letter-spacing: 10px;}
}
@media screen and (max-width: 1000px) {
  .de_flex_4{width:100%;margin-top: 20px;}
  .pa_flex_4{flex-flow: column;}
  .contiene{width:100%;margin-bottom: 20px;}
  .contiene img{width: 60%;}
}
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 900px) {
  .logo_web{
    position: static;
    top: auto;
    right: auto;
    margin-top: 50px;
    opacity: 1;
    height: 120px;
  }
  .logo_centrar{
    text-align: center;
  }
}
@media screen and (max-width: 865px) {

}
@media screen and (max-width: 850px) {
  h12{letter-spacing: 5px;}
}
@media screen and (max-width: 780px) {
  .pa_flex_2, .pa_flex_3{flex-flow: column;}
  .de_flex_2, .de_flex_3 {width:100%;margin-bottom: 20px;}
  .imas_flex{width: 40%;}
  .img_libro{width:100%;}
  .carousel_img{height: auto;min-height: auto;max-height: auto;}
  .carousel_img img{height: auto;}
  .logo_inicio, .logo_quienes{
    height: auto;
    width: 60%;
  }
  .logo_web{
    height: auto;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {

}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 680px) {
  .menu_f{display: none;}
  .fondo_1{height: 100vh;}
  .menu_res{display: block;}
  .logo_index{
    top: 15px;
    left: 15px;
    height: 50px;
  }
  #subir_sale{display: block;}
  .subir{
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .contiene img{width: 100%;}
}
@media screen and (max-width: 650px) {

}
@media screen and (max-width: 550px) {
  .menu_r{
    width: 75vw;
  }
}
@media screen and (max-width: 510px) {

}
@media screen and (max-width: 500px) {
  .pie_flex{
    flex-flow: column;
    text-align: center;
    align-items: center;
  }
  .logo_pie{margin-top: 10px;}
  .de_flex_redes img{
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
  }
  h8, h11{
    font-weight: 600;
    font-size: 30px;
  }
  .leyenda_texto{
    font-weight: 400;
    letter-spacing: 2.5px;
    font-size: 30px;
    padding: 7.5px 5px 7.5px 5px;
  }
}
@media screen and (max-width: 450px) {

}
@media screen and (max-width: 435px) {

}
@media screen and (max-width: 400px) {
  h8, h11{
    font-size: 25px;
  }
  .button{
    padding: 5px;
  }
} 
@media screen and (max-width: 350px) { 
  h8, h11{
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {

}
/*****FIN RESPONSIVOS*****/