*{
    padding: 0;
    margin: 0;
}
:root{
    --primario: #021D49;
    --secundario: #0061BD;
    --master: #1F49B6;
    --slave: #568CCA;
    --gray: #CBD5E1;
}
*{
    padding: 0 ;
    margin: 0 ;
    box-sizing: border-box;
}
html{
    box-sizing: border-box; /* Investigar */
}
img {
    width: 100%;
}
/***** Fuentes *****/
@font-face {
    font-family: FuturaBold;
    src: url('../fonts/Futura/FuturaPTBold.otf');
}
@font-face {
    font-family: FuturaBook;
    src: url('../fonts/Futura/FuturaPTBook.otf');
}
@font-face {
    font-family: FuturaDemi;
    src: url('../fonts/Futura/FuturaPTDemi.otf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: k2d-Normal;
    src: url('../fonts/K2D/K2D-Regular.ttf');
}
@font-face {
    font-family: k2d-Bold;
    src: url('../fonts/K2D/K2D-Bold.ttf');
}
@font-face {
    font-family: k2d-Medium;
    src: url('../fonts/K2D/K2D-Medium.ttf');
}

.FuturaBook{
    font-family: 'FuturaBook';
}
.FuturaBold{
    font-family: 'FuturaBold';
}
.FuturaDemi{
    font-family: 'FuturaDemi';
}
.RobotoBold{
    font-family: 'Roboto-Bold';
}
.RobotoMedium{
    font-family: 'Roboto-Medium';
} 
 
.RobotoRegular{
    font-family: 'Roboto-Regular';
} 
.K2dBold{
    font-family: 'k2d-Bold';
}
.K2dMedium{
    font-family: 'k2d-Medium';
} 
.K2dNormal{
    font-family: 'k2d-Normal';
} 

.fs_16px{
    font-size: 1rem;
}
.fs_20px{
    font-size: 1.25rem;
}
.fs_22px{
    font-size: 1.375rem;
}
.fs_24px{
    font-size: 1.5rem;
}
.fs_26px{
    font-size: 1.625rem;
}
.fs_28px{
    font-size: 1.75rem;
}
.fs_30px{
    font-size: 1.875rem;
}
.fs_85px{
    font-size: 5.375rem;
}



/**** heading *****/


/**** width y height ****/
.w100vw{
    width: 100vw;
}
.h100vh{
    height: 100vh;
}
.w550px{
    width: 34.375rem;
}
.w-32px{
    width: 2rem;
}
.w64px{
    width: 4rem;
}
.h64px{
    height: 4rem;
}
.w200px{
    padding: 8px;
    width: 12.5rem;
}


/***** Colors *****/
.text-primario{
    color: var(--primario);
} 
.text-secundario{
    color: var(--secundario);
} 
.text-master{
    color: var(--master);
} 
.text-slave{
    color: var(--slave);
} 
.text-gray{
    color: var(--gray);
}

.text-degradado{
    color: #4168b04e;
}
.text-shadow{
    text-shadow: 3px 2px 1px rgba(0,0,0,0.31);
}

/***** heading *****/
h1, h2 h3, h4{
    color: var(--master);
    font-family: 'K2D-Bold';
    text-transform: uppercase;   
}
h1{
    font-size: 7rem;
}
h2{
    font-size: 2.5rem;
}
h3{
    font-size: 2rem;
}
h5{
    font-family: 'FuturaBook';
    color: #021D49;
}
p{
    font-family: 'Roboto-Regular';
}



/***** Background *****/

.bg__navetec{
    background-image: url('../img/bg/navetec.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat:  no-repeat;
    height: 70vh;
    background-attachment: fixed;
}
.bg__primario{
    background-color: var(--primario);
}
.bg__secundario{
    background-color: var(--secundario);
}
.bg__gray-200{
    background-color: #D9D9D9;
}
.bg__gray-500{
    background-color: var(--gray);
}
.bg__bluetrasparent{
    background-color: #1c293a48;
}

/**** position ****/

.top-1{
    top: 1rem;
}
.right-1{
    right: 1rem;
}
.bottom-1{
    bottom: 1rem;
}
.left-1{
    left: 1rem;
}

/* parallax-section */
.parallax-section {
    height: 70vh;
    background: linear-gradient(rgba(28, 41, 58, 0.50), rgba(28, 41, 58, 0.40)), url('../img/bg/kids_park.jpg') center/cover fixed no-repeat;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    color: #fff;
    text-align: end;
    padding-right: 4rem;
  }

/**** padding ****/

.seccion{
    padding: 7rem 0;
}
/* Sobre-escribir Clases de Bootstrap */
.navbar-light .navbar-brand{
    color: var(--primario);
    text-transform: uppercase;
    transition: all ease-in .2s;
}
.navbar-light .navbar-brand:hover{
    color: var(--secundario);
}
.navbar-brand{
    font-size: 1.5rem;
}

/* .p-2{
}
.p-2:first-child{
}
.p-2:nth-child{
    
}
.p-2:last-child{
   
} */

.charts{
    width: 100%;
    min-height: 546px;
}
.log{
    width: 64px;
}
.lgo{
    width: 182px;
}
 .newsletter-input{
    border-radius: 15px 0 0 15px;
 }
 .newsletter-button{
    border-radius: 0 15px 15px 0;
 }
 .btn-primary{
    background-color: var(--primario);
 }

 .caracteristicas-box:hover{
    background-color: #A8CEFF;
 }

 .caracteristicas-box:hover span, 
 .caracteristicas-box:hover h4,
 .caracteristicas-box:hover p{
    color: #fff !important;
}

.parks-logos img{
    padding: 15px;
    border: #0061BD solid 1px;
}


.parks-logos:hover{
    background-color: #021D49;
}
.parks-logos:hover img{
    filter: #fff;
}


/* Animacion de Botones */


.btn-master,
.btn-master *,
.btn-master :after,
.btn-master :before,
.btn-master:after,
.btn-master:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-master {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #021D49;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto-Medium';
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-decoration: none;
}
.btn-master:disabled {
  cursor: default;
}
.btn-master:-moz-focusring {
  outline: auto;
}
.btn-master svg {
  display: block;
  vertical-align: middle;
}
.btn-master [hidden] {
  display: none;
}
.btn-master {
  --background: #021D49;
  background: none;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}
.btn-master span {
  display: block;
  position: relative;
  transition: transform 0.2s ease;
}
.btn-master:after,
.btn-master:before {
  --tilt: 20px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  width: 100%;
  z-index: -1;
}
.btn-master:after {
  --thickness: 2px;
  background: var(--background);
  height: calc(100% - var(--thickness) * 2);
  left: var(--thickness);
  top: var(--thickness);
  width: calc(100% - var(--thickness) * 2);
}
.btn-master:hover  {
  color: #fff;
}
.btn-master:hover span {
  transform: translateX(-20px);
  color: #fff;
}

.btn-master:hover:after,
.btn-master:hover:before {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );
}


.btn-24,
.btn-24 *,
.btn-24 :after,
.btn-24 :before,
.btn-24:after,
.btn-24:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-24 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #0061BD;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto-Medium';
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-decoration: none;
}
.btn-24:disabled {
  cursor: default;
}
.btn-24:-moz-focusring {
  outline: auto;
}
.btn-24 svg {
  display: block;
  vertical-align: middle;
}
.btn-24 [hidden] {
  display: none;
}
.btn-24 {
  --background: #0061BD;
  background: none;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}
.btn-24 span {
  display: block;
  position: relative;
  transition: transform 0.2s ease;
}
.btn-24:after,
.btn-24:before {
  --tilt: 20px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  width: 100%;
  z-index: -1;
}
.btn-24:after {
  --thickness: 2px;
  background: var(--background);
  height: calc(100% - var(--thickness) * 2);
  left: var(--thickness);
  top: var(--thickness);
  width: calc(100% - var(--thickness) * 2);
}
.btn-24:hover {
 color: #fff;
}
.btn-24:hover span {
  transform: translateX(-20px);
}
.btn-24:hover:after,
.btn-24:hover:before {
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );

}

.btn-94,
.btn-94 *,
.btn-94 :after,
.btn-94 :before,
.btn-94:after,
.btn-94:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-94 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  text-transform: uppercase;
}
.btn-94:disabled {
  cursor: default;
}
.btn-94:-moz-focusring {
  outline: auto;
}
.btn-94 svg {
  vertical-align: middle;
}
.btn-94 [hidden] {
  display: none;
}
.btn-94 {
  background: hsla(0, 0%, 100%, 0.2);
  background-clip: content-box;
  border: 5px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 100px;
  -webkit-mask-image: none;
  padding: 0;
  position: relative;
  transition: 0.2s;
  width: 100px;
}
.btn-94 svg {
  --size: 100px;
  fill: #fff;
  display: block;
  height: var(--size);
  left: calc(50% - var(--size) / 2);
  position: absolute;
  top: calc(50% - var(--size) / 2);
  width: var(--size);
}
.btn-94:hover {
  --size: 70px;
  border: 10px solid transparent;
}



.svg-container {
    position: relative;
    min-width: 150px;
    width: calc(100% - 10px);
    padding: 32px; 
    margin-top: 24px;
    overflow: hidden;
    transition: transform 0.1s ease-in-out; /* Transición suave para el cambio de imagen */
  }
  
  .logo-svg {
    display: block;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.1s ease-in-out; /* Transición suave para el cambio de imagen */
  }
  
  .logo-blanco {
    transform: scale(0);
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Color de fondo inicial */
    pointer-events: none; /* Evita que el div overlay interfiera con el clic en el SVG */
  }
  .svg-container:hover  {
    background-color: #021D49;
  }
  .svg-container:hover .logo-azul {
    transform: scale(0);
  }
  
  .svg-container:hover .logo-blanco {
    transform: scale(1);
  }
  


  .card {
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.card-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background-color:#ffffffc3;
    color: var(--primario);
    font-weight: 700;
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    filter: blur(.5);
}

.card:hover .card-content {
    transform: translateY(0);
}
