@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Prompt:ital,wght@0,300;1,100;1,700&display=swap');
html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    border: 0;
}


body{
    background: url(Img/pngwing.com.png) repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -10;
}

.head{
display: flex;
justify-content: space-between;
align-items: center;
background: rgb(26, 27, 26);
width: 100%;
height: 70px;
z-index: 100;
position: fixed;
top: 0;
}

.name{
    margin-left: -470px;
}

.name h3{
    color: orange;
    font-size: 30px;
    font-family: sans-serif;
}

.logo{
    width: 50px;
    height: 40px;
}

.imagen_logo{
    margin-left: 20px;
}

.navbar{
    display: flex;
    margin-right: 20px;
    height: 100%;
 }
 
 
 
 .navbar a:hover{
     background-color: rgba(255, 217, 0, 0.558);
     color: #fff;
 }
 
 .navbar a{
     text-align: center;
     display: block;
     text-transform: uppercase;
     text-decoration: none;
     color: rgb(255, 166, 0);
     font-size: 20px;
     padding-right: 20px ;
     font-size: 13px;
     padding-top: 25px;
     padding-left: 20px;
     font-family: sans-serif;
     transition: all .3s ease 0s;
 }

.epa{
    background-color: rgba(34, 34, 34, 0.444);
    border-radius: 25px;
    margin-top: 150px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 90px;
    height: 500px;
}

.epa h2{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    padding-top: 20px;
    font-size: 27px;
}

.epa_container{
 padding: 30px 50px;
 display: flex;
 margin-left: -25px;
}

.epa_box{
width: 250px;
text-align: center;
margin-left: 120px;
font-family: sans-serif;
font-size: 20px;
}

.epa_box p{
    color: black;
}

.epa_box h3{
    color: white;
}

.recopilacion{
    margin-top: 23px;
}

.pmhvac{
    display: flex;
    background-color: rgba(190, 161, 0, 0.604);
    width: 100%;
    margin-top: 50px;
    height: 560px;
}

.pmhvac_tittle{
    font-family: sans-serif;
    margin: 20px 20px;
    width: 500px;
    height: 60px;
    margin-left: 100px;
    
}

.pmhvac_info{
    width: 700px;
    font-family: sans-serif;
    color: black;
    font-size: 20px;
    padding-top: 30px;
    padding-right: 150px;
}

.pmhvac_img{
    margin-left: 130px;
    margin-top: -20px;
    padding-bottom: 20px;
}

.pmhvac_img img{
    width: 400px;
    height: 220px;
}

.ei{
    display: flex;
    margin-top: 30px;
    width: 100%;
    background-color: rgba(255, 167, 4, 0.629);
    height: 400px;
}

.ei_info{
    font-family: sans-serif;
    font-size: 22px;
    padding: 20px 20px;
    margin-left: 140px;
    margin-top: 30px;
}

.ei_img1 img{
    margin-top: 30px;
    margin-left: 150px;
    width: 550px;
    height: 300px;
}


.ie{
    margin-top: 30px;
    display: flex;
    background-color: rgba(190, 161, 0, 0.604);
    width: 100%;
    height: 450px;
}

.ie_img{
    margin-left: 120px;
    margin-top: 40px;
}

.ie_img img{
    height: 200;
    width: 500px;
}

.ie_info{
    margin-left: 100px;
    font-family: sans-serif;
    font-size: 24px;
    margin-top: 60px;
    margin-left: 200px;
}



.auto{
    margin-top: 30px;
    width: 100%;
    background-color:  rgba(255, 167, 4, 0.629);
    display: flex;
    height: 380px;
}

.auto_info{
    margin-left: 180px;
    margin-top: 100px;
    font-size: 22px;
    font-family: sans-serif;
    margin-right: 80px;
}

.auto_img{
margin-top: 50px;
margin-left: 50px;
}

.auto_img img{
    height: 300px;
    width: 500px;
}

.ses{
    display: flex;
    margin-top: 30px;
    background-color: rgba(190, 161, 0, 0.604);
    height: 600px;
}

.ses_info{
    width: 700px;
    font-family: sans-serif;
    font-size: 22px;
    margin-top: 100px;
    margin-right: 200px;
}

.ses_img{
    margin-top: 20px;
    margin-left: 100px;
}

.ses_img img{
    height: 270px;
    width: 500px;
}

.fumg{
    display: flex;
    margin-top: 30px;
    height: 500px;
    width: 100%;
    background-color: rgba(255, 167, 4, 0.629);

}

.fumg_info{
margin-top: 130px;
margin-left: 120px;
font-size: 20px;
width: 700px;
font-family: sans-serif;
}

.fumg_img{
    margin-top: 50px;
    margin-left: 100px;
}

.fumg_img img{
    height: 210px;
    width: 420px;
}

.montc{
    display: flex;
    margin-top: 30px;
    height: 550px;
    background-color: rgba(190, 161, 0, 0.604);
    width: 100%;
}

.montc_info{
    margin-left: 100px;
    margin-top: 60px;
    font-family: sans-serif;
    font-size: 19px;
    width: 700px;
}

.montc_img{
    margin-left: 130px;
    margin-top: 50px;
}

.slider-container{
    margin-top: 150px;
    width: 100%;

    height: 300px;
}

.logo_container{
    margin-top: 150px;
}

.position{
    margin-top: 50px;
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

.slider{
    background-image: url(Img/ACRMEX.png);
    background-size: cover;
    height: 400px;
    width: 400px;
    border-radius: 10px;
    animation: animate 15s infinite;
}

@keyframes animate {
    12%{
        background-image: url(Img/Radisson-Logo.jpg);
        background-size: 400px 400px;
    }

    24%{
        background-image: url(Img/ARKC.png);
        background-size: 400px 400px;
    }

    36% {
        background-image:  url(Img/php.png);
        background-size: 400px 400px;
    }

    48% {
        background-image:  url(Img/DYCSA.jpeg);
        background-size: 400px 400px;
    }

    60% {
        background-image:  url(Img/T&B.png);
        background-size: 400px 400px;

    }

    72% {
        background-image:  url(Img/WHRP.png);
        background-size: 400px 400px;

    }

    84% {
        background-image:  url(Img/GM.png);
        background-size: 400px 400px;

    }

    100% {
        background-image:  url(Img/ACRMEX.png);
        background-size: 400px 400px;

    }

}

.clientes{
     width: 100%;
     
}

.clientes_txt{
    color: rgba(0, 0, 0, 0.608);
    margin-left: 35%;;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.clientes_txt h4{
    font-family: sans-serif;
    font-size: 25px;
}


footer{
    background: #303030;
    margin-top: 50px;
}


.footer_contacto{
    width: 100%;
    height: 350px;
    color: orange;    

}

.info{
    border: 3px solid orange;
    margin-left: 100;
    color: white;
    width: fit-content;
    padding: 20px 20px;
    font-size: 20px;
    font-family: sans-serif;
}


.mapa{
    margin-left: 60%;
    margin-top: 25px;
}

.oficinas{
    margin-left: 72%;
    font-family: sans-serif;
    color: #fff;
    margin-top: -100px;
}

footer{
    margin-top: 150px;
    display: flex;
    align-content: center;
}


.footer_contacto{
    background: #303030;
    width: 100%;
    height: 350px;
    color: orange; 
       

}

.info{
    border: 3px solid orange;
    color: white;
    width: fit-content;
    padding: 20px 20px;
    font-size: 20px;
    font-family: sans-serif;
    height: fit-content;
    margin-left: 4%;
}

.imagen_logo_footer{
    width: fit-content;
    margin-left: 15%;
    margin-top: 5%;
}

.google_mapa{
width: fit-content;
margin-left: -7%;
}

.footer_imatec{
    margin-top: 0;
    height: 100px;
    background-color: #5c5c5c;
    width: 100%;
}

.footer_descr{
    padding-top: 50px;
    padding-left: 24%;
}

.footer_descr h3{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.whatsapp_logo{
    margin-top: 15px;
    position: fixed;
    width: 75px;
    height: 75px;
    line-height: 65px;
    bottom: 2%;
    right: 20px;
    text-align: center;
   border-radius: 60px;
    z-index: 100;
}

.whatsapp_logo:hover{
    text-decoration: none;
    color: #0df053;
    background: #fff;
    size: 70px;
}

/* para celulares */
@media (max-width: 700px) {

    *{
        padding: 0;
        margin: 0;
    }

    .head{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 160px;
        position: unset;
    }

    .imagen_logo{
      margin: 0;

    }

    .name{
        font-size: small;
        position: initial;
        margin: 0;
    }

    .navbar{
        height: fit-content;
        margin: 0;
    }

    .navbar a{
        padding: 5px 5px;
        font-size: smaller;
        display: flex;
        transition: all .3s ease 0s;
    }

    .epa{
        width: 100%;
        margin: 0;
        height: 135vh;
        margin-top: 5vh;
    }

    .epa_container{
        display: grid;
        padding: 0;
    }

    .pmhvac{
        display: grid;
        width: 100%;
        height: 128vh;
    }

    .pmhvac_info{
        margin: 0;
        padding: 0;
        width: 98%;
    }

    .pmhvac_img{
        margin: 0;
        padding: 0;
    }

    .pmhvac_img img{
        width: 100%;
    }

    .pmhvac_tittle{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .ei{
        margin-top: 4vh;
        width: 100%;
        display: grid;
        padding: 0;
        height: fit-content;
    }

    .ei_info{
        margin: 0;
    }

    .ei_img{
        margin: 0;
    }

    .ei_img1 img{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .ie{
        width: 100%;
        display: grid;
        height: 80vh;
    }

    .ie_img{
        margin: 0;

    }

    .ie_img img{
        width: 100%;
    }

    .ie_info{
        margin: 0;
    }

    .auto{
        display: grid;
        width: 100%;
        height: 60vh;
    }

    .auto_info{
        margin: 0;
        width: 100%;
    }

    .auto_img{
        margin: 0;
    }

    .auto_img img{
        width: 100%;
    }

    .ses{
        width: 100%;
        display: grid;
        height: 100vh;
    }

    .ses_img{
        margin: 0;
    }

    .ses_img img{
        width: 100%;
        height: 34%;
    }

    .ses_info{
        width: 100%;
        margin: 0;
        margin-top: -32%;
    }

    .fumg{
        width: 100%;
        height: 100vh;
        display: grid;
    }
    
    .fumg_info{
        margin: 0;
        width: 100%;
    }

    .fumg_img{
        margin: 0;
    }

    .fumg_img img{
        width: 100%;
    }

    .footer_contacto{
        margin-top: 112%;
        width: 100%;
        height: 80vh;
        display: grid;
    }

    .footer_imatec{
        height: fit-content;
    }

    .info{
        padding: 0;
    }

    .oficinas{
        margin-top: 5px;
        display: flex;
        margin: 0;
    }

    .google_mapa{
        width: 100%;
        margin: 0;
    }

    .mapa{
        margin: 0;
        width: 100%;
    }

    .whatsapp_logo{
        position: unset;
    }
}