/*======= G2oogle fonts =======*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "Aven-normal";
    src: url(../XXIIAven/XXIIAven-Medium.ttf);
}
@font-face {
    font-family: "Aven-black";
    src: url(../XXIIAven/XXIIAven-Black.ttf);
}
@font-face {
    font-family: "Nsai-bold";
    src: url(../Nsai/NsaiExtraBold.otf);
}
@font-face {
    font-family: "Nsai-ligth";
    src: url(../Nsai/NsaiLight.otf);
}
@font-face{
  font-family: "Godshine";
  src: url(GodshineSans.ttf);
}

/*======= Main Css =======*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
    text-decoration: none;
}
h2,h1,h3,h4,h5{
    font-size: 40px;
    font-family: Aven-black;
}
p{
    font-family: Nsai-ligth;
    letter-spacing: 1px;
}
body{
    background: rgb(255, 255, 255);
}


:root{
   
    --transition: all 400ms ease;
}
/*======= Header navigation bar =======*/
.header{
    z-index: 999;
    position: fixed;
    width: 100%;
   
    z-index: 1000;
}

.header .nav-bar{
    position: relative;
 background-color: rgba(243, 240, 240, 1);
    backdrop-filter: blur(20px);
    height: 7.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
   padding: 0px 200px;
    transition: 0.5s ease;
}

.nav-bar .logo{
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 60px;
    
}
header .nav-bar .navigation{
  padding-top: 10px;
    padding-left:0px;
}
.navigation ul{
    list-style: none;
}
.header .navigation ul li{
    float: left;
    position: relative;
}
.navigation ul li a{
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
    padding: 20px;
    display: block;
    font-family: "Godshine";
    transition: all .2s ease;
}
.navigation ul li a.active{
    color: #2ea95a;
}
.navigation ul li a:hover{
    color: #2ea95a;
      transform: scale(1.3);
  
}

.header .navigation ul li ul{
    position: absolute;
    
    width: 114px;
    background-color: rgba(243, 240, 240, 1);
    display: none;
    z-index: 2000;
}
.header .navigation ul li ul li a{
    color: #000;
    font-size: 1em;
}
.header .navigation ul li ul li a:hover{
    color: #2ea95a;
}
.header .navigation ul li ul li ul{
    position: absolute;
    top: 0;
    right: 300px
}
.header .navigation ul li ul li{
width: 100%;
}
.header .navigation ul li:hover > ul{
    display: initial;
}

.nav-menu-btn{
    display: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: 35px;
    background-color: #2EA95A;
    border-radius: 4px;
}


.navigation .nav-items a i{
    display: none;
}


/*======= Scroll bar =======*/
::-webkit-scrollbar{
    background: #fff;
    width: 11px;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb{
    background: #282f4e;
    width: 100%;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover{
    background: #454f6d;
}

/*======= Scroll indicator bar =======*/
.scroll-indicator-container{
    width: 100%;
    height: 5px;
}

.scroll-indicator-bar{
    background: #2657a2;
    width: 0%;
    height: 100%;
    box-shadow: 0 5px 25px #2657a2,
                0 5px 50px #2657a2;
}

.nav-close-btn, .nav-menu-btn{
    display: none;
}

/*Section home*/

.home{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #2657a2;
    border-radius: 0px 0px 100px 0px;
    
}
.home:before{
    z-index: 777;
    content: '';
    position: absolute;
    background: rgba(3, 96 , 251, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px 0px 100px 0px;
}

.home .content{
    z-index: 888;
    color: #fff;
    width: 100%;
    margin-top: 50px;
    display: none;
    padding-left: 50px;
    text-align: center;
}
.home .content.active{
    display: block;
    
}

.home .content h1{
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 35px;
    margin-bottom: 40px;
}
.home .content h1 span{
    font-size: 1em;
    font-weight: 600;
}
.home .content p{
    margin-bottom: 65px;
}
.home .content a{
    background: #fff;
    padding: 15px 35px;
    color: #2657a2;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
}

.home .media-icons{
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}
.home .media-icons a{
    color: #fff;
    font-size: 2em;
    transition: 00.3s ease;
}
.home .media-icons a:not(:last-child){
    margin-bottom: 20px;
}
.home .media-icons a:hover{
    transform: scale(1.3);
}
.home video{
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home img{
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*VIDEO INICIAL*/
.video-inicial{
  height: 100vh;
  position: relative;
}
.video-inicial video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}
/*Section Home Productos*/
.home_produc{
    padding: 70px 17%;
    width: 100%;
    min-height: 90vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    align-items: center;
    background-color: #eeeeee;
}

.home_img img{
    max-width: 100%;
    width: 500px;
    height: auto;
}
.home_titulo_producto{
    width: 400px;
}
.home_text{
    text-align: center;
}

.home_text h2{
    text-align: center;
    font-size: 2.25rem;
    margin: 1rem 0 2rem;
}

@media(max-width: 1560px){
    .home_text h1{
        font-size: 3.5rem;
    }
    .home_text h2{
        font-size: 2rem;
    }
}

@media(max-width: 1140px){
    .home_produc{
        padding:50px 8%;
    }
}
@media(max-width: 1060px){
    .header .nav-bar{
        padding: 0 70px ;
        background-position: 135px 0px;
    }
    

}

@media(max-width: 720px){
    .home_produc{
        grid-template-columns: 1fr;
        text-align: center;
        padding: 100px 7%;
    }
}
@media(max-width: 400px){
    .nav-bar .logo{
        padding-left: 0px;
    }
}
@media(max-width: 320px){
    .home_text h1{
        font-size: 2.5rem;
    }
    .home_text h2{
        font-size: 1rem;
    }
}
.slider-navigation{
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);
    margin-bottom: 12px;
    margin-left: 55px;
}
.slider-navigation .nav-btn{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;
}
.slider-navigation .nav-btn.active{
    background: #2ea95a ;
}

.slider-navigation .nav-btn:not(:last-child){
    margin-right: 20px;
}
.slider-navigation .nav-btn:hover{
    transform: scale(1.2);
}
/*Boton de pausa*/
.inicio-pausa{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
  margin-left: 55px;
}
.inicio-pausa .nav-btn-stop{
  width: 12px;
  height: 12px;
  background: #46b446;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}
.inicio-pausa .nav-btn-stop.active{
  background: #a92e2e ;
}

.inicio-pausa .nav-btn-stop:not(:last-child){
  margin-right: 20px;
}


.video-slide{
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
    border-radius: 0px 0px 100px 0px;
}
.video-slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;
}
@media screen and (max-width: 1100px){
    header .nav-bar{
        padding: 0 50px;
    }

    
    .home .media-icons{
        right: 15px;
        display: flex;
        flex-direction: column;
        transition: 0.5s ease;
    }
}
/*======= Media queries (max-width: 850px) =======*/
@media screen and (max-width: 850px) {
    header .nav-bar {
        padding: 0 20px;
    }
    #producto1 .pro_container{
        justify-content: center;
    }
    #producto1 .pro{
        margin: 15px;
    }
        /*======= Navigation menu =======*/
    .nav-menu-btn{
        display: block;
        color: #fff;
        font-size: 1.5em;
        cursor: pointer;
    }
    header .nav-bar .navigation{
        padding-left:0px;
    }
    .navigation{
        z-index: 99999;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease;
    }

    .navigation.active{
        visibility: visible;
        opacity: 1;
    }

    .navigation .nav-items{
        position: relative;
        background: #fff;
        width: 400px;
        max-width: 400px;
        display: grid;
        place-content: center;
        margin: 20px;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.8);
        transform: translateY(-200px);
        transition: 0.3s ease;
    }

    .navigation.active .nav-items{
        transform: translateY(0);
    }

    .navigation .nav-items  ul li a{
        color: #222;
        font-size: 1em;
        margin: 15px 50px;
    }

    .navigation .nav-items a i{
        display: inline-block;
        font-size: 1.2em;
        margin-right: 5px;
    }

    .nav-close-btn{
        display: block;
        color: #222;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.3em;
        margin: 10px;
        cursor: pointer;
    }

    .header .navigation ul li ul{
      position: absolute;
    
      width: 200px;
      background-color: rgba(243, 240, 240, 1);
      display: none;
      z-index: 2000;
    }
}
@media screen and (max-width: 380px){
    .slider-navigation{
        margin-bottom: 100px;
    }
    .home .content.active{
      
        margin-top: 120px;
        
    }
}

/*VALORES*/

.titulo-valores{
    background-image: url(../img/soporte.png);
    background-size: cover;
    height: 150px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    
}
.titulo-valores h2{
  color: #fff;
  font-size: 40px;
  font-family: Aven-normal;

}
.container-valores{
    padding: 0px 20px;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    

   
  }
  .decoration{
      text-decoration: none;
  }
  .container-valores ul{
      display: flex;
      justify-content: space-between;
      
      
  }
  .container-valores ul li{
      list-style: none;
      display: flex;
      justify-content: space-between;
      position: relative;
      cursor: pointer;
     
      
  }
  .container-valores ul li img{
      width: 150px;
      margin-bottom: -30px;
  }
  
  .circulo p{
    text-align: center;
      padding-top: 30px;
      font-size: 19px;
      margin: 0px 20px;
      color: #a1a1a1;
      position: relative;
  }
  .circulo p::before{
    content: '';
    border-bottom: 3px solid #2ea95a;
    position: absolute;
    bottom: -4px;
    width: 25px;
    
  }
  .linea{
      display: inline-block;
      position: relative;
      
  }
  .linea::after,.linea::before{
      content: '';
      position: absolute;
      width: 120px;
      height: 3px;
      background-color: #2ea95a;
      top: 0.1em;
      margin-left: 14px;
  }
 
  @media screen and (max-width: 1700px) {
      .container-valores ul{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      justify-content: space-between;
     
  }
  .container-valores ul li{
      justify-content: center;
  }
  }
  @media screen and (max-width: 550px){
      .container-valores ul{
          justify-content: center;
      }
      .container-valores ul{
        grid-template-columns: 1fr 1fr;
      }
    
  }
/*SERVICIOS*/
.titulo-servicios{
    text-align: center  ;
}
.titulo-servicios h2{
    font-size: 50px;
}
.texto-servicios{
    padding: 0px 220px;
}
.servicios-main{
    width: 100%;
    background-image:linear-gradient(rgba(251, 252, 255, 0.85),  rgba(251, 252, 255,0.85)), url(/img/banner-principal-servicio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.servicios .main .img{
    height: 100%;
    width: 320px;
}


.main-servicios-izquierda{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 60px;
}
.pad-primero{
    padding-top: 450px;
}
.main-servicios-derecha{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
}

.servicios-text h1{
    color: black;
    font-size: 80px;
    text-transform: capitalize;
}
.servicios-ingenieria-text h5{
    color: #2657a2;
    font-size: 22px; 
    position: relative;
}
.servicios-ingenieria-text h5::before{
    content: '';
    border-bottom: 3px solid #2ea95a;
    position: absolute;
    bottom: -4px;
    width: 25px;
    
   
}
.titulo-h{
    padding-bottom: 60px;
}
.imagentexto-ingenieria{
background-image: url(../img/barra\ ingeneria_Mesa\ de\ trabajo\ 1.png);
background-size:cover;
background-position: center center;
background-repeat: no-repeat;
width: 600px;
padding-top: 30px;
border-radius: 20px;
}
.imagentexto-ingenieria p{
    color:#fff;
    margin-right: 300px;
    margin-left: 20px;
}

.imagentexto-fabricacion{
background-image: url(../img/barra\ fabricacion.png);
background-size:cover;
background-position: center center;
background-repeat: no-repeat;
width: 600px;
padding-top: 30px;
border-radius: 20px;
}
.imagentexto-fabricacion p{
    color:#fff;
    margin-right: 300px;
    margin-left: 20px;
}
.imagentexto-montaje{
background-image: url(../img/barra\ montaje.png);
background-size:cover;
background-position: center center;
background-repeat: no-repeat;
width: 600px;
padding-top: 30px;
border-radius: 20px;
}
.imagentexto-montaje p{
    color:#fff;
    margin-right: 300px;
    margin-left: 20px;
}
.servicios-ingenieria-text p{
    padding-bottom: 20px;
}
@media screen and (max-width: 900px){
    .imagentexto-ingenieria p{
        color:#fff;
        margin-right: 406px;
        margin-left: 20px;
        
    }
    .titulo-h{
      text-align: center;
    }
    .imagentexto-fabricacion p{
        color:#fff;
        margin-right: 406px;
        margin-left: 20px;
    }
    .imagentexto-montaje p{
        color:#fff;
        margin-right: 406px;
        margin-left: 20px;
    }
    .imagentexto-ingenieria{
        width: 100%;
    }
    .imagentexto-fabricacion{
        width: 100%;
    }
    .imagentexto-montaje{
        width: 100%;
    }

}
@media screen and (max-width: 650px){
    .imagentexto-ingenieria p{
        color:#fff;
        margin-right: 280px;
        margin-left: 20px;
    }
    .imagentexto-fabricacion p{
        color:#fff;
        margin-right: 280px;
        margin-left: 20px;
    }
    .imagentexto-montaje p{
        color:#fff;
        margin-right: 280px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 500px){
  .imagentexto-ingenieria{
    background-image: url(../img/barra\ ingeneria_Mesa_pegada.png);
   

    }
    .imagentexto-ingenieria p{
        color:#fff;
        margin-right: 214px;
        margin-left: 20px;
    }
    .imagentexto-fabricacion p{
        color:#fff;
        margin-right: 214px;
        margin-left: 20px;
    }
    .imagentexto-montaje p{
        color:#fff;
        margin-right: 214px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 360px){
  .imagentexto-ingenieria p{
      color:#fff;
      margin-right: 167px;
      margin-left: 20px;
  }
  .imagentexto-fabricacion p{
      color:#fff;
      margin-right: 145px;
      margin-left: 20px;
  }
  .imagentexto-montaje p{
      color:#fff;
      margin-right: 167px;
      margin-left: 20px;
  }
}
.button{
    background: #2ea95a;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 30px;
    transition: .4s;
}
.button:hover{
    background: transparent;
    border: 2px solid #2ea95a;
    cursor: pointer;
    color: #000;
}
.servicios-ingenieria{
    width: 300px;
    border-radius: 25px;
}
.servicios-fabricacion{
    width: 300px;
}
.servicios-montaje{
    width: 300px;
}
.bounce-in-right {
	-webkit-animation: bounce-in-right 1.1s both;
	        animation: bounce-in-right 1.1s both;
}
/*NOSOTROS*/
.home-nosotros{
    padding-top: 85px;
}
.titulo-home-nosotros{
    background-image: url(../img/fondo_nosotros.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 5px;
    height: 300px;
    display: grid;
    align-items: center;
    padding-left: 20%;
}
.titulo-home-nosotros h2{
    color: #fff;
      position: relative;
}
.titulo-home-nosotros h2::before{
  content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -4px;
    width: 55px;
    left: 0;
}

/*CONTACTANOS*/
.home-contactanos{
    padding-top: 85px;
}
.titulo-home-contactanos{
    background-image: url(../img/BANNER\ CONTACTOS.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    display: grid;
    align-items: center;
    padding-left: 20%;
}
.titulo-home-contactanos h2{
    color: #fff;
    position: relative;
}
.titulo-home-contactanos h2::before{
    content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -4px;
    width: 45px;
    left: 0;
}
/*PROYECTOS*/
.home-proyectos{
    padding-top: 85px;
    padding-bottom: 40px;
}
.home-servicios{
  padding-top: 85px;
    
}
.titulo-home-proyectos{
background-image: url(../img/proyecto\ 1.1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 300px;
display: grid;
align-items: center;
padding-left: 20%;
}
.titulo-home-proyectos h2{
    color: #fff;
    position: relative;
}
.titulo-home-proyectos h2::before{
    content: '';
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -4px;
    width: 45px;
    left: 0;
}
.titulo-home-servicios{
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  display: grid;
  align-items: center;
  padding-left: 20%;
  }
  .titulo-home-servicios h2{
      color: #2657a2;
      position: relative;
  }
  .titulo-home-servicios h2::before{
      content: '';
      border-bottom: 3px solid #25d366;
      position: absolute;
      bottom: -4px;
      width: 45px;
      left: 0;
  }
.proyectos{
    padding-bottom: 40px;
}
.main-proyectos-derecha{
    width: 1130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
   }

   .main-proyectos-footer{
   
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
   }
.titulo-proyectos{
    text-align: center;
}
.proyecto-text-desc {
    padding-top: 30px;
}

.proyectos-text p{
   color: black;

}
.proyectos-text-newton h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}

.proyectos-text-lindley h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-silvestre h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}



.proyectos-text-bambas h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-piura h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-cidelsa h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-quellaveco h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-cachimayo h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}


.proyectos-text-rooselvelt h5{
    color: #2657a2;
    position: relative;
    font-size: 30px;
}
.proyectos-text-mashuyacu h5{
  color: #2657a2;
  position: relative;
  font-size: 30px;
}
.proyectos-text-tanque h5{
  color: #2657a2;
  position: relative;
  font-size: 30px;
}

.carousel-pro{
    padding-right: 30px;
}
.wrapper{
    display: flex;
    width: 550px;;
    position: relative;
    padding-left: 30px;
  }
  .wrapper i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #f2f2f2;
  }
  .wrapper i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    width: 100%;
    border-radius: 30px;
  }
  
  .carousel img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }
  @media screen and (max-width: 900px) {
 
    .main-proyectos-izquierda .wrapper-izquierda i:last-child{
        right: -22px;
     }
    .main-servicios-izquierda{
        flex-wrap: wrap;
    }
    .carousel img{
      width: 100%;
    }
    .main-proyectos-izquierda .wrapper-izquierda{
        padding-right: 0px;
    }
    
  }
  @media screen and (max-width: 822px){
    .proyecto-text-main{
        text-align: center;
        padding-bottom: 20px;
    }

  }
  
  @media screen and (max-width: 560px) {
    .carousel img{
      width: 100%;
    }
    
  }
  @media screen and (max-width: 549px) {
    .carousel img{
      width: 100%;
    }
 
  }
  @media screen and (max-width: 529px) {
    .carousel img{
      width: 100%;
    }
    
  }
  @media screen and (max-width: 519px) {
    .carousel img{
      width: 100%;
    }
    
  }

  @media screen and (max-width: 1350px){
    .main-proyectos-derecha{
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
    }
    .main-proyectos-footer{
      flex-wrap: wrap;
      width: 100%;
      text-align: center;
  }
    .wrapper-izquierda{
        padding-right: 0px;
    }
  }



 @-webkit-keyframes bounce-in-right {
    0% {
      -webkit-transform: translateX(600px);
              transform: translateX(600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(68px);
              transform: translateX(68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-right {
    0% {
      -webkit-transform: translateX(600px);
              transform: translateX(600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(68px);
              transform: translateX(68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  
.bounce-in-left {
	-webkit-animation: bounce-in-left 1.1s both;
	        animation: bounce-in-left 1.1s both;
}
@-webkit-keyframes bounce-in-left {
    0% {
      -webkit-transform: translateX(-600px);
              transform: translateX(-600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(-68px);
              transform: translateX(-68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(-28px);
              transform: translateX(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes bounce-in-left {
    0% {
      -webkit-transform: translateX(-600px);
              transform: translateX(-600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(-68px);
              transform: translateX(-68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(-28px);
              transform: translateX(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

  
.titulo-img-ingenieria{
    text-align: center;

    
}
.titulo-img-ingenieria img{
    width: 100%;
}
.titulo-img-fabricacion{
    text-align: center;

    
}
.titulo-img-fabricacion img{
    width: 100%;
}
.titulo-img-montaje{
    text-align: center;

    
}
.titulo-img-montaje img{
    width: 100%;
}

@media screen and (max-width: 850px){
    .texto-servicios{
        padding: 0px 80px;
    }
    
}
@media screen and (max-width: 700px){
    .servicios-ingenieria{
        width: 250px;
    }
    .servicios-fabricacion{
        width: 150px;
    }
    .servicios-montaje{
        width: 150px;
    }
}
@media screen and (max-width: 450px){
    .main-servicios-derecha{
       flex-wrap: wrap; 
       flex-direction: column-reverse;
    }
    .main-servicios-izquierda{
        flex-wrap: wrap;
    }
    .servicios-text{
        width: 250px;    
    }
    .home .content{
      
        margin-top: 50px;
        
    }
}
  /*NOSOTROS*/
.nosotros{
    padding-top: 40px;
}
.titulo-nosotros{
    background-image: url(../img/soporte.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
border-radius: 30px;
    height: 150px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
}
.titulo-nosotros h2{
    color: #fff;
  font-size: 40px;
  font-family: Aven-normal;
}

.mision-vision{
    background-image: linear-gradient(rgba(251, 252, 255, 0.85),  rgba(251, 252, 255,0.85)), url(../img/baner-principal-colegio-champagnat1.jpg);
    background-size: cover;
    padding-bottom: 50px;
}
.nosotros-inicio{
  
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 60px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    
}
.nosotros-inicio-nosotros{
  
  background-image: linear-gradient(rgba(251, 252, 255, 0.75), rgba(251, 252, 255,0.75)), url(../img/fondo\ nosotros.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 60px;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.imagen-nosotros iframe{
    width: 550px;
    height: 309px;
    transition: all .2s ease;
}
.imagen-nosotros iframe:hover{
  transform: scale(1.3);
}
.texto-nosotros{
   width: 550px;
    
}
.nosotros{
    width: 100%;
   
}
.nosotros .main .img{
    height: 100%;
    width: 320px;
}
.nosotros-text-mision{
    width: 550px;
}

.nosotros-text-vision{
    width: 550px;
}
.main-vision{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 20px;
}
.main-mision{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
}
.rotateIn:hover {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes rotateIn {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
    }
    100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    }
    }
    @keyframes rotateIn {
    0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 1;
    }
    100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    }
    } 

.nosotros-text-mision h1{
    color: black;
    font-size: 80px;
    text-transform: capitalize;
}
.nosotros-text-mision h5{
    color: #2657a2;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
}
.nosotros-text-mision h5::before{
    content: '';
    border-bottom: 3px solid #2ea95a;
    position: absolute;
    bottom: 0px;
    width: 31px;
    left: 0;
}
      

.nosotros-text-mision p{
    padding-bottom: 20px;
}

.nosotros-text-vision h1{
    color: black;
    font-size: 80px;
    text-transform: capitalize;
}
.nosotros-text-vision h5{
    color: #2657a2;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
}
.nosotros-text-vision h5::before{
    content: '';
    border-bottom: 3px solid #2ea95a;
    position: absolute;
    bottom: 0px;
    width: 31px;
    left: 0;
}
.nosotros-text-vision p{
    padding-bottom: 20px;
}

.button{
    background: #2ea95a;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 30px;
    transition: .4s;
}
.button:hover{
    background: transparent;
    border: 2px solid #2ea95a;
    cursor: pointer;
    color: #000;
}
.imagen-cimer{
    width: 300px;
    border-radius: 10px;
}
@media(max-width: 1060px){
    .nosotros-text-mision{
        padding-left: 20px;
    }
}
@media screen and (max-width: 850px){
    .texto-nosotros{
        padding: 0px 80px;
        padding-top: 60px;
    padding-bottom: 30px;
    }
    
}
@media screen and (max-width: 700px){
    .imagen-cimer{
        width: 150px;
    }
    .imagen-nosotros iframe{
      width: 417px;
      height: 217px;
  }
}
@media screen and (max-width: 550px){
  .imagen-nosotros iframe{
    width: 350px;
    height: 195px;
}
}
@media screen and (max-width: 450px){
    .main-vision{
       flex-wrap: wrap; 
       flex-direction: column-reverse;
    }
    .main-mision{
        flex-wrap: wrap;
    }
    .nosotros-text-vision{
        width: 250px;    
    }
    .nosotros-text-mision{
        width: 250px;
        padding-left: 0px;    
    }
    .nosotros-text-mision h5{
       text-align: center;
    }
    .nosotros-text-vision h5{
        text-align: center;
     }
    .home .content{
      
        margin-top: 0px;
        
    }
}
@media screen and (max-width: 370px){
  .imagen-nosotros iframe{
    width: 250px;
    height: 139px;
}
}
  /*CIMER*/
  .titulo-cimer{
    background-image: url(../img/soporte.png);
    background-size: cover;
    height: 150px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }
  .titulo-cimer h2{
    color: #fff;
  font-size: 40px;
  font-family: Aven-normal;
  }

  .cimer-imagenes{
        width: 100%;
        height: 70vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;

  }
  .proyecto-cimer{
        background-image: url('../img/proyectos.jpg');
        background-size: cover;
        width: 50%;
        height: 100%;
        float: left;
        background-clip: content-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
        padding: 20px;
        
  }
  .proyecto-cimer h2{
    color: #fff;
    font-size: 30px;
    font-family: Aven-normal;
  }
  .servicio-cimer{
        background-image: url('../img/servicio\ 1.1.png');
        background-size: cover;
        width: 50%;
        height: 100%;
        float: right;
        background-clip: content-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 20px;
        
  }
  .servicio-cimer h2{
    color: #fff;
    font-size: 30px;
    font-family: Aven-normal;
  }
  @media screen and (max-width: 850px){
    .cimer-imagenes{
        flex-wrap: wrap ;
    }
    .proyecto-cimer{
        width: 100%;
    }
    .servicio-cimer{
        width: 100%;
    }
  }
  /*====UBICACION====*/
 .proyecto-text-desc{
    padding-bottom: 5px;

 }
 .proyecto-text-desc p{
    color: #a1a1a1;
    font-size: 15px;
 }
 .proyectos-text-newton h3{
    font-size: 30px;
 }
  .mapa-ubicacion{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mapa-ubicacion iframe{
    
    width: 100%;
  }
  .titulo-contactanos{
    background-image: url(../img/soporte.png);
    background-size: cover;
    height: 150px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 30px ;
  }
  .titulo-contactanos h2{
    color: #fff;
  font-size: 40px;
  font-family: Aven-normal;
  }
  .ubicacion{
    padding-top: 30px;
  }
  .titulo-ubicacion{
    background-image: url(../img/soporte.png);
    background-size: cover;
    height: 150px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 30px ;
    
  }
  .titulo-ubicacion h3{
    color: #fff;
  font-size: 40px;
  font-family: Aven-normal;
  }

  @media screen and (max-width: 850px){
    .cimer{
        padding-bottom: 600px;
    }
    
  }
  @media screen and (max-width: 815px){
    .titulo-ubicacion{
        text-align: center;
    }
  }

  /*FORMULARIO*/
  .formulario-contacto input[type='text'],
  .formulario-contacto textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
    border: 1px solid #999;
    color: #999;
    font-weight: 400;
    outline: 0;   
}
.formulario-contacto p{
  color: #fff;
}
.contactanos-botones{
    text-align: center;
}
.my-button{
    background: linear-gradient(to right,#2ea95a ,#2ea95a);
    background-color: #2ea95a;
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    padding: 15px 100px;
    border: 0px solid #000;
    border-radius: 10px;
    display: inline-block;
    
   }
.my-button:hover{
    background: linear-gradient(to right,#5cb375 ,#5cb375);
    background-color: #5cb375;
   }
.my-button:active{
    transform: scale(0.95);
   }
  /*========FOOTER===============*/
.footer{
    background-image: url(../img/footer_img_center.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    
    padding: 50px 10px;
}
.main-content{
    display: flex;
}
.main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
}
.box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.box .content{
    margin: 58px 0 0 0;
    
}
.box .content::before{
    position: relative;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
}
.box .content::after{
    position: relative;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
}
.content .social .uil{
    color: #fff;
    font-size: 50px;
   
    
}

.left .content p{
    text-align: justify;
}
.left .content .social{
    margin: 20px 0 0 0;
    text-align: center;
}
.left .content .social a{
    padding: 0 2px;
}
.left .content .social a span{
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}
.left .content .social a span:hover{
     background: #f12020;
}
.center .content .uil{
    font-size: 1.4375rem;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}
.center .content .text{
    font-size: 1.0624rem;
    font-weight: 500;
    padding-left: 10px;
    color: #fff;
}
.center .content .phone{
    margin: 15px 0;
}
.right form .text{
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #fff;
    text-decoration: none !important;
}
.right form .msg{
    margin-top: 10px;
}
.right form input, .right form textarea{
    width: 100%;
    font-size: 1.0625rem;
    background: #eeeeee;
    padding-left: 10px;
    border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
    outline-color: #3498db;
}
.right form input{
    height: 35px;
}
.right form .btn{
    margin-top: 10px;
}
.right form .btn button{
    height: 40px;
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    background: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor:pointer;
    transition: .3s;
    color: #2ea95a;
    
    
}
.right form .btn button:hover{
   background-color: transparent;
   border-color: #a0a0a6;
}
.bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #151515;
}
.bottom center span{
    color: #656565;
}
.bottom center a{
    color: #f12020;
    text-decoration: none;
}
.bottom center a:hover{
    text-decoration: underline;
}
.place{
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone{
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone p{
  text-decoration: none !important;
}
.email{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 700px){
    .main-content{
        flex-direction: column;
    }
    .main-content .box h2{
        text-align: center;
    }
    .box .content p{
        text-align: center  ;
    }
    .box .content .social{
        text-align: center  ;
    }
    .box .content .place{
        text-align: center;
    }
    .box .content .phone{
        text-align: center;
    }
    .box .content .email{
        text-align: center;
    }

}
/*WSP*/
#whatsapp .wtsapp{
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 100px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    
}

#whatsapp .wtsapp:before{
    
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation:pulse-border 1500ms ease-out infinite;
    animation:pulse-border 1500ms ease-out infinite;
}
#whatsapp .wtsapp:focus{
    
    border: none;
    outline: none;
}
.wsp{
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
}

@keyframes pulse-border{
    0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
    100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
    
}
 /*PROYECTOS IZQUIERDA*/
.main-proyectos-izquierda{
    width: 1130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
}
.wrapper-izquierda{
    display: flex;
    width: 550px;
    position: relative;
    padding-right: 30px;
  }
  .wrapper-izquierda i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-izquierda i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-izquierda i:hover{
    background: #f2f2f2;
  }
  .wrapper-izquierda i:first-child{
    left: -22px;
    display: none;
  }
  .wrapper-izquierda i:last-child{
    right: 10px;
  }
  .wrapper-izquierda .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  /*NEWTON*/
.contenedor-slider-newton{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-newton i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-newton   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-newton   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-newton   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-newton   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-newton   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-newton   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-newton   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-newton   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-newton   i:last-child{
    right: 22px;
  }
  
  .slider-scree-newton  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-newton .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-newton {
    display: flex;
    width: 400%;
  }
  .slider-newton  img{
    pointer-events: none;
  }
  .slider-newton  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-newton  img:first-child{
    margin-left: 0px;
  }
  
 /*SILVESTRE*/
 .contenedor-slider-silvestre{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-silvestre i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-silvestre   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-silvestre   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-silvestre   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-silvestre   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-silvestre   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-silvestre   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-silvestre   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-silvestre   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-silvestre   i:last-child{
    right: 22px;
  }
  
  .slider-scree-silvestre  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-silvestre .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-silvestre {
    display: flex;
    width: 400%;
  }
  .slider-silvestre  img{
    pointer-events: none;
  }
  .slider-silvestre  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-silvestre  img:first-child{
    margin-left: 0px;
  }
  
 /*BAMBAS*/
 .contenedor-slider-bambas{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-bambas i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-bambas   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-bambas   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-bambas   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-bambas   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-bambas   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-bambas   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-bambas   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-bambas   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-bambas   i:last-child{
    right: 22px;
  }
  
  .slider-scree-bambas  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-bambas .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-bambas {
    display: flex;
    width: 400%;
  }
  .slider-bambas  img{
    pointer-events: none;
  }
  .slider-bambas  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-bambas  img:first-child{
    margin-left: 0px;
  }

 /*PIURA*/
 .contenedor-slider-piura{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-piura i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-piura   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-piura   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-piura   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-piura   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-piura   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-piura   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-piura   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-piura   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-piura   i:last-child{
    right: 22px;
  }
  
  .slider-scree-piura  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-piura .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-piura {
    display: flex;
    width: 400%;
  }
  .slider-piura  img{
    pointer-events: none;
  }
  .slider-piura  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-piura  img:first-child{
    margin-left: 0px;
  }

   /*champagnat*/
 .contenedor-slider-champagnat{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-champagnat i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-champagnat   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-champagnat   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-champagnat   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-champagnat   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-champagnat   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-champagnat   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-champagnat   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-champagnat   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-champagnat   i:last-child{
    right: 22px;
  }
  
  .slider-scree-champagnat  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-champagnat .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-champagnat {
    display: flex;
    width: 400%;
  }
  .slider-champagnat  img{
    pointer-events: none;
  }
  .slider-champagnat  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-champagnat  img:first-child{
    margin-left: 0px;
  }

     /*EMULSION*/
 .contenedor-slider-emulsion{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-emulsion i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-emulsion   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-emulsion   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-emulsion   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-emulsion   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-emulsion   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-emulsion   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-emulsion   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-emulsion   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-emulsion   i:last-child{
    right: 22px;
  }
  
  .slider-scree-emulsion  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-emulsion .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-emulsion {
    display: flex;
    width: 400%;
  }
  .slider-emulsion  img{
    pointer-events: none;
  }
  .slider-emulsion  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-emulsion  img:first-child{
    margin-left: 0px;
  }

       /*CACHIMAYO*/
 .contenedor-slider-cachimayo{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-cachimayo i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-cachimayo   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-cachimayo   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-cachimayo   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-cachimayo   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-cachimayo   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-cachimayo   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-cachimayo   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-cachimayo   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-cachimayo   i:last-child{
    right: 22px;
  }
  
  .slider-scree-cachimayo  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-cachimayo .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-cachimayo {
    display: flex;
    width: 400%;
  }
  .slider-cachimayo  img{
    pointer-events: none;
  }
  .slider-cachimayo  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-cachimayo  img:first-child{
    margin-left: 0px;
  }

         /*ROOSELVELT*/
 .contenedor-slider-rooselvelt{
    display: flex;
    max-width: 50%;
    position: relative;
  }
  .icono-izquierdo-rooselvelt i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-izquierdo-rooselvelt   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-izquierdo-rooselvelt   i:hover{
    background: #f2f2f2;
  }
  .icono-izquierdo-rooselvelt   i:first-child{
    left: -22px;
    
  }
  .icono-izquierdo-rooselvelt   i:last-child{
    right: -22px;
  }
  
  .icono-derecho-rooselvelt   i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .icono-derecho-rooselvelt   i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .icono-derecho-rooselvelt   i:hover{
    background: #f2f2f2;
  }
  .icono-derecho-rooselvelt   i:first-child{
    left: 533px;
    
  }
  .icono-derecho-rooselvelt   i:last-child{
    right: 22px;
  }
  
  .slider-scree-rooselvelt  {
    width: 100%;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .slider-rooselvelt .dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .slider-rooselvelt {
    display: flex;
    width: 400%;
  }
  .slider-rooselvelt  img{
    pointer-events: none;
  }
  .slider-rooselvelt  img{
    height: 315px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .slider-rooselvelt  img:first-child{
    margin-left: 0px;
  }

  /*PROYECTO */
  @media screen and (max-width: 900px) {
    .carousel img{
      width: 100%;
    }
  }
  
  @media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
    }
  }
  @media screen and (max-width: 1350px){
    .main-proyectos-derecha{
        flex-wrap: wrap;
        width: 100%;
    }
    .main-proyectos-footer{
      flex-wrap: wrap;
      width: 100%;
  }
    .main-proyectos-izquierda{
        flex-wrap: wrap;
        text-align: center  ;
        width: 100%;
        flex-direction: column-reverse;
    }
    .slider-newton{
        width: 100%;
    }
  }

/*ANIMACION*/
.slide-in-left {
	-webkit-animation: slide-in-left 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: slide-in-left 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

 @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

.slide-in-right {
	-webkit-animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

 @-webkit-keyframes tracking-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px);
              transform: translateZ(400px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract-bck {
    0% {
      letter-spacing: 1em;
      -webkit-transform: translateZ(400px);
              transform: translateZ(400px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    @-webkit-keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    50% {
    opacity: 1;
    }
    }
    @keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    }
    50% {
    opacity: 1;
    }
    }

    
/*ROOSEVELT*/
.wrapper-roosevelt{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-roosevelt i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-roosevelt i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-roosevelt i:hover{
    background: #f2f2f2;
  }
  .wrapper-roosevelt i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-roosevelt i:last-child{
    right: -22px;
  }
  .wrapper-roosevelt .carousel-roosevelt{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-roosevelt.dragging-roosevelt{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-roosevelt.dragging-roosevelt img{
    pointer-events: none;
  }
  .carousel-roosevelt img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-roosevelt img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }
/*silvestre*/  
.wrapper-silvestre{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-silvestre i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-silvestre i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-silvestre i:hover{
    background: #f2f2f2;
  }
  .wrapper-silvestre i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-silvestre i:last-child{
    right: -22px;
  }
  .wrapper-silvestre .carousel-silvestre{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-silvestre.dragging-silvestre{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-silvestre.dragging-silvestre img{
    pointer-events: none;
  }
  .carousel-silvestre img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-silvestre img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

  /*Lindley*/  
.wrapper-lindley{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-lindley i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-lindley i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-lindley i:hover{
    background: #f2f2f2;
  }
  .wrapper-lindley i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-lindley i:last-child{
    right: -22px;
  }
  .wrapper-lindley .carousel-lindley{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-lindley.dragging-lindley{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-lindley.dragging-lindley img{
    pointer-events: none;
  }
  .carousel-lindley img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-lindley img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

  
  /*bambas*/  
.wrapper-bambas{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-bambas i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-bambas i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-bambas i:hover{
    background: #f2f2f2;
  }
  .wrapper-bambas i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-bambas i:last-child{
    right: -22px;
  }
  .wrapper-bambas .carousel-bambas{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-bambas.dragging-bambas{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-bambas.dragging-bambas img{
    pointer-events: none;
  }
  .carousel-bambas img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-bambas img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

  /*piura*/  
.wrapper-piura{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-piura i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-piura i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-piura i:hover{
    background: #f2f2f2;
  }
  .wrapper-piura i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-piura i:last-child{
    right: -22px;
  }
  .wrapper-piura .carousel-piura{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-piura.dragging-piura{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-piura.dragging-piura img{
    pointer-events: none;
  }
  .carousel-piura img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-piura img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

    /*champagnat*/  
.wrapper-champagnat{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-champagnat i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-champagnat i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-champagnat i:hover{
    background: #f2f2f2;
  }
  .wrapper-champagnat i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-champagnat i:last-child{
    right: -22px;
  }
  .wrapper-champagnat .carousel-champagnat{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-champagnat.dragging-champagnat{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-champagnat.dragging-champagnat img{
    pointer-events: none;
  }
  .carousel-champagnat img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-champagnat img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

      /*ton*/  
.wrapper-ton{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-ton i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-ton i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-ton i:hover{
    background: #f2f2f2;
  }
  .wrapper-ton i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-ton i:last-child{
    right: -22px;
  }
  .wrapper-ton .carousel-ton{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-ton.dragging-ton{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-ton.dragging-ton img{
    pointer-events: none;
  }
  .carousel-ton img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-ton img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

      /*cachimayo*/  
.wrapper-cachimayo{
    display: flex;
    width: 550px;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-cachimayo i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-cachimayo i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-cachimayo i:hover{
    background: #f2f2f2;
  }
  .wrapper-cachimayo i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-cachimayo i:last-child{
    right: -22px;
  }
  .wrapper-cachimayo .carousel-cachimayo{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-cachimayo.dragging-cachimayo{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-cachimayo.dragging-cachimayo img{
    pointer-events: none;
  }
  .carousel-cachimayo img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-cachimayo img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

   /*mashuyacu*/  
.wrapper-mashuyacu{
  display: flex;
 width: 550px;
  position: relative;
  padding-left: 30px;
}
.wrapper-mashuyacu i{
  z-index: 9999;
  top: 50%;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #2ea95a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-mashuyacu i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper-mashuyacu i:hover{
  background: #f2f2f2;
}
.wrapper-mashuyacu i:first-child{
  left: 10px;
  display: none;
}
.wrapper-mashuyacu i:last-child{
  right: -22px;
}
.wrapper-mashuyacu .carousel-mashuyacu{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-mashuyacu.dragging-mashuyacu{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-mashuyacu.dragging-mashuyacu img{
  pointer-events: none;
}
.carousel-mashuyacu img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: 100%;
  border-radius: 30px;
}
.carousel-mashuyacu img:first-child{
  margin-left: 0px;
}

.proyecto-text-main{
  padding-left: 20px;
}

/*tanque*/  
.wrapper-tanque{
  display: flex;
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.wrapper-tanque i{
  z-index: 9999;
  top: 50%;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #2ea95a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-tanque i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper-tanque i:hover{
  background: #f2f2f2;
}
.wrapper-tanque i:first-child{
  left: 10px;
  display: none;
}
.wrapper-tanque i:last-child{
  right: -22px;
}
.wrapper-tanque .carousel-tanque{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-tanque.dragging-tanque{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-tanque.dragging-tanque img{
  pointer-events: none;
}
.carousel-tanque img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: 100%;
  border-radius: 30px;
}
.carousel-tanque img:first-child{
  margin-left: 0px;
}

.proyecto-text-main{
  padding-left: 20px;
}


        /*rooselvelt*/  
.wrapper-rooselvelt{
    display: flex;
    width: 50%;
    position: relative;
    padding-left: 30px;
  }
  .wrapper-rooselvelt i{
    z-index: 9999;
    top: 50%;
    height: 44px;
    width: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #2ea95a;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper-rooselvelt i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper-rooselvelt i:hover{
    background: #f2f2f2;
  }
  .wrapper-rooselvelt i:first-child{
    left: 10px;
    display: none;
  }
  .wrapper-rooselvelt i:last-child{
    right: -22px;
  }
  .wrapper-rooselvelt .carousel-rooselvelt{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel-rooselvelt.dragging-rooselvelt{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel-rooselvelt.dragging-rooselvelt img{
    pointer-events: none;
  }
  .carousel-rooselvelt img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: 100%;
    border-radius: 30px;
  }
  .carousel-rooselvelt img:first-child{
    margin-left: 0px;
  }
  
  .proyecto-text-main{
    padding-left: 20px;
  }

  /*armonio*/  
.wrapper-armonio{
  display: flex;
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.wrapper-armonio i{
  z-index: 9999;
  top: 50%;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #2ea95a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-armonio i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper-armonio i:hover{
  background: #f2f2f2;
}
.wrapper-armonio i:first-child{
  left: 10px;
  display: none;
}
.wrapper-armonio i:last-child{
  right: -22px;
}
.wrapper-armonio .carousel-armonio{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-armonio.dragging-armonio{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-armonio.dragging-armonio img{
  pointer-events: none;
}
.carousel-armonio img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: 100%;
  border-radius: 30px;
}
.carousel-armonio img:first-child{
  margin-left: 0px;
}

.proyecto-text-main{
  padding-left: 20px;
}

/*saint*/  
.wrapper-saint{
  display: flex;
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.wrapper-saint i{
  z-index: 9999;
  top: 50%;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #2ea95a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-saint i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper-saint i:hover{
  background: #f2f2f2;
}
.wrapper-saint i:first-child{
  left: 10px;
  display: none;
}
.wrapper-saint i:last-child{
  right: -22px;
}
.wrapper-saint .carousel-saint{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-saint.dragging-saint{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-saint.dragging-saint img{
  pointer-events: none;
}
.carousel-saint img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: 100%;
  border-radius: 30px;
}
.carousel-saint img:first-child{
  margin-left: 0px;
}

.proyecto-text-main{
  padding-left: 20px;
}

/*bicentenario*/  
.wrapper-bicentenario{
  display: flex;
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.wrapper-bicentenario i{
  z-index: 9999;
  top: 50%;
  height: 44px;
  width: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #2ea95a;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper-bicentenario i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper-bicentenario i:hover{
  background: #f2f2f2;
}
.wrapper-bicentenario i:first-child{
  left: 10px;
  display: none;
}
.wrapper-bicentenario i:last-child{
  right: -22px;
}
.wrapper-bicentenario .carousel-bicentenario{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel-bicentenario.dragging-bicentenario{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel-bicentenario.dragging-bicentenario img{
  pointer-events: none;
}
.carousel-bicentenario img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: 100%;
  border-radius: 30px;
}
.carousel-bicentenario img:first-child{
  margin-left: 0px;
}

.proyecto-text-main{
  padding-left: 20px;
}
  @media screen and (max-width: 700px){
    .wrapper{
      width: 450px;
    }
    .wrapper-bambas{
      width: 450px;
    }
    .wrapper-cachimayo{
      width: 450px;
    }
    .wrapper-champagnat{
      width: 450px;
    }
    .wrapper-izquierda{
      width: 450px;
    }
    .wrapper-piura{
      width: 450px;
    }
    .wrapper-lindley{
      width: 450px;
    }
    .wrapper-mashuyacu{
      width: 450px;
    }
    .wrapper-rooselvelt{
      width: 450px;
    }
    .wrapper-roosevelt{
      width: 450px;
    }
    .wrapper-silvestre{
      width: 450px;
    }
    .wrapper-tanque{
      width: 450px;
    }
    .wrapper-ton{
      width: 450px;
    }
    
  }

  @media screen and (max-width: 560px){
    .wrapper{
      width: 350px;
    }
    .wrapper-bambas{
      width: 350px;
    }
    .wrapper-cachimayo{
      width: 350px;
    }
    .wrapper-champagnat{
      width: 350px;
    }
    .wrapper-izquierda{
      width: 350px;
    }
    .wrapper-piura{
      width: 350px;
    }
    .wrapper-lindley{
      width: 350px;
    }
    .wrapper-mashuyacu{
      width: 350px;
    }
    .wrapper-rooselvelt{
      width: 350px;
    }
    .wrapper-roosevelt{
      width: 350px;
    }
    .wrapper-silvestre{
      width: 350px;
    }
    .wrapper-tanque{
      width: 350px;
    }
    .wrapper-ton{
      width: 350px;
    }
    
  }

  
  @media screen and (max-width: 400px){
    .wrapper{
      width: 250px;
      padding-left: 0px;
    }
    .wrapper i:first-child{
      left: -22px;
    }
    .wrapper-bambas{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-bambas i:first-child{
      left: -22px;
    }
    .wrapper-cachimayo{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-cachimayo i:first-child{
      left: -22px;
    }
    .wrapper-champagnat{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-champagnat i:first-child{
      left: -22px;
    }
    .wrapper-izquierda{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-izquierda i:first-child{
      left: -22px;
    }
    .wrapper-piura{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-piura i:first-child{
      left: -22px;
    }
    .wrapper-lindley{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-lindley i:first-child{
      left: -22px;
    }
    .wrapper-mashuyacu{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-mashuyacu i:first-child{
      left: -22px;
    }
    .wrapper-rooselvelt{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-rooselvelt i:first-child{
      left: -22px;
    }
    .wrapper-roosevelt{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-roosevelt i:first-child{
      left: -22px;
    }
    .wrapper-silvestre{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-silvestre i:first-child{
      left: -22px;
    }
    .wrapper-tanque{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-tanque i:first-child{
      left: -22px;
    }
    .wrapper-ton{
      width: 250px;
       padding-left: 0px;
    }
      .wrapper-ton i:first-child{
      left: -22px;
    }
    
  }