* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

/*Header*/

nav{
    height: auto;
    width: 100%;
}

.enlace{
    position: absolute;
    padding: 35px 20px;
}

.logo{
    display: flex;
    position: absolute;
    height: 100%;
}


.idiomas{
    float: right;
    padding: 2vw;
    display: flex;
    flex-direction: column;
}

.bandera {
    width: 63px;
    height: 37px;
    margin-bottom: 18px;
    cursor: pointer;
}


nav ul{
    float: right;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 65px 2px;
    margin: 0;
}

nav ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 170px;
    margin: 0;
}

nav ul li a{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 20px;
    padding: 7px 13px;
}

html{
    scroll-behavior: smooth;
}

/*Inicio*/

.inicio h2{
    font-family: "Roboto", serif;
}
.inicio img{
    width: 100%;
}

/*Temporales*/

.temporales{
    margin-left: 50px;
    align-content: center;
}

.temporales h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.temporales img{
    height: 640px;
    float: right;
    margin-right: 50px;
    margin-left: 40px;
}

.temporales h2{
    font-family: "Roboto", serif;
    color: #5993cf;
    font-size: 40px;
}

.temporales p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Permanentes*/

.permanentes{
    margin-right: 50px;
    align-content: center;
}

.permanentes h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.permanentes img{
    height: 560px;
    float: left;
    margin-right: 40px;
    margin-left: 50px;
}

.permanentes h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.permanentes p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Tiendas*/

.tiendas{
    margin-left: 50px;
    align-content: center;
}

.tiendas h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.tiendas img{
    height: 640px;
    float: right;
    margin-right: 50px;
    margin-left: 40px;
}

.tiendas h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.tiendas p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Unboxing*/

.unboxing{
    margin-right: 50px;
    align-content: center;
}

.unboxing h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.unboxing img{
    height: 600px;
    float: left;
    margin-right: 40px;
    margin-left: 50px;
}

.unboxing h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.unboxing p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Tecnologia*/

.tecnologia{
    margin-left: 50px;
    align-content: center;
}

.tecnologia h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.tecnologia img{
    height: 570px;
    float: right;
    margin-right: 50px;
    margin-left: 40px;
}

.tecnologia h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.tecnologia p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Unboxing*/

.toolkit{
    margin-right: 50px;
    align-content: center;
}

.toolkit h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.toolkit img{
    height: 560px;
    float: left;
    margin-right: 20px;
    margin-left: 50px;
}

.toolkit h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.toolkit p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*Equipo*/

.equipo{
    margin-left: 50px;
    align-content: center;
}

.equipo h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 44px;
}


.equipo img{
    height: 550px;
    float: right;
    margin-right: 50px;
    margin-left: 40px;
}

.equipo h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 40px;
}

.equipo p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 25px;
}

/*¿Quienes somos?, Compromiso y Filosofía*/

.contenido{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido figure{
    width: 1610px;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
}

.contenido figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}

.contenido figure .overlay{
    position: absolute;
    top: 34%;
    left: 35%;
    width: 30%;
    height: 80px;
    background-color: rgba(246, 248, 248, 0.7);
    border-radius: 20px;
    transition: all 500ms ease-out;
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.contenido figure:hover > .overlay{
    opacity: 0;
    visibility: hidden;
}

.contenido h2{
    font-size: 44px;
    color: #245ca7;
    font-family: "Roboto", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.contenido figure:hover > h2{
    opacity: 0;
    visibility: hidden;
}

.contenido figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 166, 255, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.contenido figure .info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 166, 255, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.contenido figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}

.contenido figure:hover > .info{
    opacity: 1;
    visibility: visible;
}

.contenido figure:hover > img{
    transform: scale(1.3);
}

.contenido figure .capa p{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 120px;
    margin-top: 60px;
    margin-left: 210px;
}

.contenido figure .info p{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 120px;
    margin-top: 80px;
    margin-left: 210px;
}

/*Logos marcas*/

.logos img{
    width: 80%;
}

/*Hablemos y Trabajemos juntos*/

.texto{
    display: flex;
    margin: 0px 50px;
    align-content: center;
    text-align: center;
}

.texto ul li{
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.texto h2{
    font-size: 44px;
    color: #245ca7;
    font-family: "Roboto", serif;
}

.hablemos img{
    width: 23px;
    align-content: center;
    text-align: center;
}

.hablemos{
    margin-left: 230px;
}

.hablemos ul li p{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 0px 15px;
    border-radius: 3px;
}

.trabajemos{
    margin-left: 200px;

}

.trabajemos img{
    width: 53px;
}

.trabajemos p{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 0px 20px;
    border-radius: 3px;
}

/*Final*/

header{
    background: #5993cf;
    height: 70px;
    width: 100%;
    align-content: center;
    text-align: center;
}

header img{
    width: 10px;
}

.copyright{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 15px;
    float: left;
    margin-left: 390px;
}

.aviso{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 15px;
    float: right;
    margin-right: 425px;
    text-decoration: underline;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1200px; /* opcional */
    margin: auto;
    padding-bottom: 35%; /* controla la altura (aspect ratio) */
    height: 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 

/* 📱 Mobile */

@media (max-width: 600px) {
    .bandera {
        width: 80px;
        height: auto;  
        margin-bottom: 10px;
    }

    .logo{
    display: flex;
    position: auto;
    margin-top: 10%;
    height: 85%;
}
    nav ul{
    display: none;
}

    nav ul li{
       display: none;
}

    nav ul li a{
     display: none;
}

    .inicio img{
    width: 100%;
    position: relative;
}

  h2 span {
        font-size: 22px !important;   /* override inline sizes */
        line-height: 1.3;
    }

    h2 {
        text-align: center;
        padding: 0 10px;
    }


.temporales h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 28px;
    text-align: center;
}

.temporales{
    margin-left: 0px;
    align-content: center;
}

.temporales img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;

}

.temporales h2{
    font-family: "Roboto", serif;
    color: #5993cf;
    font-size: 24px;
    text-align: center;
}

.temporales p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

.permanentes{
    margin-right: 0px;
    align-content: center;
}

.permanentes h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.permanentes img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.permanentes h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.permanentes p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Tiendas*/

.tiendas{
    margin-left: 0px;
    align-content: center;
}

.tiendas h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.tiendas img{
    max-width:  80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.tiendas h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
}

.tiendas p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Unboxing*/

.unboxing{
    margin-right: 0px;
    align-content: center;
}

.unboxing h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}


.unboxing img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.unboxing h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
}

.unboxing p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Tecnologia*/

.tecnologia{
    margin-left: 0px;
    align-content: center;
}

.tecnologia h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.tecnologia img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.tecnologia h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.tecnologia p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Unboxing*/

.toolkit{
    margin-right: 0px;
    align-content: center;
}

.toolkit h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.toolkit img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.toolkit h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.toolkit p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Equipo*/

.equipo{
    margin-left: 0px;
    align-content: center;
}

.equipo h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.equipo img{
    max-width: 100%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.equipo h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.equipo p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*Equipo*/

.equipo{
    margin-left: 0px;
    align-content: center;
}

.equipo h1{
    color: #245ca7;
    font-family: "Roboto", serif;
    font-size: 24px;
}

.equipo img{
    max-width: 80%;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
}

.equipo h2{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
}

.equipo p{
    text-align: justify;
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 20px;
    padding: 5%;
}

/*¿Quienes somos?, Compromiso y Filosofía*/

.contenido{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido figure{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
}

.contenido figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}

.contenido figure .overlay{
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 80px;
    background-color: rgba(246, 248, 248, 0.7);
    border-radius: 20px;
    transition: all 500ms ease-out;
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.contenido figure:hover > .overlay{
    opacity: 0;
    visibility: hidden;
}

.contenido h2{
    font-size: 24px;
    color: #245ca7;
    font-family: "Roboto", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.contenido figure:hover > h2{
    opacity: 0;
    visibility: hidden;
}

.contenido figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 166, 255, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.contenido figure .info{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 166, 255, 0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.contenido figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}

.contenido figure:hover > .info{
    opacity: 1;
    visibility: visible;
}

.contenido figure:hover > img{
    transform: scale(1.3);
}

.contenido figure .capa p{
    color: #ffffff;
    font-family: "Roboto", serif;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    max-width: 70%;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left:15%;
}

.contenido figure .info p{
   color: #ffffff;
    font-family: "Roboto", serif;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    max-width: 70%;
    margin-bottom: 5%;
    margin-top: 10%;
    margin-left:15%;
}

.logos img{
    width: 95%;
}

.texto{
    display: flex;
    align-content: center;
    text-align: center;
}

.texto ul li{
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.texto h2{
    font-size: 24px;
    color: #245ca7;
    font-family: "Roboto", serif;
}

.hablemos img{
    width: 16px;
    align-content: center;
    text-align: center;
}

.hablemos{
    margin-left: -16%;
}

.hablemos ul li p{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 12px;
    padding: 0px 0px;
    border-radius: 25px;
}

.trabajemos{
    margin-left: 5%;
}

.trabajemos img{
    width: 30px;
}

.trabajemos p{
    color: #5993cf;
    font-family: "Roboto", serif;
    font-size: 12px;
    padding: 0px 20px;
    border-radius: 3px;
}

/*Final*/

header{
    background: #5993cf;
    height: 70px;
    width: 100%;
    align-content: center;
    text-align: center;
}

header img{
    width: 10px;
}

.copyright{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 10px;
    margin-left: 15%;
}

.aviso{
    color: #fff;
    font-family: "Roboto", serif;
    font-size: 10px;
    margin-right: 35%;
    text-decoration: underline;
}

}