:root {
    --negro: #000000;
    --verdemo: #B8C454;
    --plomo:  #D9D9D9;
    --blanco: #FFFFFF;
    --claroplo: #C3C3C3;
    --plo2: #999999;

}

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

a:link, a:visited, a:active {
    text-decoration:none !important;
    color: var(--negro) !important;
}

/* INICIO MENU MOBILE */

.infobutton{
    color:var(--claroplo) !important;
    text-shadow: 1px 1px 2px white;
}

.off-screen-menu{
    background-color: var(--negro);
    color: var(--verdemo);
    height: 100vh;
    width: 100%;
    max-width: 820px;
    position: fixed;
    top:0;
    right: -820px;
    display: none;
    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;
    font-size: 30px;
}

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


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


.off-screen-menu a{
    text-decoration: none;
    color: var(--verdemo) !important;
    
}

.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;
    
}

.cerrar-menov{
    margin-bottom: 100px;
}


/* FIN MENU MOBILE */


/* INICIO LOADER */



/* LOADER */

.preloadingspace{
    background-color: var(--negro);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index:  10000;
    color: white;
    clip-path: circle(150% 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;
}

.preloadingspace img{
    width: 300px;
}

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

.charging{
    color: white;
    font-size:30px;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 30px;
    animation: fadeIn 1s infinite;
    -webkit-animation: fadeIn 1s infinite;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  /* FIN LOADER */




/* INICIO */

.mobile__firstslide{
    display: none;
}

.topbanner{
    background-image: url("/applets/photoboot/background1.png");
    height: 600px;
    background-size: 100% 100%;
    color: #B8C454;
    
}

.topbannermob{
    display: none;
}

.toplema{
    background-image: url("/applets/photoboot/back2.png");
    height: 300px;
    background-size: 100% 100%;
    color: #B8C454;
    margin-top: -150px;
}

.tobimg1{
    width:800px; 
    margin-top:120px;
    margin-left:250px;
}

.text-1{
    background-color: var(--plomo);
    color: var(--negro);
    padding-top: 50px;
    
}

.titulo1{
    padding-left:250px;
    font-size: 45px;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
}

.titulo2{
    padding-left:250px;
    font-size: 40px;
    font-family: "Joan", serif;
  font-weight: 400;
  font-style: normal;
}

.titulo3{
    padding-left:250px;
    font-size: 30px;
    
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
}

.somos-montoya{
    background-color:black;
    margin-top:-1px;
    color: white;
    font-size: 28px;
    font-family: "Joan", serif;
    font-weight: 400;
    font-style: normal;
}

.pro-s1{
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    font-size: 25px;
}

.pro-s2{
    color: var(--verdemo);
    font-size: 40px;
    font-weight: 500;
}

.boton-cat{
    background-color: black; 
    color:white; 
    padding:20px;
    border-radius: 20px;
    text-align: center;

}



.product-montoya{
    background-image: url("/applets/photoboot/back3.png");
    padding-bottom: 200px;
    font-size: 20px;
    text-decoration: none;
}


.bann-4{
    background-color: var(--negro);
    color: var(--blanco);
    font-size: 25px;
    font-family: "Kaisei HarunoUmi", serif;
    font-weight: 100;
    font-style: normal;
}

.bann-5{
    height: 100%;
}


.bann-6{
    background-image: url("/applets/photoboot/back5.png");
    /* height: 80vh;   */
    background-size: 100% 100%;
    
}

.caract-1{
    background-color: var(--verdemo);
    text-align: center;
    margin:50px;
    padding-bottom:150px;
    margin-top:150px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.tit-caract{
    margin-top:80px;
    text-align: center;
    font-size: 40px;
    margin-bottom:50px;
    padding:30px;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
}

.tit-cali{
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

.tit2-cali{
    font-family: "Kadwa", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
}

/* FIN INICIO */


/* MENU Y HEADER */

.aparec{
    display: inline-block !important;
}


.head1-lead{
    background-color: var(--negro);

}

.menu-desk{
    background-color: var(--verdemo);
    padding: 10px;
    color: var(--negro);
    font-size: 20px;
}

.menu-desk:a{
    color: var(--negro);
    text-decoration:none;

}

.menu-desk:a:hover{
    color: var(--negro);
    text-decoration:none;

}

.menu-div-e{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: "Kadwa";
    font-weight: 100;
  font-style: normal;
}

.menu-div-e a{
    padding:40px;

   
}


/* FIN MENU */

/* INICIO FOOTER */

.footer-st{
    background-color: var(--negro);
    color: var(--blanco);
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}

.foot-2{
    background-color: var(--verdemo);
    color: var(--negro);
    margin-top:60px;
    padding: 20px;
}

.foter-rw{
    /* margin-top:100px; */
    padding-top: 100px;
}

.fut-nav{
    line-height: 50px;
    margin-left: 100px;
}

.mincemob{
    display: none;
    text-align: center;
}

/* FIN FOOTER */



/* INICIO SOMOS */
.kaisei{
    font-family: "Kaisei HarunoUmi", serif;
  font-weight: 600;
  font-style: normal;
}



.tituilo-som{
    
    padding: 70px;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 100px !important;
    height: 100%;
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}


.tituilo-prodc{
    background-image: url(../photoboot/somos1.png);
    padding: 70px;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 100px !important;
    height: 100%;
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--blanco);
}

.agmon{
    font-size: 50px;
    margin-top: -10px;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
}

.conagmon{
    font-size: 50px;
    margin-top: 7px;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
}



.titulo-somos{
    background-image: url("/applets/photoboot/somos1.png");
    height: 25vh;  
    background-size: 100% 100%;
    position:relative;
}


.tit-som-dec{
    background-image: url("/applets/photoboot/som1.PNG");
    height: 33vh;
    background-size: 100% 100%;
    position:relative;

}

.titext-somos{
    color: white;
    font-size: 30px;
    position: absolute;
    top: 400px;
    margin-left:200px;
}


.textso1{
    margin-left: 100px;
    font-size: 25px;
    text-align: justify;
    margin-top:50px;
}


.textso2{
    margin-left: 100px;
    font-size: 25px;
    margin-top:100px;
    text-align: justify;
}

.textso3{
    margin-left: 100px;
    font-size: 25px;
    margin-top:100px;
    text-align: justify;
    padding-right: 100px;
}

.iconoici{
    margin-top:50px;
    padding-bottom:150px;
    width: 100%;
    
}


.imgsom1{
    text-align: center;
    margin-top: 200px;
    
}




.mision-somos{
    background-color: var(--plomo);
    text-align: center;
    padding: 100px;
    
}

.vision-somos{
    background-color: var(--plomo);
    text-align: center;
    padding: 100px;
    
}


.mis-tit{
    background-color: var(--plo2);
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 40px;
    
    margin-bottom: 30px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Joan", serif;
  font-weight: 600;
  font-style: normal;
    
}

.mis-des{
    background-color: var(--claroplo);
    padding: 50px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 30px;
    margin-bottom: 30px;
    
}

.frase-somos{
    text-align: center;
    background-color: var(--verdemo);
    font-size: 25px;
    padding: 100px;
    
}


/* FIN SOMOS */


/* INICIO PRODUCTO */

.producto-inic{
    text-align: center;
    padding: 100px;
    font-size: 20px;
}

.product-detali{
    text-align: center;
    align-items: center;
    align-content: center;
}

.img-product img{
    width: 500px;
    
}

.img-produc2 img{
    width: 50%;
}

.catalog{
    padding-bottom: 200px;
}

.botonp{
    padding: 20px;
    background-color: #000000;
    color: var(--blanco);
    margin-top: 30px;
    border-radius: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}

.nom-product{
    font-size: 30px;
    font-weight: 500;
}

.banner-pro{
    color: var(--blanco);
    background-color: #000000;
}

.btn_coti{
    padding: 10px;
    background-color: var(--plomo);
    color: #000000;
    border-radius: 15px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}

.coti_personal{
    font-size: 40px;
}
/* fin productos */

/* INCIO DETALLE PRODUCTO */

.detail-p{
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.deta-produc2{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.nom-produc2{
    font-size: 30px;
    margin-top:50px;
    font-family: "Kadwa", serif;
    font-weight: 400;
    font-style: normal;
}

.botonp2{
    padding: 20px;
    background-color: #000000;
    color: var(--blanco);
    margin-top: 30px;
    border-radius: 10px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 100px;
}



.propt-produc2{
    font-size: 35px;
    font-weight: 600;
    font-family: "Kadwa", serif;
    font-weight: 700;
    font-style: normal;
    
}

.prop-produc2{
    background-color: #000000;
    margin: 0 !important;
    color: var(--blanco);
    font-size: 20px;
}


.text-prop{
    padding: 100px;
    margin-top: 50px;
    font-size:20px;
    margin-left: auto;
    margin-right: auto;
}


.dropz1{
    text-align: right;
    margin-right: 300px;
}


/* SERVICIOS */

.conten-maq{
    background-color: var(--verdemo);
    border-radius: 20px;
    padding: 100px;
    margin:100px;
    text-align: center;

}


.titulo-maq{
    font-size: 40px;
    font-weight: 500;
    font-family: "Kadwa", serif;
  font-weight: 700;
  font-style: normal;
}

.text-maq{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 50px;
}



/* fin servicios */

/* INICIO CONTACTO */

.titulo-con{
    background-image: url("/applets/photoboot/somos1.png");
    color: var(--plomo) ;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 100px !important;
    height: 100%;
    line-height: 25px;
}

.contacz1{
    text-align: right;
    margin-right: 300px;
    margin-top: 30px;
    font-family: "Kadwa", serif;
  font-weight: 400;
  font-style: normal;
}

.dato-con{
    margin-top: 20px;
}

.wats{
    background-color: #B8C454; border-radius: 20px; width:300px; padding:10px; text-align:center;
}

.imgcoss{
    width: 600px;
}

.contactph1{
    text-align: center;
    margin-top: -200px;
}

.form-mensaje{
    background-color: #000000;
    padding: 100px;
    color: var(--blanco);
    margin: 100px;
    text-align: center;
    border-radius: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    
}

input[type=text] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

  }

.contacttx1{
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}




/* MOBILE */
.menumobmontoya{
    background-color: #000000;
    display: none;
    color: var(--blanco);
    padding-bottom: 50px;
    padding-top: 50px;
}

.menumobmontoya img{
    width: 100%;
}

.mob-contain{
    background-color: #000000;
    text-align: center;
    padding: 100px;
    
}

.menunvm{
    
    padding-right: 20px;
}

.mob-logo{
    display: inline-block;
}

.mob-menu{
    display: inline-block;
   
}

.menu-desmk{
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
}

.topbannermob{
        display: none;
}

.movline img{
    width: 50%;
}


/* mobile */
@media (max-width:820px){

    .tobimg1{
        width:100%;
        margin: 0;
        
    }

    .menu-desmk{
        display: none;

    }

    .topbannermob{
        display: table;
    }

    .titulo1{
        padding-left:50px;
        font-size: 30px;

    }
    
    .titulo2{
        padding-left:50px;
        font-size: 25px;

    }
    
    .titulo3{
        padding-left:50px;
        font-size: 20px;
        padding-top: 20px;

    }

    .product-montoya{
        padding-bottom: 50px;
        
    }

    .boton-cat{
        margin-top: 50px;
        text-align: center;
        margin-bottom: 50px;
    }

    .bann-4{
        padding: 100px;
    }

    .dropmo1{
        margin-top:30px;
        text-align: center;
        margin-left: 100px;
    }

    .tit2-cali{
        padding-bottom: 100px;
    }

    .mincedesk{
        display: none;
    }
    
    .mincemob{
        display: table;
    }

    .iconoici{
        margin-top: 100px;
    }

    .textso1 {
        margin-left: 0;
        padding: 20px;
        
    }

    .textso2 {
        margin-left: 0;
        padding: 20px;
        
    }

    .tituilo-som{
        padding-left: 30px !important;
    }


    .mis-tit{

        font-size: 30px;
        margin-top: 20px;
        width: 100%;
        
        
    }

    .mis-des{
        font-size: 17px;
        padding: 20px;
    }

    .mision-somos{
        padding: 0px;
    }

    .vision-somos{
        padding: 20px;
    }

    .img-produc2 img{
        width: 100%;
        padding: 20px;
    }

    .deta-produc2{
        width: 100%;
        padding: 20px;
        margin-bottom: 50px;
    }

    .text-prop{
        padding: 50px;
    }

    .contactph1{
        margin-top: 50px;
        padding: 0 !important;
        display: none;
        
    }

    .contacz1{
        text-align: right;
        margin-right: 15px;
        margin-top: 30px;

    }

    .form-mensaje{
        padding: 100px;
        margin: 0px;
        margin-bottom: 100px;
                       
    }

    input[type=text] {
        width: 100%;
        padding: 12px 20px;
        margin: 2px 8px;
  
    
      }

    .menumobmontoya{

        display: table;
    }

    .head1-lead{
       display: none;
    
    }

    .off-screen-menu{
        display: flex;
    }

    .mobile__firstslide{
        display: block;
    }

    .desktop__firstslide{
        display: none;
    }

    .topbanner{
        display: none;
    }

    .topbannermob{
        display: block;
    }

    .img-mob-res{
        width: auto !important;
    }
    .caract-1{
    
       margin:10px;
       
    }

    .tit-caract{
        font-size: 20px;
    }

    .fut-nav{
    margin-left: 0px;
    }
    .tit-cali{
    
    font-size: 20px;
    }

    .textso1 {
        font-size: 17px;
         margin-top: 0px;
    }

     .textso2 {
        font-size: 17px;
        margin-top: 50px;
    }

   .movline img{
    width: 80%;
    }

    
    .textso3{
    font-size: 17px;
    margin-left: 0px;
    
    margin-top:100px;
    text-align: justify;
    padding-right: 0px;
    padding: 20px;
    }

    .agmon{
    font-size: 30px;
    
    }

    .frase-somos{
    
    font-size: 17px;
    padding: 20px;
    
    }

    .foot-2{
        font-size: 17px !important;
    }

    .tituilo-prodc{
    
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-top: 10px;    
    }

    .producto-inic{
    text-align: center;
    padding: 10px;
    font-size: 17px;
    }

    .botonp{
    padding: 10px;
    margin-top: 20px;
    font-size: 17px !important;
    border-radius: 20px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;

    }

    .coti_personal{
        font-size: 20px;
        font-weight: 500;
        padding: 0 !important;
    }

    .catalog{
    padding-bottom: 50px;
    }

    .propt-produc2{
        font-size: 25px;
    }

    .botonp2{
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
    width: 120px;
    margin-bottom: 100px;
    font-size: 17px;
    }

    .contacz1{
        margin-top: 0px;
        font-size: 20px;
    }

    .titulo-con{
        padding-left: 0 !important;
    }

    .conagmon{
    font-size: 25px;
    margin-top: 7px;

    }

    .contacttx1{
      font-size: 17px;
    }

    .wats{
        width: 150px;
    }


    .conten-maq{
    
    padding: 10px;
    margin:10px;
    margin-top:50px;
    }

    .titulo-maq{
    font-size: 20px;
    margin-top: 30px;
    }

    .text-maq{
        font-size: 17px;
        padding:20px;
    }

    .sizederopx img{
        width: 50px;
    }








}


@media (max-width:311px){
    .beleee{
        margin-top: -2px !important;
    }
}

@media (max-width:260px){
    .beleee{
        margin-top: -8px !important;
    }
}