/*HERO*/
.slider-box{
    width: auto;
    margin: auto;
    margin: auto;
    overflow: hidden;
    
}
.slider-box ul{
    display: none;
    margin: 158px 0 0 0;
    display: flex;
    padding: 0;
    width: 400%;
    animation: slide 30s infinite alternate ease-in-out;
}
.slider-box li{
    display: none;
    width: 100%;
    list-style: none;
    position: relative;
}
.slider-box img{
    width: 100%;
    height: 100%;
    position: relative;
    
}

@keyframes slide {
    0% { margin-left: 0; }
    20% { margin-left: 0; }
    25% { margin-left: -100%; }
    45% { margin-left: -100%; }
    50% { margin-left: -200%; }
    70% { margin-left: -200%; }
    75% { margin-left: -300%; }
    100% { margin-left: -300%; }
}  




hr{
    margin: 10px 200px;
}



/*BANNER DE NOTICIAS*/
.img_cont{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_cont .maintenance_img{
    height: 600px;
}
.img_cont div{
    display: flex;
    flex-direction: column;
}
.img_cont div h3{
    font-size: 40pt;
    color: #18377A;
    float: right;
    text-align: right;
    line-height: 1;
}
.img_cont div p{
    color: #18377A;
    font-weight: 500;
    font-size: 20pt;
    text-align: right;
    margin-top: 20px;
}




/*CLIENTES*/ 
.clients_box {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
} 
.clients_box h1 {
    color: #18377A;
    text-align: center;
}
.clients_box .clients_logo {
    margin:  20px 0;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.clients_box .clients_logo div {
    margin: 10px;
    flex: 1 0 10%;
    max-width: 300px;
}
.clients_box .clients_logo div img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
/*CLIENTES*/




/* --NOSOTROS-------------------------------------- */
.quienesSomos img{
    display: none;
}
.quienesSomos{
    margin: 0 10%;
    display: flex;
    align-items: center;
}

.contentOne{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    width: 85%;
    height: 500px;
    padding: 3% 0;
}

.text{
    color: #18377A;
    width: 73.5%;
    float: left;
    padding: 0 10%;
}
.text h2{
    text-align: center;
    font-size: 20pt;
}
.text p{
    margin-top: 2.5%;
    text-align: justify;
    font-size: 12pt;
}


.boxTwo{
    background-image: url(img/NOSOTROS/tejedor.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 400px;
}
/* --NOSOTROS-------------------------------------- */



/* -- VENEFICIOS -------------------------------------- */
.filaServicios{
    display: flex;
    justify-content: space-around;
    margin: 3% 5%;
}
.servicio {
    border-radius: 15px;
    background-color: #18377A;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 200px;
}

.icono {
    text-align: center;
    margin-bottom: 3.5%;
    height: 100px;
}

.titulo {
    font-size: 15pt;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.descripcion {
    border: solid 1px #18377A;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: absolute; 
    background-color: #fff;
    color: #18377A;
    padding: 15% 20px;
    display: none; 
    font-size: 12pt;
    font-weight: 700;
}
.descripcion p{
    text-align: center;
    display: grid;
    place-items: center;
    
}

.servicio:hover .descripcion {
    display: block;
}
/* -- VENEFICIOS -------------------------------------- */


#icon_blocks{
    display: none;
}

.boxContainer{
    margin: 0 10%;
    display: flex;
    align-items: center;
}

.boxOne{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    width: 85%;
    height: 450px;
    padding: 2% 0;
}

.textBox{
    color: #18377A;
    width: 73.5%;
    float: right;
    padding: 1% 10%;
}
.textBox h2{
    text-align: center;
    font-size: 20pt;
}
.textBox p{
    margin-top: 8px;
    text-align: justify;
    font-size: 12pt;
}

.contentOne img{
    display: none;
}
.boxTwo{
    right: 10%;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);    
    background-image: url(https://www.norsac.com.pe/wp-content/uploads/2016/04/inicio2-norsac.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #18377A;
    width: 30%;
    height: 400px;
}
.boxImg{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);    
    background-image: url(https://www.inver-peru.com/wp-content/uploads/2017/06/2-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #18377A;
    width: 30%;
    height: 350px;
}

.boxOne{
    position: relative; 
    left: 15%;
}



/* TESTIMONIOS--------------------------------------- */

.testimony{
    margin: 0 10%;
    margin-bottom: 4%;
    height: auto;
}

.titleBox{
    text-align: center;
    padding: 3% 0;
    color: #18377A;
}

.titleBox h1{
    font-size: 22pt;
    font-weight: 750;
}

.titleBox h2{
    font-size: 15pt;
    font-weight: 500;
    margin-top: 0.5%;
}


.boxBox{
    display: flex;
    justify-content: space-evenly;
}
.testimonyBox{
    width: 250px;
}
.testimonyDisplay{
    display: grid;
    place-items: center;
}
.testimonyImg{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    position: absolute;
    background-color: #18377A;
    width: 200px;
    height: 200px;
    display: grid;
    place-items: center;
}
.testimonyImg img{
    height: 150px;
}

.testimonySquare{
    display: grid;
    background-color: #FBD476;
    width: 200px;
    height: 200px;
    margin-left: 40px;
    margin-top: 40px;
}

.testimonyText{
    margin-top: 8%;
    color: #18377A;
    text-align: center;
}
.testimonyText p{
    margin-top: 3%;
    font-size: 13pt;
}

/* TESTIMONIOS--------------------------------------- */





@media only screen and (max-width:1400px) {
    
}