*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    margin: 0 auto;
    position: relative;
    background-position: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 120px 0px 0;
}

.header{
    background-color: white;
    height: 138px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav{
    display: flex;
    justify-content: space-evenly;

    max-width: 992px;
    margin: 0 auto;
}

.nav-link{
    color: rgb(75, 75, 75);
}

.logo{
    line-height: 120px;
}

.logo-imagen{
    width: 200px;
}

.nav-menu{
    display: flex;
    margin-right: 40px;
}

.nav-menu-item{
    font-size: 23px;
    margin: 0 50px;
    line-height: 120px;
    text-transform: uppercase;
    width: max-content;
}

.nav-menu-link{
    padding:  8px, 12px;
    border-radius: 3px;
}

.nav-menu-link:hover,
.nav-menu-link_active{
    background-color: rgb(187, 187, 187);
    transition: 0.5s;
}

.nav-toggle{
    color: #373B44;
    background: none;
    border: none;
    font-size: 40px;
    padding-bottom: 47.767px;
    line-height: 60px;
    cursor: pointer;
    display: none;
}

section{
    margin-top: 20px;
}


.video-inicio{
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.videop{
    min-width: 100%;
    max-height: 815px;
    object-fit: cover;
}

.video-inicio h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: calc(2.5vw + 1vh + 1em);
    font-family: 'Roboto', sans-serif;;
    z-index: 10;
}

.representamos{
    margin-top: 50px;
}

.texto-presentacion{
    color: rgb(109, 106, 108);
    text-align: center;
    
}

.destacar{
    color: rgb(31, 72, 136);
    
}

.textrepresentamos{
    color: rgb(109, 106, 108);
    margin-bottom: 35px;
    font-size: 50px;
}

.contenedor-epredia{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;  
}

.epredia{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}



.epredia::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #f4c4f3;
    background: -webkit-linear-gradient(to right, #fc67fa, #f4c4f3);
    background: linear-gradient(to right, #fc67fa, #f4c4f3);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.epredia-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
}

.contenedor-texto-epredia{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-epredia{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
   
}

.representamos-imagen-para-epredia{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: fit-content;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-videos-epredia{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.videos-epredia{
    width: 50%;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}


.video-epredia-1{
    width: 90%;
    min-width: 660px;
    height: auto;
    border-radius: 10px;
}

.video-epredia-2{
    width: 90%;
    min-width: 660px;
    height: auto;
    border-radius: 10px;
}



.contenedor-microm{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.microm{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.microm::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #373B44;
    background: -webkit-linear-gradient(to right, #4286f4, #373B44);
    background: linear-gradient(to right, #4286f4, #373B44);

    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.microm-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
}

.contenedor-texto-microm{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-microm{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
    margin-right: 30px;
   
}

.representamos-imagen-para-microm{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-richard-allan{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.richard-allan{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.richard-allan::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #3A1C71;
    background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71);
    background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.richard-allan-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
}

.contenedor-texto-richard-allan{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-richard-allan{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
    margin-right: 30px;
   
}

.representamos-imagen-para-richard-allan{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-shandon{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.shandon{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.shandon::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #00B4DB;
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #0083B0, #00B4DB);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.shandon-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
}

.contenedor-texto-shandon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-shandon{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
    margin-right: 30px;
   
}

.representamos-imagen-para-shandon{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-simport{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.simport{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.simport::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #93291E, #ED213A);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.simport-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
}

.contenedor-texto-simport{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
    margin-right: 30px;
}

.texto-simport{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
   
}

.representamos-imagen-para-simport{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-labor-security{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.labor-security{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    height: 200px;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}
.labor-security::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #DCE35B;
    background: -webkit-linear-gradient(to right, #45B649, #DCE35B);
    background: linear-gradient(to right, #45B649, #DCE35B);


    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.labor-security-imagen{
    width: 90%;
    height: 90%;
    max-width: 250px;
    min-width: 250px;
    max-height: 175px;
    min-height: 175px;
    height: auto;
    padding-left: 20px;
}

.contenedor-texto-labor-security{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-labor-security{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
    margin-right: 30px;
   
}

.representamos-imagen-para-labor-security{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-videos-labor-security{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.videos-labor-security{
    width: 50%;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.video-labor-security{
    width: 100%;
    min-width: 660px;
    height: auto;
    border-radius: 10px;
}

.contenedor-spot-imaging{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.spot-imaging{
    display: flex;
    align-items: center;
    background-color: white;
    width: 80%;
    max-width: 1750px;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.spot-imaging::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #BA8B02;
    background: -webkit-linear-gradient(to right, #181818, #BA8B02);
    background: linear-gradient(to right, #181818, #BA8B02);

    width: 100%;
    height: 100%;
    filter: blur(10px);
    z-index: -1;
}

.spot-imaging-imagen{
    width: 90%;
    height: 90%;
    max-width: 350px;
    min-width: 350px;
    max-height: 155px;
    min-height: 155px;
    height: auto;
    padding-left: 20px;
}

.contenedor-texto-spot-imaging{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21.5px;
}

.texto-spot-imaging{
    width: 90%;
    width: fit-content;
    text-align: center;
    height: fit-content;
    color: rgb(109, 106, 108);
    margin-right: 30px;
   
}

.representamos-imagen-para-spot-imaging{
    text-align: center;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    max-width: 180px;
    min-width: 180px;
    max-height: 200px;
    min-height: 200px;
    height: auto;
    padding-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.contenedor-videos-spot-imaging{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.videos-spot-imaging{
    width: 50%;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    gap: 30px;
    position: relative;
}

.video-spot-imaging{
    width: 90%;
    min-width: 660px;
    height: auto;
    border-radius: 10px;
}




footer{
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(223, 227, 233);
    padding: 50px 0;
}

.contenedor-footer{
    max-width: 100%;
    margin: 0;
    
}

.footer-row{
    display: flex;
    flex-wrap: wrap;
}

.footer-link{
    width: 25%;
    padding: 0 15px;
}

.footer-link h3{
    font-size: 20px;
    color:  rgb(57,72,92);
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid rgb(116, 114, 114);
    padding-bottom: 10px;
    display: inline-block;
}

.footer-link ul li{
    font-size: 18px;
    color: rgb(57,72,92);
    display: block;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.social-link a{
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    transition: all .5s ease;
}

.social-link a:hover{
    background-color: #097fced5;
}

