*{
    margin: 0;
    padding: 0;
    

}

body{
    font-family:'Futura medium', sans-serif; 
}

footer{
    font-family:'Futura medium', sans-serif; 
}

.contact-info {
    font-family: 'futura medium' sans-serif;
}

/*---IDENTIDAD CORPOPRATIVA-----*/

    
.hero-header{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #000000;
}

.hero-header2{
    width: 90%;
    height: 90%;
    min-height: 90vh;
    background: #fff;
}

.wrapper{
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px;
}

.container-corp{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 11rem;
}

.container-corp .hero-pic{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 15px solid #444;
    box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.5);
}

.hero-pic img{
    height: 100%;
    width: 100%;
    transition: 0.5s;
}

.hero-pic img:hover{
    transform: scale(1.2);
}

.hero-text{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.hero-text h5{
    color: #e5e5e5;
    font-size: 20px; 
}

.hero-text2{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.hero-text2 h5{
    color: #000000;
    font-size: 20px; 
}

.hero-text h5 span{
    color: rgb(249, 178, 51);
    font-size: 20px;
}

.hero-text2 h5 span{
    color: rgb(249, 178, 51);
    font-size: 20px;
}

.hero-text h1{
    color: rgb(249, 178, 51);
    font-size: 4rem;
}

.hero-text2 h1{
    color: rgb(249, 178, 51);
    font-size: 4rem;
}

.hero-text p{
    color: #9d9c9c;
    font-size: 18px;
}
.hero-text2 p{
    color: #000000;
    font-size: 18px;
}

.btn-group{
    margin: 45px 0;
}

.btn-group .btn{
    border-color: #d5d5d5;
    color: #000000;
    background-color:#ffffff;
    padding: 12px 25px;
    margin: 5px 0;
    margin-right: 7px;
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    box-shadow: 0 10px 10px -8px rgb( 0 0 0/78%);
    font-size: 20px;
    cursor: pointer;
    transition: all 400ms ease;
}
.btn-group  .btn:hover{
    background: rgb(249, 178, 51);
    color: #ffffff;
}

.btn .activo{
    color: #007ced;
}

.hero-text .social i{
    color: rgb(249, 178, 51);
    font-size: 35px;
    margin-right: 10px;
    transition: 0.5s;
}

.hero-text .social i:hover{
    color: #9d9c9c;
    transform: rotate(360deg);
}


@media(max-width:768px)
{
    .container-corp{
        flex-direction: column;
        padding-top: 2rem;
    }

    .hero-text{
        padding: 40px 0px;
    }

    .container-serv, 
    .card{
        flex-direction: column;
        padding-top: 48rem;
    }

    .container-serv2,
    .card{
        flex-direction: column;
        padding-top: 2rem;
    }

    .contenido{
        padding: 40px 0px;
    }

}








/*---NOSOTROS imagen---*/

.nosotros{
    box-sizing: border-box;
    display: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 10px;      
}

/*.nosotros figure{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, .50);
    cursor: pointer;
}

.nosotros img{
    transition: all 500ms ease-in-out;
}

.nosotros figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 178, 51, 0.3);
    transition: all 500ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.nosotros figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}

.nosotros figure:hover .capa h3{
    margin-top: 70px;
    margin-bottom: 15px;

}

.nosotros figure:hover >img{
    transform: scale(1.3);
}


.nosotros figure .capa h3{
    color: rgb(249, 178, 51);
    font-weight: 800;
    margin-bottom: 200px;
    transition: all 500ms ease-in-out;
    margin-top: 60px;
    
}

.nosotros figure .capa p{
    color: #fff;
    font-size: 35px;
    line-height: 1.8;
    width: 100%;
    max-width: 800px;
    margin: auto;
}*/









/*--SERVICIOS--*/


.servicios1{ 
    box-sizing: border-box;
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.servicios2{ 
    box-sizing: border-box;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}


.container-serv{
    width: 100%;
    display: flex;
    max-width: 1100px;    
}


.card{
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 400ms ease;

}

.card:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.card img{
    width: 100%;
    height: 210px;
}

.card .contenido{
    padding: 15px;
    text-align: center;
}

.card .contenido h3{
    margin-bottom: 15px;
}

.card .contenido p{
    line-height: 1.5;
    color: #6a6a6a;
}

.card .contenido a{
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    color: rgb(249, 178, 51);
    border: 1px solid rgb(249, 178, 51);
    border-radius: 4px;
    transition: all 400ms ease;
}

.card .contenido a:hover{
    background: rgb(249, 178, 51);
    color: #fff;
}

/*--ESTYLOS DE comercial --*/






/*--ESTYLOS DE CONTACTO--*/

.body-contacto{
    box-sizing: border-box;
    background-color: #181818;
    color: #fff;
    font-family: "futura medium", sans-serif;
    padding: 0 1.5em;
    margin-top: 40px;

}

.content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}


.logo{
    text-align: center;
    font-size: 3em;
}

.logo span,
.contact-info span {
    color: rgb(249, 178, 51);;
}

.contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .9);
}

.contact-wrapper > *{
    padding: 1em;
}

.contact-form {
    background: #222222;
}

.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form form .block {
    grid-column: 1/3;
}

.contact-form form p {
    margin: 0;
    padding: 1em;
}



.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #fff;

}

.contact-form form button{
    background: rgb(249, 178, 51);
    color: #000;
    border: 0;
    text-transform: uppercase;
    padding: 1em;

}

.contact-form form button:hover,
.contact-form form button:focus{
    background: rgb(157,157, 156);
    color: #181818;
    transition: background-color 1s ease-out;
    outline:0;
}



.contact-info {
    background: #fff;
    color: #000;
    
}

.contact-info h4,
.contact-info ul,
.contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

.contact-info ul{
    list-style: none;
    padding: 0;
}

.contact-info ul li{
    padding: .3em;
}

@media(min-width:700px){
    .body-contacto{
        padding: 0 4rem;
    }

    .contact-wrapper{
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    
    .contact-wrapper > *{
        padding: 2em;
    }

    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        padding: 1em;
        text-align: left;
    }
}





/*--AQUI COMIENZA LOS ESTYLOS PARA SERVICIOS DE MADCO--*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

            /*--ESTYLOS SERVICIOS MADCO--*/


.comer{
    box-sizing: border-box;
    background-color: #151320;
    height: 90vh;
    display: grid;
    font-family: 'Poppins',sans-serif;

}

.cards-comer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    margin-top: 10px;
    
    

}

.card-comer{
    background-color: #fff;


    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.comer-container{
    position: relative;
    
}

.comer-container img{
    width: 100%;
    display: block;
    border-radius: 20px;
    padding: 10px;
    
}

.comer-container::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    opacity: 0.7;
}



.comer-details{
    padding: 20px 10px;
}

.comer-details h3{
    color: rgb(249, 178, 51);
    font-weight: 600;
    font-size: 25px;
    margin: 10px 0 15px 0;
}

.comer-details p{
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}


/*--AQUI COMIENZA LOS ESTYLOS PARA PROYECTOS DE MADCO CARRUSEL --*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

            /*--ESTYLOS CARRUSEL --*/

            .contenedor-car{
            
                background: black;
                
                }
                .carrusel{
                    height: 100vh;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    
                }
                .carrusel-item{
                    display: flex;
                    overflow-x: hidden;
                    overflow-y: hidden;
                    padding: 10px 0px;
                }
                .carrusel-item{
                    min-width: 300px;
                    max-width: px;
                    height: 200px;
                    outline: 2px solid black;
                    
                
                }
                
                .carrusel-item img{
                width: 100%;
                width: 100%;
                object-fit: cover;
                }
                
                .carrusel-item:hover{
                    transform: scale(1.2);
                }



/*--ESTYLOS DE FOOTER--*/

.pie-pagina{
    width: 100%;
    background-color: white;
    
}

.pie-pagina .grupo-1{
    width:100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
    
}

.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-pagina .grupo-1 .box figure img{

    width: 250px;

}

.pie-pagina .grupo-1 .box h2{
    color: black;
    margin-bottom: 25px;
    font-size: 20px;

}

.pie-pagina .grupo-1 .box p{
    color: black;
    margin-bottom: 10px;

}

.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45PX;
    height: 45PX;
    line-height: 45PX;
    color: black;
    margin-right: 10px;
    background-color: rgb(249, 178, 51);
    border-radius: 50%;
    text-align: center;
    transition: all 300ms ease;
    
}

.pie-pagina .grupo-1 .red-social a:hover{
    color: white;

}
    
.pie-pagina .grupo-2{
    background-color: black;
    padding: 15px 10px;
    text-align: center;
    color: rgb(249, 178, 51);
}

.pie-pagina .grupo-2 small{
    font-size: 15px;
}

@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width:90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 240px 20px 20px 0px;
        
    }
    
}
    
    
