
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    .servicio{
       color: rgb(255, 142, 14);
   }
   .contactenos, .galeria,.inicio,.nosotros{
       color: rgb(255, 255, 255);
   }
body{
    background-color: rgb(245, 245, 245);
}
header{
    width: 100%;
    margin: 0;

}
header .banner{
    width: 100%;
}
.imgBaner2{
    display: none;
}
header .banner img{
    width: 100%;
    height: 80vh;
    
}
a{
    color: white;
}
/* comienzo del contenido */

section{
    padding-top: 20px;
    background-color: rgb(240, 240, 240);
    width: 100%;
}
section .contenidoInicio{
    display: flex;
    width: 100%;
    padding: 5%;
    justify-content: center;
    flex-wrap: wrap;
}
section .contenidoInicio .imagenInicio{
    width: 50%;
}
section .contenidoInicio .imagenInicio img{
    width: 70%;
    margin: 0 auto;
    display: block;
    border-radius: 200px 0 200px 0;
}

section .contenidoInicio .cont1{
    width: 50%;
    padding: 0 70px;
}
section .contenidoInicio .cont1 h1{
    font-size: 55px;
    text-align: center;
}
section .contenidoInicio .cont1 h2{
    font-size: 35px;
    color: rgb(116, 116, 116);
    text-align: center;
}
section .contenidoInicio .cont1 p{
    font-size: 18px;
    margin: 0 auto;
    margin-top: 20px;
    color: rgb(31, 16, 112);
    width: 75%;
}
section .contenidoInicio .cont1 ul{
    font-size: 18px;
    margin: 0 auto;
    margin-top: 20px;
    color: rgb(31, 16, 112);
    width: 75%;
}
section .contenidoInicio .cont1 button{
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 50px;
    margin-top: 40px;
    border: none;
    background-color: rgba(255, 0, 0, 0);
}
section .contenidoInicio .cont1 button a{
    text-decoration: none;
    background: linear-gradient(90deg, rgba(97,185,178,1) 22%, rgba(92,57,191,1) 100%);
    padding: 15px 45px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    transition: background 1.8s ease, transform 0.6s ease;
}
section .contenidoInicio .cont1 button a:hover {
    background: linear-gradient(90deg, rgb(6, 135, 139) 0%, rgb(88, 5, 64) 100%);
    transform: scale(1.1);
}






@media (max-width: 1748px){
    section .contenidoInicio .imagenInicio img{
        width: 70%;
        border-radius: 150px 0 150px 0;
    }
    section .contenidoInicio .cont1 h1{
        font-size: 45px;
    }
    section .contenidoInicio .cont1 h2{
        font-size: 30px;
    }
}
@media (max-width: 1600px) {
    section .contenidoInicio .imagenInicio img{
        width: 80%;
    }
}
@media (max-width: 1500px){
  
    section .contenidoInicio .imagenInicio img{
        width: 90%;
        border-radius: 150px 0 150px 0;
    }
    section .contenidoInicio .cont1 h1{
        font-size: 35px;
    }
    section .contenidoInicio .cont1 h2{
        font-size: 25px;
    }
}
@media(max-width:1400px){
    header{
            height: 70vh;
        }
        header .banner img{
            height: 70vh;
        }
        section .contenidoInicio{
            display: flex;
            width: 100%;
            padding: 3%;
        }
        section .contenidoInicio .cont1 p{
            font-size: 18px;
            width: 75%;
        }
        section .contenidoInicio .cont1 ul{
            font-size: 18px;
            width: 75%;
        }
        section .contenidoInicio .cont1 button{
            width: 190px;
            height: 50px;
            margin-top: 30px;
        }
        section .contenidoInicio .cont1 button a{
            font-size: 18px;
        }
}

@media (max-width: 1300px){
    
    section .contenidoInicio .imagenInicio img{
        width: 90%;
    }
    section .contenidoInicio .cont1{
        padding: 0;
    }
    
}
@media(max-width:1200px){
    header{
        height: 70%;
    }
    header .banner img{
       height: 100%;
    }
}
@media (max-width: 1100px){
    section{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    section .contenidoInicio{
        width: 44%;
        padding: 0;
        margin: 10px 15px;
        display: block;
        border-radius: 7px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.171);
    }
    .mant{
        background-image: url(/img/imgMantenimiento.jpg);
        background-size: cover;
        width: 100%;
    }
    .des{
        background-image: url(/img/imgDesarrollo.jpg);
        background-size: cover;
    }
    .cons{
        background-image: url(/img/imgConstruccion.jpg);
        background-size: cover;
    }
    .fabr{
        background-image: url(/img/imgFabricacion.jpg);
        background-size: cover;
    }
    section .contenidoInicio .cont1{
        width: 100%;
        height: 100%;
        background-color: rgba(16, 16, 41, 0.836);
        padding: 20px 0;
        color: white;
        border-radius: 7px;
    }
    section .contenidoInicio .imagenInicio{
        display: none;
    }
    section .contenidoInicio .imagenInicio img{
        display: none;
    }

    section .contenidoInicio .cont1 h1{
        font-size: 30px;
    }
    section .contenidoInicio .cont1 h2{
        color: rgb(231, 231, 231);
    }
    section .contenidoInicio .cont1 p{
        color: rgb(222, 220, 238);
    }
    section .contenidoInicio .cont1 ul{
        color: rgb(234, 233, 245);
        
    }
    section .contenidoInicio .cont1 button a{
        background: linear-gradient(90deg, rgba(97,185,178,1) 22%, rgb(219, 76, 124) 100%);
    }
}

@media(max-width:900px){
    header{
            height: 50vh;
        }
    header .banner img{
            height: 50vh;
        }
}

@media (max-width: 864px){

    section .contenidoInicio .cont1 h1{
        font-size: 25px;
    }
    section .contenidoInicio .cont1 h2{
       font-size: 20px;
    }
    section .contenidoInicio .cont1 p{
        display: none;
    }
    section .contenidoInicio .cont1 ul{
        font-size: 16px;
    }
    section .contenidoInicio .cont1 button{
        margin-top: 10px;
    }
    section .contenidoInicio .cont1 button a{
        padding: 10px 25px;
        font-size: 15px;
    }
}


@media(max-width:800px){
    header{
            height: 50%;
        }
    header .banner img{
            height: 100%;
        }
}
@media(max-width:650px){
    header{
        height: 90%;
    }
    .banner .imgBaner1{
        display:none;
    }
    .imgBaner2{
        display:block;
    }
}

@media (max-width: 520px) {
        section .contenidoInicio{
            width: 90%;
            margin: 10px 15px;
           
        }    

}

