*{
    margin: 0;
    padding: 0;
    
}

html,body{
    width: 100%;
    overflow-x: hidden;
}

body{
    background-color: rgba(5, 53, 62, 1);
}

.logoymenu{
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

.menuicon{
    box-shadow: none;
    border-color: transparent;
    cursor: pointer;
    display: none;
    text-align: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255,1);

}

.menuicon:hover{
    background-color: rgb(194, 194, 194);
}

.menuicon img{
    width: 50px;
    height: 50px;

}

#navbar{
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(5, 53, 62, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    padding: 5px 10%;
    transition: all 0.3s ease; 
    height: auto;
}

#navbar nav-links{
    list-style: none;
}

#navbar li{
    display: inline-block;
    padding: 0 50px;
    color: aliceblue;
    list-style: none;
    font-size: 4vw 50%;
    font-weight: light;
}

#navbar li button{
    cursor: pointer;
    font-size: 20px;
    color: white;
    background-color: transparent;
    border: 0px;
}

#navbar li button a{
    padding: 15px;
    text-decoration: none;
    color: white;
}

#navbar li button:hover{
    color: rgba(165, 255, 86, 1);
}

.logo{
    cursor: pointer;
}

.logo a{
    display: block;
}

.logo img{
    
    width: 80%;
}

/*MENU DESPLEGABLE DE NABVAR*/
@media screen and (max-width:980px) {
    .menuicon{
        display: flex;
    }

    #navbar{
        display: block;
    }

    #navbarelements{
        display: none;
        justify-content: center;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #navbar li{
        display: block;
        padding: 20px;
    }
}

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

    .logoymenu{
        padding: 10px;
    }

    .menuicon img{
        width: 30px;
        height: 30px;
    }

    .logo img{
    
        width: 80px;
        height: 60px;
    }
}

.mainbody{
    /*position: relative;*/ 
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(193, 221, 221, 1);
}



.logo1{
    position: absolute; 
    top: 95%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 15%;
}
.logo2{
    position: absolute; 
    top: 96%;
    left: 85%;
    transform: translate(-50%, -50%);
    width: 25%;
}

.textosuperpuesto{
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 100%;
    top: 50%;
    left: 50%;   
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: rgba(5, 53, 62, 0.5);
    
}

.textosuperpuesto h1{
    text-align: center;
    font-size: 5.363vw;
    color: rgba(165, 255, 86, 1);
    padding-bottom: 2.604vw;
}

.textosuperpuesto h2{
    text-align: center;
    font-size: 4.022vw;
    color: white
}


.backgroundimage{
    width: 100%;
}

.mainbody2{
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: right;
    /*background: linear-gradient(rgba(193, 221, 221, 1), rgba(5, 53, 62, 1));*/
}

.mainbody2 img{
    width: 100%;
}

.contenedor_mainbody2{
    padding-right: 2.604vw;
}

.contenedor_mainbody2_verticaltext{
    padding-bottom: 1.302vw;
    padding-left: 80%;
    padding-top: 1.302vw;
}

.mainbody2 h3{
    position: absolute;
    font-size: 2.083vw;
    color: rgba(5, 53, 62, 1);
    top: 5%;
    left: 73%;   
    transform: translate(-50%, -50%);
    width: 50%;
}

.mainbody2 p{
    position: absolute;
    font-size: 1.788vw;
    top: 30%;
    left: 85%;   
    transform: translate(-50%, -50%); 
    color: rgba(5, 53, 62, 1);
    width: 25%;

}

.mainbody2 button a{
    text-decoration: none;
    color: rgba(5, 53, 62, 1);
}

.mainbody2 button{
    cursor: pointer;
    position: absolute;
    font-size: 1.341vw;
    top: 55%;
    left: 90%;   
    transform: translate(-50%, -50%);
    width: 15%;
    height: 8%;
    background-color: rgba(165, 255, 86, 1);
    color: rgba(5, 53, 62, 1);
    padding: 0.781vw;
    border-radius: 0.417vw;
    margin-top: 50px;
}

@media screen and (max-width:1383px) {
    .mainbody{
        position: relative;
    }
}

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

    .mainbody2{
        background-color: rgba(193, 221, 221, 1);
        height: auto;
    }

    .contenedor_mainbody2{
        text-align: center;
    }
    
    .contenedor_mainbody2_verticaltext{
        text-align: center;
        justify-content: center;
        padding-bottom: 0px;
        padding-left:0%;
        padding-top: 0px;
    }
    
    .mainbody2 img{
        display: none;
    }

    .mainbody2 h3{
        font-size: 30px;
        position: relative;
        left: 50%;
        padding-top: 150px;
        margin-bottom: 0px;
        width: 100%;
    }

    .mainbody2 p{
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        left: 50%;
        width: 100%;
    }

    .mainbody2 button{
        font-size: 30px;
        top: 0%;
        left: 25%;   
        width: 50%;
        cursor: pointer;
        position: relative;
        border-radius: 8px;
        padding: 0.781vw;
    }
}

@media screen and (max-width:370px) {
    .mainbody2 h3{
        margin-bottom: 25px;
    }
}



.mainbody3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: white;
    justify-content: center;
    width: 100%;
}

.mainbody3text{
    margin-top: 50px;
}

.mainbody3 h2{
    font-size: 40px;
}

.b3titles{
    padding-bottom: 2.604vw;
}

.b3h2highlight{
    color: rgba(40, 190, 221, 1);
}

.mainbody3 p{
    font-size: 30px;
    padding-top: 0.26vw;
}

.b3text{
    padding-bottom: 2.604vw;
}

.wheel{
    width: 100%;
}

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

    .mainbody3 h2{
        font-size: 20px;
    }

    .mainbody3 p{
        font-size: 15px;
    }
}

.mainbody4{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(193, 221, 221, 1);
}

.mainbody4 h1{
    text-align: center;
    font-size: 5.208vw;
    color: rgba(5, 53, 62, 1);
}

.mainbody4 h2{
    text-align: center;
    font-size: 4.022vw;
    color: rgba(12, 116, 137, 1);
    
}

.body4elements{
    justify-content: center;
    display: flex;
    padding-left: 13.021vw;
    padding-top: 5.208vw;
}

.body4imagenes{
    padding-top: 2.604vw;
    justify-content: space-evenly;
    display: flex;
}

.body4imagenes a{
    display: block;
}

.body4imagenes img{
    padding: 10px
}

.appbikein{
    padding-right: 100px;
}

.imagenmovil{
    width: 26.042vw;
    margin-bottom: 100px;
}

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

    .mainbody4{
        padding-left: 50px;
    }

    .mainbody4 h2{
        padding-left: 0px;
        
    }

    .mainbody4textos{
        padding-right: 50px;
    }

    .body4elements{
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .body4imagenes{
        padding-right: 50px;
        display: block;
    }

    .appbikein{
        padding-right: 0px;
    }
    
    .imagenmovil{
        display: none;
    }
}

@media screen and (max-width:310px) {
    .body4imagenes img{
        width: 200px
    }
}


.mainbody5{
    justify-content: center;
    background-color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.linea1{
    justify-content: center;
    padding: 2.604vw;
    display: flex;
    justify-content: space-around;
}

.linea1 img{
    width: 15%;
}

.linea2{
    justify-content: center;
    padding: 2.604vw;
    display: flex;
    justify-content: space-around;
}

.linea2 img{
    width: 15%;
}


.mainbody5 p{
    text-align: center;
    font-size: 30px;
    color: rgba(12, 116, 137, 1);
    padding-bottom: 2.604vw;
}

@media screen and (max-width:895px) {
    .linea1 img{
        width: 20%;
    }

    .linea2 img{
        width: 20%;
    }
}

.mainbody6{
    position: relative;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgba(165, 255, 86, 1);
}

.mainbody6content{
    padding-top: 100px;
    width: 100%;

    /**/
    position: absolute;
}

.world{
    width: 100%;
    height: 1000px;
}

.b6h1{
    text-align: center;
    font-size: 64px;

    /* position: absolute;
    top: 15%;
    left: 50%;   
    transform: translate(-50%, -50%); */
}

.carrousel{
    justify-content: center;
    display: flex;
    padding-top: 100px;
}


.cardimg{
    width: 100%;
    height: 40%;
    border-bottom: 2px solid;
    border-color: rgba(12, 116, 137, 1);
}

.arrow-left{
    padding-top: 200px;
    height: 50px;
    padding-right: 2.604vw;
    padding-left: 2.604vw;
}

.arrow-right{
    padding-top: 200px;
    height: 50px;
    padding-left: 2.604vw;
    padding-right: 2.604vw;
}

.card{
    /* top: 50%;
    left: 30%;   
    transform: translate(-50%, -50%);
    position: absolute; */
    margin: 25px;
    background-color: white;
    width: 325px;
    height: 550px;
    border-radius: 2%;
    border-style: solid;
    border-color: rgba(12, 116, 137, 1);
    border-width: 2px;
}


.date{
    width: 100%;
    padding-left: 160px;
    padding-right: 50px;
    padding-bottom: 20px;
    color: rgba(12, 116, 137, 1)
}

.cardtitle{
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(5, 53, 62, 1);
}

.cardtext{
    padding-bottom: 20px;
    font-size: 14px;
    color: rgba(5, 53, 62, 1);
}

.cardcontent{
    padding: 20px;
}

.mainbody6 button{
    cursor: pointer;
    transform: scale(0.8);
    margin-left: 70px;
    width: 125px;
    height: 40px;
    background-color: rgba(12, 116, 137, 1);
    color: white;
    border-radius: 5px;
    border: 0px;
}

.mainbody6 button a {
    color: white; /* Color del texto */
    text-decoration: none; /* Eliminar subrayado */
    display: block; /* Asegura que el enlace ocupe todo el área del botón */
    height: 100%; /* Ocupa toda la altura del botón */
    width: 100%; /* Ocupa todo el ancho del botón */
    line-height: 40px; /* Centra el texto verticalmente */
    text-align: center; /* Centra el texto horizontalmente */
  }

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

    .b6h1{
        font-size: 50px;
    }

    .card{
        margin: 5px;
        width: 260px;
        height: 500px;
    }

    .date{
        
        padding-left: 80px;
    }

    .cardtitle{
        font-size: 14px;
    }
    
    .cardtext{
        font-size: 12px;
    }
}
    

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

    .world{
        display: none;
    }

    .mainbody6content{
        position: relative;
        padding-top: 50px;
    }

    .b6h1{
        padding-top: 0px;
        font-size: 35px;
    }

    .arrow-left{
        display: none;
    }

    .arrow-right{
        display: none;
    }


    .carrousel{
        padding-top: 25px;
        display: block;
    }

    .card{
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:650px) {
    .card{
        width: 260px;
        height: 500px;
    }
}

@media screen and (max-width:350px) {
    .card{
        width: 240px;
    }
}



.contacto{
    padding-bottom: 100px;
    background: linear-gradient(rgba(5, 53, 62, 1), rgba(193, 221, 213, 1));
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contactoelements{
    display: flex;
    justify-content: space-evenly;

}

.contactoelements h1{
    padding-bottom: 25px;
}

.contactoelements h3{
    color: rgba(5, 53, 62, 1);
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
}

.contacto_container{
    color: rgba(165, 255, 86, 1);
    display: block;
    padding-left: 10px;
}

.contacto_container h1{
    text-align: center;
    font-size: 80px;
}

.phonesection{
    display: flex;
}

.phonesection img{
    padding-right: 25px;
    width: 50px;
    height: 50px;
}

.ubicationsection{
    display: flex;
}

.ubicationsection img{
    padding-right: 25px;
    width: 50px;
    height: 50px;
}


.emailsection{
    display: flex;
}

.emailsection img{
    padding-right: 25px;
    width: 50px;
    height: 50px;
}

.phoneimage{
    width: 31.25vw;
}

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

    .contacto{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contactoelements{
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .contactoelements p{
        font-size: 20px;
    }

    .phoneimage{
        display: none;
    }

}

@media screen and (max-width:440px) {
    .contacto_container h1{
        padding-right: 10px;
        font-size: 45px;
    }
}

footer{
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(5, 53, 62, 1);
    display: block;
    text-align: center;
    height: 115px;
    padding: 5px 10%;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer nav-links{
    list-style: none;
}

footer li{
    display: inline-block;
    padding: 10px;
    color: aliceblue;
    list-style: none;
}

.section1 li a{
    text-decoration: none;
    color: rgba(168, 194, 200, 1);
}

.section2 li{
    color: rgba(165, 255, 86, 1);
}

.section3 li{
    color: rgba(40, 190, 221, 1);
}


