:root {
    --crema: #BC9E47;
    --verdeos: #468644;
    --verdecl:  #B4E97C;
    --morado: #AE717F;
    --verdeorepam: #859430;
    --naranjaorepam: #EDA949;
    --cremcla: #EDE4CA;

}

*{
    margin: 0;
    padding: 0;
    /* background: var(--background); */
    box-sizing: border-box;
}

/* Fuentes */

@font-face {
    font-family: fontz1;
    src: url(fontz/VarelaRound-Regular.ttf);
    font-weight: lighter;
}

/* Fin Fuentes */


/* MENU */

.top-bannernew{
    /* margin-top:20px; */
    background-color: var(--verdeorepam);
    color: white;
    padding: 10px;
    text-align: center;
   
}


.main-menu{
    background-color: var(--crema);
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    
}

.main-menu a{
    text-decoration: none;
    color: white;
    padding:20px;
    font-size: 20px;
}

.top-bar-menu{
    
    padding-top:50px;
    padding-bottom:20px;
    text-align: center;
    
}

.top-side1{
    display: inline-block;
}

.top-side2{
    display: inline-block;
}

.top-side3{
    display: inline-block;
}

.hidded{
    display: none;
}


.mobile-head-sb{
    display: none;
}

.mobtop-bar-menu{
    
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    
}


nav{
    margin: auto;
    background-color: var(--fucsia); 

}

.horizontalmenu{
    list-style: none;
    display: flex;
    /* text-align: center;
    justify-content: center ; */
    margin: 0 20px;
    z-index: 9999;
    font-family: fontb1;
    /* font-family: fontb7; */
    font-size: 16px;
    
        
}
.horizontalmenu > li > a{
    display: block;
    padding: 15px 20px;
    color: var(--verdeos) !important; 
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
   
    
}

.horizontalmenu > li:hover{
    /* background-color: var(--azul);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
     */
}

.verticalmenu{
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
    background-color: white;
    color: var(--fucsia);
    z-index: 9999;
   
    /* border: solid 1px var(--azul); */
}

.horizontalmenu li:hover .verticalmenu{
    display: block;
}

.verticalmenu li:hover{
    /* background-color: var(--fucsia);
    text-decoration: none;
    color: white !important; */
   
}

.verticalmenu li a{
    display: block;
    color: var(--fucsia);
    padding: 15px 15px 15px 20px;
    text-decoration: none;
}


/* FIN MENU */


/* nuevo menu */


.new-menu{
   
}

.new-menu img{
    margin: 20px;
}


.items-new-menu a{
    margin: 20px;
    text-decoration: none;
    color: var(--verdeos);
    
}

.items-new-menu a:hover{
    text-decoration: none;
    color: var(--crema);
}

.items-new-menu{
    margin-top:30px;
    padding-right: 100px;
    font-weight: 600;
}

.nuevoscrolled{
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}




.mobilemenu1 img{
   padding: 0 !important;
}


/* fin nuevo menu */

.new-menumob{
    display: none;
    padding-top: 20px;

}

.new-menumob img{

    padding: 0 !important;
}



/* menu mobile */


.mobile__firstslide{
    display: none;
    margin-top: -61px;
}



/* footer */

.footerorepam{

}


.redes-footer{
    margin-top:30px;
    color: white;
    text-align: center;
}

.redes-footer img{

    margin: 15px;

}

.menu-footer{
    margin-top:30px;
    color: white;
    text-align: center;
}

.menu-footer a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.menu-footer a:hover{
    text-decoration: none;
    color: var(--crema);
}

.registerdes{
    background-color: var(--verdeorepam);
    color: white;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* fin footer */



/* mobile */
@media (max-width:820px){
    .horizontalmenu{
        display: none;
    }

    .sumamrybuttonspace{
    
        margin-top:20px;
        display: none;
        
    }

    .mobile-head-sb{
        display: block;
        
    }

    .deks-head-sb{
        display: none;
    }

    .desktoplogo-weare{
        /* display: none; */
    }

    
    .desktoplogo-weare img{
       width: 100%;
    }

    .mobilelogo-weare{
        display: block;
    }

    .desktopservices{
        display: none;
    }

    .mobileservices{
        display: block;
    }

    .mobile__firstslide{
        display: block;
    }

    .menuorepam1{
        display: none;
    }


    .banner-button{
        font-size: 30px;
        margin-top: 50px;
    }

    .banner4-button{
        font-size: 30px;
        margin-top: 50px;
    }

    .banner3-button{
        font-size: 30px !important;
        margin-top: 50px !important;
    }

    .banner2-button{
        font-size: 30px !important;
        margin-top: 30px !important;
       
    }

    .preloadingspace img{
        width: 50%;
    }

    .bannermov-button{
        font-size: 30px;
    }

    .descripcionmetodoc{
        width: auto !important;
      
    }

    .tituloinsumos{
        font-size:30px !important;
        text-align: center !important;
    }





}



/* MENU MOBILE */

.menumobilefull{
    background-color: var(--fucsia);
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index:  10000;
    clip-path: circle(0% at 100% 0);
    transition: clip-path 2s ease-in-out;
    -webkit-transition: clip-path 2s ease-in-out;
    -moz-transition: clip-path 2s ease-in-out;
    -ms-transition: clip-path 2s ease-in-out;
    -o-transition: clip-path 2s ease-in-out;
}

.menumobile2{
    clip-path: circle(0% at 100% 0);
    
}

.menumobile3{
    clip-path: circle(150% at 100% 0);
}

.movorizontalmenu{
    list-style: none;
    text-align: left;
    justify-content: center ;
    margin: 0 20px;
    z-index: 9999;
    font-family: fontb1;
    /* font-family: fontb7; */
    font-size:20px;
        
}
.movorizontalmenu > li > a{
    display: block;
    padding: 5px 15px;
    color: white;
    text-decoration: none;
    margin-left: 30px;
    
}

.submenu{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 40px;
}


.submenu .menu__link{
    
    display: block;
    list-style: none;
    width: 200px;
    background-color: white;
    color: var(--fucsia);
    z-index: 9999;
   width: 100%;
 
    
}


.menu__link li{
    width:max-content;
}



.moerticalmenu li a{
    display: block;
    color: var(--fucsia);
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    width: 100%;
}




.movsumamrybuttonspace a{
    
    margin-top:20px;
    text-decoration: none !important;
    color: white;
    
}

.movsumamrybuttonspace img{
    width: 30px;
    margin-right: 15px;
}

.open__menu{
    color: white;
    font-size: 50px;
    font-family: fontb1;
    text-align: right;
    margin-right: 25px;
    margin-top: 35px;
}
/* fin mobile */


/* BANNER CAROUSEL */

.titulocarrusel1{
    color: white;
    text-align: left;
    font-weight: 500;
    font-size: clamp(2rem, 2.5vw, 3rem);
    line-height: 95%;
}

.subtitulocarrusel1{
    color: #ccc;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-shadow: #000 1px 0 10px;
}

.infobutton{
    color: white;
    text-align: left;
    /* font-size: 35px; */
    text-decoration: none;
    margin-top: 20px;
    
}

.infobutton a{
    color: white;
    text-decoration: none;
    background-color: var(--morado);
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.infobutton a:hover{
    text-decoration: none;
    color: white;
    background-color: var(--verdeos);
}



/* FIN BANNERCAROUSEL */


/* banner carousel mobile */
.desktop__firstslide{

}

/* fin banner carousel mobile */

/* WEARE INICIO */



.weare-beneficencia{
    min-height: 100vh;
    padding-top:200px;
    padding-bottom:200px;
}

.mobilelogo-weare{
    display: none;
    margin-top: 50px;
}

.textweare13{
    text-align: center;
}

.tittle11{
    text-align: center;
}


/* FIN WEARE INICIO */



/* banner hojas */



.bannerleaft{
  
    background-size: contain;
    
    width: 100%;
    height: 300px;
    background-repeat: repeat-x;

}

.text-leaft{
    font-size: clamp(2rem, 2.5vw, 3rem);
    color: white;
    text-align: center;
    padding-top: 30px;
    
}

.text-leaft2{
    font-size: clamp(1.5rem, 1vw, 3rem);
    color: white;
    text-align: center;
    margin-top: -10px !important;
    margin-left: 100px;
}

.olla-leaft{
    text-align: center;
    
  
}

/* fin banner hojas */


/* banner mapa */

.map-orepam{
    
    background-color: var(--cremcla);
    min-height: 100vh;
    padding-top:200px;
    padding-bottom:200px;
    font-size: clamp(1.5rem, 1vw, 3rem);
    color: #468644;
}


.map-description{
    
    
}


.text-map{
    font-size:clamp(1.5rem, 2.5vw, 3rem);
    font-weight: 500;
    line-height: 90%;
}


/* fin banner mapa */

/* CARACTERISTICAS */

.caracteristic{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #468644;
    font-size: clamp(1.5rem, 1vw, 3rem);
    text-align: center;

}

.charac{
    background-color: var(--verdeos);
    text-align: center;
    height: 250px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.charactext{
    padding-top: 30px;
    padding-bottom: 30px;
}

.charac img{
    max-width: 150px;
    align-items: center;
  justify-content: center;
}


/* FIN CARACTERIISICAS */

/* COTIZACION */
.cotizacion{
    background-color: var(--crema);
    color: white;
    font-size: clamp(1.5rem, 1vw, 3rem);
    padding-top:30px;
    padding-bottom:30px;
}
/* FIN COTIZACION */

/* botones */


.sumamrybutton{
    background-color: var(--morado);
    color: white;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    align-content: center;
    
    padding: 20px;
    font-family: fontb1;
   
}

.sumamrybutton a{
    text-decoration: none; color:white;
}

.sumamrybutton:hover{
    
  
    
}

.summarymenuf{
    justify-content: center;
}

.sumamrybuttonspace{
    
    margin-top:20px;
    
}

.sumamrybuttonspace img{
    width: 30px;
    margin-right: 15px;
}



.sumamrybuttoncot{
    background-color: var(--verdeos);
    color: white;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    align-content: center;
    width:fit-content;
    padding: 20px;
    font-family: fontb1;
    font-size: clamp(1.5rem, 1vw, 3rem);
}

.movsumamrybuttonspacecot{
    

}



.sumamrybuttoncot:hover{
    
    text-decoration: none;
    color: white;
    background-color: var(--fucsia);
    
    
}



/* fin botones */


/* GALERIA DE FOTOS */


.fotos-galery {
    height: 100vh;
    background-color: var(--morado);
    display: flex;
  align-items: center;
  justify-content: center;
  
}

.principalcaru{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    
}

.gallery{
    width: 100%;
}

.gallery-container{
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.gallery-item{
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 330px;
    z-index: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-size: contain;
}

.gallery-item-1{
    left: 15%;
    opacity: .4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.gallery-item-2, .gallery-item-4 {
    height: 250px;
    opacity: 0.8;
    width: 380px;
    z-index: 1;
}

.gallery-item-2{
    left: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.gallery-item-3{
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 430px;
    z-index: 2;
}

.gallery-item-4{
    left: 70%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


.gallery-item-5{
    left: 85%;
    opacity: .4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.gallery-controls{
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
    color: white !important;
}
.gallery-controls button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    margin: 0 50px;
    padding: 0 12px;
    text-transform: capitalize;
    color: white !important;
}

.gallery-controls-button:focus{
    outline: none;
}

.gallery-controls-anterior{
    position: relative;
    color: white !important;
}

.gallery-controls-anterior::before{
    border:solid var(--verdeos);
    border-width: 0 5px 5px 0;
    content: '';
    display: inline-block;
    height: 5px;
    left: -30px;
    padding: 10px;
    position: absolute;
    top: 25%;
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform: rotate(135deg) translateY(-50%);
    -moz-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    -o-transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    -webkit-transition: left 0.15s ease-in-out;
    -moz-transition: left 0.15s ease-in-out;
    -ms-transition: left 0.15s ease-in-out;
    -o-transition: left 0.15s ease-in-out;
    width: 5px;
    color: white !important;
}

.gallery-controls-anterior:hover::before{
    left: -40px;
}

.gallery-controls-siguiente{
    position: relative;
    color: white !important;
}

.gallery-controls-siguiente::before{
    border:solid var(--crema);
    border-width: 0 5px 5px 0;
    content: '';
    display: inline-block;
    height: 5px;
    padding: 10px;
    position: absolute;
    right: -30px;
    top: 45%;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    -webkit-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    -ms-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    width: 5px;
    color: white !important;
}

.gallery-controls-siguiente:hover::before{
    right: -40px;
}

.gallery-nav{
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gallery-nav li{
    background: #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}


.gallery-nav li.gallery-item-selected{
    background: #555;
}


/* FIN FALERIA DE FOTOS */

.portadasecu{
    margin-top: -85px;
    width: 100%;
}
.portadasecmo{
    display: none ;
    width: 100%;
}

/* RESPONSIVE */

@media (max-width:820px){
    .bannerleaft{
        background-repeat: repeat;
        max-height: 500px;
    }

    .desktop__firstslide{
        display: none;
    }

    .new-menumob{
        display: block;
    }

    .portadasecu{
        display: none;
        
    }

    .portadasecmo{
        display:block;
        margin-top: -150px;
    }
   

}



@media (max-width:574px){
    .mapita img{
        width: 100%;
    }

    .icon-map img{
        width: 45px;
    }

    




}


@media (max-width:310px){

    .icon-map img{
        width: 35px;
    }




}

@media (max-width:650px){
    .mapita img{
        width: 100%;
    }


}

@media (max-width:765px){
    .movsumamrybuttonspace{
        text-align: center !important;
        margin:30px;
    }



}



/*  */

/* NOSOTROS */

.certificatios-pc img{
  max-width: 200px;  
}

.certz{
    background-color: var(--verdeos);
}

/* FIN NOSOTROS */



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.prodbutton{
    color: white;
    text-align: center;
    /* font-size: 35px; */
    text-decoration: none;
    margin-top: 20px;
    
}

.prodbutton a{
    color: white;
    text-decoration: none;
    background-color: var(--morado);
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.prodbutton a:hover{
    text-decoration: none;
    color: white;
    background-color: var(--verdeos);
}


.sumamrybuttoncont{
    background-color: var(--verdeos);
    color: white;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    align-content: center;
    width:fit-content;
    padding: 20px;
    font-family: fontb1;
    font-size: clamp(1.5rem, 1vw, 3rem);
}


.sumamrybuttoncont:hover{
    
    text-decoration: none;
    color: white;
    background-color:  var(--verdeos);
    
    
}

.off-screen-menu{
    background-color: #468644;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top:0;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    color: white;
    font-size: 30px;
}

.off-screen-menu.active {
    right: 0;
}

.navmob{
    padding: 1rem;
    display: flex;
    text-decoration: none;
    
}

.off-screen-menu a{
    text-decoration: none;
    color: white;
}

.off-screen-menu a:hover{
    text-decoration: none;
    color: #B4E97C;
    
}


.off-screen-menu ul{
  
    text-decoration: none;
    list-style-type: none;    
}
.off-screen-menu li{
  
    text-decoration: none;
    list-style-type: none;
    
}

.ham-menu{
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
}

.ham-menu span{
    height: 5px;
    width: 100%;
    background-color: #BC9E47;
   
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.ham-menu span:nth-child(1){
    top: 25%;

}

.ham-menu span:nth-child(3){
    top: 75%;

}

.ham-menu.active span:nth-child(1){
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2){
    opacity: 0;
   
}

.ham-menu.active span:nth-child(3){
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}







