@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


/* ==========================================================================
   BASE
   ========================================================================== */

html,
body {
  overflow-x: hidden;
   font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #787878;
}

p {
  line-height: 1.3;
}

a {
  color: #000;
}
a:hover {
  color: #7f7f7f;
}

label {
  padding-left: 1px;
  display: inline-block;
  margin-top: 0.3em;
  position: relative;
  left: 0.1em;
  cursor: pointer;
}

.img-responsive {
  width: 100%;
  height: auto !important;
}

.mycontainer {
  max-width: 1500px !important;
}

.fone {
  color: #fff;
}

.red {
  color: #c66e40;
}

/* ==========================================================================
   LOGO / CABECERA
   ========================================================================== */

.logo {
  width: 100%;
  width: 200px;
}

.alto_cabecero {
  min-height: 200px;
}

.alto_cabecero_con {
  min-height: 700px;
}

.alto_titular {
  margin-top: 5%;
}

/* Header fijo */
.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.cd-header.active {
  background: rgba(255,255,255, 0.9);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.cd-header.active img {
  max-width: 200px;
}

/* ==========================================================================
   TIPOGRAFÍA
   ========================================================================== */

blockquote {
  font-style: oblique;
  font-size: 22px;
}

h1 {
  font-size: 2.8em;
  font-weight: 900;
  color: #fff;
}

h1.titular {
  font-size: 1.8em !important;
  font-weight: 800;
	  color: #c66e3e !important; text-transform: uppercase
}

h2 {
 font-size: 1em;
  font-weight: 700;
	  color: #c66e3e;
}

h2.h2_tit {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

h2.h2_index {
  font-size: 1.8em;
  font-weight: 900;
	  color: #c66e3e;
}

h2.h2_sombra {
  font-size: 2.8vw;
  font-weight: 600;
  text-shadow: 12px 6px 2px rgba(0, 0, 0, 0.2);
}

h2.h2_p {
  font-size: 2vw;
  font-weight: 300;
}

h2.titulo {
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
}

h2.titulo_index {
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
}

h2.h2_p_pie {
  font-size: 1vw;
  font-weight: 400;
}

h2.h2_g {
  font-size: 7.8rem;
  font-weight: 300;
  color: #fff;
}

h3 {
  font-size: 24px;
  font-weight: 300;
}

h3.h3_tit {
  font-size: 40px;
  color: #3a3543;
}

h4 {
  font-size: 1.5em;
  font-weight: 600;  color: #c66e3e;
}

h5 {
  font-size: 28px;
  font-weight: 400;
}

h6 {
  font-size: 20px;
  font-weight: 700;
}

h6.faq {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

/* ==========================================================================
   COLORES / UTILIDADES
   ========================================================================== */

.naranja {
  color: #e8927c;
}

.rosa {
  color: #e68699;
}

.ico_rosa {
  color: #e68699;
  font-size: 64px;
}

.centradol {
  text-align: left;
}

.centrador {
  text-align: right;
}

/* ==========================================================================
   SEPARADORES
   ========================================================================== */

hr.peque {
  border: #fff 3px solid;
  width: 20%;
}

hr.hr_green {
  border-top: #004c28 1px solid;
  width: 100%;
}

hr.hr_blue_left {
  border-top: #00427b 2px solid;
  width: 10%;
  text-align: left;
  display: inline-block;
}

/* ==========================================================================
   CARDS / BLOQUES
   ========================================================================== */

.altura {
  margin-top: -250px;
}

.card {
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.card-body {
  padding: 1.25rem;
}

.card-body_not {
  padding: 3.25rem;
}

.texto_pie {
  font-weight: 600;
}

/* ==========================================================================
   BLOQUES ESPECÍFICOS
   ========================================================================== */

.carolinebritostudio {
  background-color: #c66e40;
  padding: 10px;
  color: #fff !important;
  width: 100% !important;
  border-radius: 5px;
  display: block;
}

.carolinebritostudio_black {
  background-color: #000;
  padding: 10px;
  color: #fff !important;
  width: auto;
}

.tpresenta {
  text-align: center;
}

.tpresentas {
  text-align: center;
  margin-top: 100px;
}

.accesos {
  margin-top: -250px;
  padding-bottom: 90px;
}

.home-equipo {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  height: auto;
  width: 300px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  padding: 23px;
}

.home-areas {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  height: auto;
  width: 300px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
  padding: 23px;
}

.subtit {
  font-size: 18px;
  color: #00427b;
}

.subtit2 {
  font-size: 18px;
  color: #ffffff;
}

.areat {
  padding-bottom: 15px;
}

.situa {
  margin-top: -200px;
}

.areasico-1 {
  background-color: #00427b;
  padding: 15px;
}

.areasico-2 {
  background-color: #0099cc;
  padding: 10px;
}

.ico {
  font-size: 40px;
  color: #3a3543;
}

.ico_big {
  font-size: 60px;
  color: #3a3543;
  margin-bottom: 10px;
}

.area-1 {
  background-color: #f9f9f9;
  paddingpadding-top: 20px;
  text-align: left;
}

.area-2 {
  background-color: #f1f1f1;
  padding-top: 20px;
}

.card.ficha1 {
  border: none;
  background-color: #f7f7f7;
  margin-left: 8px;
  margin-right: 7px;
}

.card.ficha2 {
  border: none;
}

.sticky-top {
  position: sticky;
}

.linea_fondo {
  background-image: url(../images/flecha_busca.png);
  background-repeat: repeat-y;
  background-position: center;
}

/* ==========================================================================
   LINKS (estados)
   ========================================================================== */

.link-azul,
.link-azul:hover,
.link-azul:visited,
.link-azul:visited:hover {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.link-blanco,
.link-blanco:hover,
.link-blanco:visited,
.link-blanco:visited:hover {
  color: #fff;
  margin-bottom: 3px;
}

.link-gris,
.link-gris:hover,
.link-gris:visited,
.link-gris:visited:hover {
  color: #d1d4d6;
  font-weight: bold;
}

.link-negro,
.link-negro:hover,
.link-negro:visited,
.link-negro:visited:hover {
  color: #333333;
}

/* ==========================================================================
   PIE
   ========================================================================== */

.bordepie {
  border: 1px solid #eee;
}

.padpie {
  padding: 40px 80px;
}

.pie1 {
  color: #00427b;
  padding-top: 40px;
}

.linea-pie {
  background-color: #d1d4d6;
  width: 16px;
  height: 2px;
}

.pie {
  background-image: url(../images/fondopie.jpg);
  background-size: cover;
}

/* ==========================================================================
   FORMULARIOS
   ========================================================================== */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 25px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c66e40;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #fff;
	 border-top: none;
	 border-left: none;
	 border-right: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_select {
  display: block;
  width: 100%;
  height: calc(1em + 0.25rem + 2px);
  padding: 1px 0 1px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3543;
  background-color: #fff !important;

  border-bottom: 2px solid #eeeff1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  background: url(../imagenes/flecha_busca.png);
  background-position: right !important;
  background-repeat: no-repeat;

  -webkit-appearance: none;
  margin-top: 10px !important;
}

/* ==========================================================================
   TABS
   ========================================================================== */

nav > .nav.nav-tabs {
  border: none;
}

nav > div a.nav-item.nav-link_tab {
  padding: 15px 10px;
  color: #014b26;
  font-size: 24px;
  font-weight: 400;
}

nav > div a.nav-item.nav-link_tab.active {
  color: #c2c337;
  background-color: #fff;
}

.tab-content {
  line-height: 25px;
}

nav > div a.nav-item.nav-link_tab:hover,
nav > div a.nav-item.nav-link_tab:focus {
  background: #fff;
  color: #c2c337;
  transition: background 0.2s linear;
  text-decoration: none;
}

.tab {
  height: auto;
  padding: 10px;
}

.tab a {
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  border-radius: 20px;
  background-color: #ebebeb;
  margin: 0 5px;
  text-decoration: none;
  color: #000;
}

.tab a:hover {
  background-color: #ffcc00;
}

/* ==========================================================================
   MODAL
   ========================================================================== */

.modal {
  background-color: rgba(255, 255, 255, 1) !important;
  z-index: 2000;
}

.modal-body {
  padding: 20px !important;
  border-radius: 0 !important;
}

.modal-content {
  border: none !important;
  border-radius: 0 !important;
}

/* ==========================================================================
   GALERÍA
   ========================================================================== */

.alto_caja {
  max-width: 355px;
  max-height: 355px;
  min-width: 355px;
  min-height: 355px;
}

.alto_circulo {
  max-width: 330px;
  max-height: 330px;
  min-width: 330px;
  min-height: 330px;
}

.logoinf {
  width: 250px;
}

.galeria {
  height: 400px;
}

.fotos_galeria {
  min-height: 400px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* ==========================================================================
   BOTONES
   ========================================================================== */

.btn {
  border-radius: 0 !important;
  transition: none !important;
}

/* Fondo azul */
.btn_fb {
  font-size: 16px;
  color: #fff !important;
  padding: 7px 50px;
  background-color: #c66e40;
  text-align: center;
  background-image: url(../images/fondopie.jpg);
  background-size: cover;
}

.btn_fb:hover {
  color: #fff !important;
  background-color: #666;
  text-decoration: none;
}

/* Fondo azul oscuro */
.btn_fb_dark {
  font-size: 20px;
  font-weight: 500;
  color: #fff !important;
  padding: 15px 60px;
  background-color: #2d383e;
  text-align: center;
  border: none;
}

.btn_fb_dark:hover {
  color: #fff !important;
  background-color: #c66e40;
  text-decoration: none;
}

/* (nombre original) */
.btn_fb_white {
  font-size: 18px;
  color: #fff !important;
  padding: 5px 60px;
  background-color: #c66e40;
  text-align: center;
  border: none;
  font-weight: 500;
}

.btn_fb_white:hover {
  color: #fff !important;
  background-color: #666;
  text-decoration: none;
}

/* Borde blanco */
.btn_brw {
  color: #fff !important;font-weight: 800;
 
  padding: 10px 80px;
  background-color: #c66e40;
  text-align: center;
  border: 2px solid #c66e40 !important;
}

.btn_brw:hover {
  color: #787878 !important;
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #c66e40 !important;
}

/* Fondo “violetal” (sin background definido en original, mantengo) */
.btn_fv {
  color: #fff !important;
  padding: 15px 60px;
  border: #c66e40 2px solid;
  text-align: center;
  border-radius: 40px;
}

.btn_fv:hover {
  color: #fff !important;
  background-color: #c66e40;
  text-decoration: none;
}

/* Fondo + imagen */
.btn_fvo {
  color: #fff !important;
  padding: 11px 60px;
  background-image: url(../images/fondopie.jpg);
  background-size: cover;
  text-align: center;
}

.btn_fvo:hover {
  color: #fff !important;
  background-color: transparent;
  text-decoration: none;
}

/* Borde azul */
.btn_bb {
  color: #c66e40 !important;
  padding: 10px 100px;
  background-color: transparent;
  text-align: center;
  border: 3px solid #c66e40 !important;
  font-size: 18px;
  font-weight:800;
}

.btn_bb:hover {
  background-color: transparent;
  border: 3px solid #ccc !important;
  text-decoration: none;
}

/* Nav pills */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #333 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #752fdd;
}

.nav-pills .nav-link {
  border-radius: 40px;
  color: #333 !important;
  border-bottom: 3px solid #ccc;
  margin-right: 10px;
}

/* ==========================================================================
   MENÚ (desktop)
   ========================================================================== */

.nav-link {
  position: relative;
  font-size: 16px !important;
  text-align: center!important;
  border-radius: 0 !important;
  font-weight: 700;
  text-transform: uppercase;
 
  padding-left: 20px !important;
	  padding-right: 20px !important;
}

.nav-link:hover {
  background-color: #c66e3e !important;color:#fff !important;
}

.activem {
  color: #c66e3e !important;
}

/* Buscador */
#searchform {
  display: inline;
  font-size: 1em;
  padding: 0.3em;
}

#s {
  transition: all 0.2s ease-out;
  width: 1px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
  color: #fff;
}

#s:focus {
  width: 8em;
  opacity: 1;
}

/* ==========================================================================
   REDES SOCIALES
   ========================================================================== */

.ico_redes {
  font-size: 30px;
  color: #000;
}

.social-icons {
  display: flex;
  gap: 16px;
  justify-content: center; /* valor final (tenías left y luego center) */
}

.ico_redes_circle {
  width: 48px;
  height: 48px;
  background-color: #e42410;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.ico_redes_circle:hover {
  background-color: #c66e40;
}

.ico_redes_g {
  width: 48px;
  height: 48px;
  background-color: #a0aaf4; /* violeta suave */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

/* ==========================================================================
   MENÚ MÓVIL / OVERLAY
   ========================================================================== */

.lista-grid {
  column-count: 2;
  column-gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lista-grid > li {
  break-inside: avoid;
  margin-bottom: 1rem;
  padding: 1rem;
}

.lista-grid li ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
  list-style-type: disc;
}

.lista-grid li ul li {
  margin: 0.25rem 0;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
	background-color: #fff;

  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 1000;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 100px;
}

.overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay ul li {
  transition: 0.9s;
  margin: 0;
  padding: 0;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.9s;
  text-transform: uppercase;
}

.overlay a:hover,
.overlay a:focus {
  color: #000;
}

.overlay a.min {
  font-size: 16px !important;
}

.overlay .closebtn {
  position: absolute;
  right: 30px;
  font-size: 60px;
  font-weight: 200;
  color: #000;
}

.dropdown-item {
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  transition: 0.9s;
  text-transform: uppercase;
}

/* ==========================================================================
   PAGINACIÓN
   ========================================================================== */

.pagination {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0;
}

.pagination > li {
  float: left;
  padding: 1px;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 7px 20px;
  margin: 6px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #ebebeb;
  color: #00427b;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border: 3px solid #e8927c;
  padding: 7px 20px;
  color: #000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  padding: 7px 20px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ebebeb;
  padding: 7px 20px;
}

/* ==========================================================================
   EFECTOS / COMPONENTES VARIOS
   ========================================================================== */

.zoom {
  transition: transform 0.2s;
}
.zoom:hover {
  transform: scale(1.1);
}

.tapa-item {
  background-color: rgba(255, 87, 34, 0.4);
  color: white;
  padding: 5px 15px;
  margin-bottom: 8px;
  border-radius: 0;
  text-align: center;
}

/* Borde lateral + línea inferior parcial */
.borde-l {
  position: relative;
  border-left: 1px solid #d0d9f5;
  padding-bottom: 20px;
}

.borde-l::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #d0d9f5;
}

/* Marco */
.bloque-marco {
  border-left: none;
  border-top: 1px solid #d0d9f5;
  border-bottom: 1px solid #d0d9f5;
  border-right: 1px solid #d0d9f5;
  padding: 40px 30px;
  position: relative;
}

.bloque-marco h5 {
  color: #8eaee9;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Slides */
.slide-card {
  background-color: rgba(153, 187, 221, 0.5);
  border-radius: 0;
  backdrop-filter: blur(4px);
}

.slide-card2 {
  background-color: rgba(127, 139, 177, 0.5);
  border-radius: 0;
  backdrop-filter: blur(4px);
}

/* Estrellas */
.puntuacion {
  color: #a79f9f;
  font-size: 13px;
  padding: 0;
}

p.clasificacion {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

p.clasificacion input {
  position: absolute;
  top: -17px;
}

p.clasificacion label {
  float: right;
  color: #999;
  font-size: 36px;
}

p.clasificacion label:hover,
p.clasificacion label:hover ~ label,
p.clasificacion input:checked ~ label {
  color: #ffce32;
  cursor: pointer;
}

/* Cookies */
#cookie-settings-link {
  position: fixed;
  bottom: 0;
  left: 8px;
  z-index: 9999999999;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* iPad vertical */
@media only screen and (max-width: 835px) {
  .logo {
    width: 100%;
    max-width: 400px;
  }
  .nomovil,
  #nomovil {
    display: none;
  }
  .alto_cabecero {
    min-height: 300px;
  }
}

/* Desktop */
@media only screen and (min-width: 992px) {
  .solomovil,
  #solomovil {
    display: none;
  }
}

/* iPad horizontal / pantallas medianas */
@media only screen and (max-width: 1500px) {
  .alto_titular {
    margin-top: 25%;
  }
}

/* iPhone plus */
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 250px;
  }

  h1 {
    font-size: 2.8em !important;
  }
  h1.titular {
    font-size: 1em !important;
  }

  h2.h2_index {
    font-size: 2rem !important;
  }
  h2.h2_g {
    font-size: 10vw;
  }
  h2.h2_p {
    font-size: 6vw;
  }
  h2.h2_p_pie {
    font-size: 4vw;
  }

  h4 {
    font-size: 4vw;
  }

  h2.h2_tit {
    font-size: 1.2em;
  }

  .alto_cabecero {
    min-height: 200px;
  }

  .alto_titular {
    margin-top: 35%;
  }

  .centradol,
  .centrador {
    text-align: center;
  }

  .linea_fondo {
    background-image: none;
  }
}

@media only screen and (max-width: 375px) {
  .alto_titular {
    margin-top: 25%;
  }
}
