@charset "utf-8";

/* =========================================================
   FUENTES
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Allura&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: 16px;
  color: #000;
}

p { line-height: 1.3; }

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

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

hr {
  border: #000 1px solid;
  width: 100%;
}

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;
}

/* =========================================================
   CONTENEDORES / UTILIDADES
========================================================= */
.mycontainer { max-width: 1600px !important; }

.container_fondo {
  background: rgba(0, 0, 0, 0.4);
  max-width: 1500px !important;
}

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

.fone { color: #fff; }
.red { color: #faf4e8; }

.centradol { text-align: left; }
.centrador { text-align: right; }

.altura { margin-top: -250px; }
.prodesin { padding-bottom: 20px; }

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

.nomovil,
#nomovil { /* se controla por media queries */ }

.solomovil,
#solomovil { /* se controla por media queries */ }

/* =========================================================
   LOGOS / ALTURAS
========================================================= */
.logo { width: 100%; max-width: 180px; }
.logoinf { width: 268px; }

.alto_cabecero { min-height: 200px; }
.alto_cabecero_con { min-height: 700px; }

.alto_titular { margin-top: 5%; }

/* =========================================================
   BLOQUES / FONDOS
========================================================= */
.carolinebritostudio {
  background-color: #faf4e8;
  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;
}

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

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

/* =========================================================
   HEADER FIXED
========================================================= */
.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(0, 0, 0, 0.25);
  -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);
}

/* =========================================================
   TIPOGRAFÍA (TÍTULOS)
========================================================= */

h1 {
  font-size: 4.2em;
  font-weight: 700;
  color: #fff;
}

h1.titular {
  font-size: 2em !important;

  color: #e31546;
  text-transform: uppercase;
}

h2 { font-size: 1.6em; }

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

h2.h2_index { font-size: 1.8em; font-weight: 300; }

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: 2.2em;
  font-weight: 500;
  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: 38px; font-weight: 300; font-family: "Allura", cursive; }
h3.h3_tit { font-size: 40px; color: #3a3543; }

h4 { font-size: 2em; font-weight:600; }
h5 { font-size: 28px; font-weight: 400; }

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

/* Colores utilitarios */
.naranja { color: #e8927c; }
.rosa { color: #e68699; }

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

/* =========================================================
   CARDS / BOOTSTRAP OVERRIDES
========================================================= */
.card {
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.card-body { padding: 1.25rem; }
.card-body_not { padding: 3.25rem; }

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

.card.ficha2 { border: none; }

.sticky-top { position: sticky; }

.texto_pie {
  font-weight: 600;
  color: #fff !important;
}

/* =========================================================
   REDES SOCIALES / ICONOS
========================================================= */
.ico_redes { font-size: 20px; color: #fff; }

.social-icons {
  display: flex;
  gap: 16px;
  justify-content: left !important;
}

.ico_redes_circle {
  width: 40px;
  height: 40px;
  background-color: #e31546;
  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: #faf4e8; }

.ico_redes_g {
  width: 48px;
  height: 48px;
  background-color: #a0aaf4;
  color: #fff;
  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;
}

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

/* =========================================================
   LINKS (clases)
========================================================= */
.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; }

/* =========================================================
   HOME / SECCIONES
========================================================= */
.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; }

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

/* =========================================================
   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: #faf4e8;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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 1px 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 / IMÁGENES
========================================================= */
.galeria { height: 400px; }

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

.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;
}

/* =========================================================
   BOTONES
========================================================= */
.btn {
  border-radius: 0 !important;
  transition: none !important;
  font-family: "Arsenal", sans-serif !important;
}

/* Botón fondo */
.btn_fb {
  font-size: 22px;
  color: #000 !important;
  padding: 7px 50px;
  background-color: #fff;
  text-align: center;
 font-weight: 600;
}

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

/* Botón negro */
.btn_fb_dark {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  padding: 5px 60px;
  background-color: #000;
  text-align: center;
  border: 2px solid #fff !important;
}

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

/* Botón blanco */
.btn_fb_white {
  font-size: 22px;
 
  color: #fff !important;
  padding: 5px 50px;
  background-color: #e31546;
  text-align: center;
  border: none;
}

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

/* Botón borde blanco */
.btn_brw {
  color: #fff !important;
  width: 100%;
  padding: 10px 80px;
  background-color: #faf4e8;
  text-align: center;
  border: 2px solid #fff !important;
}

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

/* Botón borde redondo */
.btn_fv {
  color: #fff !important;
  padding: 15px 60px;
  border: #faf4e8 2px solid;
  text-align: center;
  border-radius: 40px;
}

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

/* Botón con 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;
}

/* Botón borde */
.btn_bb {
  color: #000 !important;
  padding: 5px 100px;
  background-color: transparent;
  text-align: center;
  border: 2px solid #faf4e8 !important;
  font-size: 18px;
  font-weight: 500;
}

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

/* 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;
}

/* =========================================================
   MENU (NAV-LINK)
========================================================= */
.nav-link {
  position: relative;
  font-size: 14px !important;
  text-align: center !important;
  border: 1px solid #000;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  padding: 5px 20px !important;
}

.nav-link:hover {color: #df1544 !important; }
.activem { color: #df1544 !important; }

/* =========================================================
   SEARCH FORM
========================================================= */
#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;
}

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

/* =========================================================
   MENU MOVIL (LISTA GRID)
========================================================= */
.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 */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  background-color: #000;
  background-size: cover;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  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: #261620; }

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 50px;
  font-weight: 200;
}

/* =========================================================
   PAGINACIÓN / DROPDOWN
========================================================= */
.dropdown-item { color: #666 !important; }

.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
========================================================= */
.zoom { transition: transform 0.2s; }
.zoom:hover { transform: scale(1.1); }

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

/* =========================================================
   MARCOS / SLIDES
========================================================= */
.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;
}

.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;
}

.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 / PUNTUACIÓN
========================================================= */
.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;
}

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

@media (min-width: 768px) {
  .bg-md-transparent { background-color: transparent !important; }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media only screen and (max-width: 835px) {
  .social-icons { justify-content: center !important; }

  .nomovil,
  #nomovil { display: none; }

  .alto_cabecero { min-height: 300px; }
}

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

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

@media only screen and (max-width: 480px) {
  h1 { font-size: 1.8em !important; }
  h1.titular { font-size: 2em !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: 5vw; }
  h4 { font-size: 1.5em; }
  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%; }
}
