@font-face {
    font-family: 'OctinVintageBlack'; /* Nombre personalizado para la fuente */
    src: url('../fonts/Octin.ttf') format('truetype'); /* Ruta corregida */
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}

/**/
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;

    /*Section navbar*/
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Asegura que esté encima de otros elementos */
    border-bottom: 1px solid #585757;
    background-color: #ffffff;
}
.logo {
    height: 40px;
}
.nav-links {
    display: flex;
    gap: 20px;
}
.nav-link {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}

.auto-container{
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

nav .auto-container{
    display: flex;
    justify-content:space-between;
}
nav .auto-container img{
    width: 400px;
    height: 120px;
}

nav .auto-container .nav-links{
margin-top: 50px;
color: #A0AEC0;
font-size: 4.5rem;
font-weight: 800;

}

nav .auto-container .nav-links a:hover{

    color: #bb6933;

}


/*section banner*/

.banner{
height: 91vh;
width: 100vw;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url('../img/background/PrincipalAlaska.jpg');
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.logo-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.banner button{
    width: 350px ;
    height: 150px;
    background-color: #3ba8e2;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    -webkit-box-shadow: 9px 3px 17px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 9px 3px 17px 4px rgba(0,0,0,0.75);
	box-shadow: 9px 3px 17px 4px rgba(0,0,0,0.75);
}

.banner button:hover{
    background-color: white;
    color: #3ba8e2;
    transform: scale(1.1);
}
/*About section*/
.About{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    width: 100vw;
    height: 50vh;
    margin-bottom: 200px;
}

.About h1{
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
    color: #3991c0;
    font-family: 'EquitanSlab';
    font-weight: 800; /* Bold */
}

.info-About{
    display: flex;
    flex-direction: row;
}

.info-About img{
    width: 40vw;
    margin-left: 10%;
    margin-right:30px;
}

.info-About .text-info-about{
    width: 40vw;
    font-family: 'EquitanSlab';
    font-weight: 400;
    font-style: italic; /* Italic */
    font-size: 2rem;
    margin-top: 120px;

}

.info-About .text-info-about strong{
    color: #3991c0;;
}

/*section banner-slide*/
.banner-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.banner-slide .container .content .navigation button{
    background-color: transparent;
    border: 1px solid white;
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    height:50px;
    transition: 0.5s ease;
}

.banner-slide .container .content .navigation button:hover{
    cursor: pointer;
    background-color: rgba(255,255,255,0.4);
}

.container{
    position: relative;
    width: 100%;
    height: 1020px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #767676;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

.container .content{
    width: 100%;
    display: flex;
}

.container .introduce{
    position: relative;
    width: 40%;
    height: 100%;
    z-index: 20;
}

.introduce .wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    padding: 0 25px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.introduce .wrapper span{
    overflow: hidden;
}

.introduce .wrapper span > *{
    transition: 0.5s ease;
    opacity: 0;
    transform: translateY(300px);
    transition-delay: calc((3 - var(--idx))*0.1s);
}

.introduce .wrapper.active{
    pointer-events: all;
}

.introduce .wrapper.active span > * {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--idx) * 0.1s);
}

.introduce:not(.place){
    font-family: 'EquitanSlab';
}

.introduce .country{
    font-size: 3rem;
}

.introduce .place{
    font-family: 'EquitanSlab';
    font-size: 5.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-top: 10px;
}

.introduce .describe {
    font-size: 1rem;
    margin-top: 8px;
    font-weight: 300;
}

.introduce .discover-button{
    width: 250px;
    height: 50px;
    border-radius: 50px;
    margin-top: 20px;
}

.content .thumbnail-list{
    position: relative;
    height: 300px;
    flex: 1;
}

.thumbnail-list .wrapper{
    position: relative;
    z-index: 10;
    height: 300px;
}

.thumbnail-list .wrapper .thumbnail{
    position: absolute;
    height: 300px;
    width: 200px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.75s cubic-bezier(0.6,0.1,0.3,1);
    transform: translateX(calc(var(--idx) * 230px));
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

.thumbnail-list .wrapper .thumbnail.zoom{
    width: 2950px;
    height: 1020px;
    transform: translate(-1030px,-570px);
    filter: brightness(40%);
}

.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .navigation{
    margin-left: 40%;
    display: flex;
    align-items: center;
    gap:20px;
    padding: 50px 50px 50px 0;
    z-index: 20;
}

.navigation .next-button{
    width: 100px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    border-color: #ffffff;
    color: white;
}

.navigation .next-button:hover{
    width: 100px;
    height: 50px;
    border-radius: 50px;
    background-color: #357ABD;
    border-color: #ffffff;
    color: ffffff;
}
.navigation .line{
    flex: 1;
    height: 2px;
    background-color: #ffffff;
}

.navigation .ordinal-number{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.ordinal-number h2{
    font-family: "EquitanSlab" ,sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    position: absolute;
    line-height: 1;
    transform: translateY(200%);
    transition: 0.5s ease;
}

.ordinal-number h2.active{
    transform: unset;
}


.discover-button:hover{
    background-color: #357ABD;
    border-color: #ffffff;
    color: #ffffff; 
}

/*about-information section*/
.about-information {
    max-width: 1000px;
    margin: 0 auto;
}
.about-information h1, h2 {
    color: #4A90E2;
    text-align: center;
    font-size: 4rem;
    font-family: 'EquitanSlab';
}

.about-information p{
    font-size: 1.5rem;
    text-align: justify;
    font-family: 'EquitanSlab';
}
.description {
    text-align: center;
    margin-bottom: 30px;
}
.mission-vision {
    display: flex;
    justify-content: space-between;
}
.mission, .vision {
    width: 48%;
}



/*contac  section*/


.contact-form-section {
    background-image: url('/img/banner-slider/Alaska/3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}

.contact-form h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #4A90E2;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    border-color: #4A90E2;
}

.input-group textarea {
    height: 100px;
    resize: none;
}

.input-group button {
    width: 100%;
    padding: 10px;
    background-color: #4A90E2;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.input-group button:hover {
    background-color: #357ABD;
}

#formMessage {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.hidden {
    display: none;
}

.error {
    color: red;
}

/*section course*/
.cource {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.cource h1 {
    text-align: center;
    color: #4A90E2;
    font-family: 'EquitanSlab';
    font-size: 3.5rem;
}
.cource p{
    font-size: 1.5rem;
    font-style: italic;
}
.courses-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.course {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    margin: 10px;
    padding: 15px;
    width: 500px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    cursor: default;
    transition: all 400ms ease;
}

.course:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,0.7);
    transform: translateY(-2%);
}

.course-image {
    border-radius: 4px;
    margin-bottom: 10px;
}

.course-image img {
    width: 100%; /* Ajusta la imagen al 100% del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    max-width: 600px; /* Máximo ancho de la imagen */
    max-height: 800px; /* Máximo alto de la imagen */
}

.course .btn {
    display: inline-block;
    margin-top: 20px; /* Espacio arriba del botón */
    padding: 10px 20px;
    background-color: #007bff; /* Color del botón */
    color: white;
    text-decoration: none; /* Quitar el subrayado del enlace */
    border-radius: 5px; /* Bordes redondeados */
    transition: background-color 0.3s; /* Transición suave al hacer hover */
}

.course .btn:hover {
    background-color: #0056b3; /* Color al pasar el ratón */
}
.course h2 {
    margin-top: 0;
    color: #4A90E2;
    font-size: 2.5rem;
    word-wrap: break-word;
    font-family: 'EquitanSlab';
}

.course p {
    color: #000000;
    font-size: 1.5rem;
    flex-grow: 1;
    word-wrap: break-word;
    font-family: 'EquitanSlab';
}

.course strong{
   color: #4A90E2; 
}
.cource p {
    font-family: 'EquitanSlab';
    text-align: center; /* Centra el texto */
    max-width: 900px; /* Limita el ancho del párrafo */
    margin: 0 auto 20px auto; /* Centra el párrafo y agrega un margen inferior */
}

/*foter section */

footer{
    height: 300px;
    width: 100%;
    background-color: #072741;
}
.info-footer{
    display: flex;
    flex-direction: row;
}
.contact-footer{
    color: #ffffff;
    width: 50%;
    margin-top: 20px;
    margin-left: 30px;
}

.terms-logo-privacy{
    color: #ffffff;
    width: 50%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.terms-logo-privacy img{
    width: 40%;
    margin-top: 20px;
  
}

.contact-footer p:nth-child(1){
    font-size: 1.5rem;
    font-weight: 800;
} 

.expeditions{
    background-color: #4A90E2;
    height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 2px;
}

.expeditions h2{
    color: white;
    font-family: 'EquitanSlab';
}



.float-wa{
    position:fixed;
    width:120px;
    height:120px;
    bottom:40px;
    right:40px;
    
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.float-wa img{
    width:120px;
    height:120px;
}


/*swiper*/
.swiper-container {
    position: relative;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif; /* Puedes cambiar esta fuente por otra */
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c07300; /* Color del texto */
    font-size: 50px; /* Tamaño del texto */
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra para mejor legibilidad */
    z-index: 1;
    font-family: 'OctinVintageBlack', sans-serif;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}