:root {
    --rojo: #A23E48;
    --amarillo: #EEBA0B;
    --verde:  #32965D;
    --plomo: #3D3D3D;
    --gris: #D9D9D9;
    --sombra: #826A6A;

}
html {
  scroll-behavior: smooth;
}


*{
    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{
     scroll-margin-top: 180px;
}

#somos{
     scroll-margin-top: 180px;
}

#productos{
     scroll-margin-top: 180px;
}

#contacto{
     scroll-margin-top: 180px;
}


.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}

.kadwa-regular {
  font-family: "Kadwa", serif;
  font-weight: 400;
  font-style: normal;
}

.kadwa-bold {
  font-family: "Kadwa", serif;
  font-weight: 700;
  font-style: normal;
}


.instrument-sans-1{
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.instrument-sans-2{
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.tople{
    background-color: var(--verde);
    height: 100px;
    
}

.topmov{
    background-color: var(--amarillo);
    height: 80px;
    
}

.topmobile{
    background-color: var(--amarillo);
    height: 50px;
    display: none !important;
}

.lang1{
    background-color: var(--rojo);
    color: var(--gris);
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom  : 10px;
}

.menudek a{
    padding: 0 100px;
    font-size: 25px;
    font-weight: 700;
    color: #3D3D3D !important;
}

.lema-movible{
    background-color: var(--rojo);
    color: var(--gris);
    font-size: 25px;
    padding: 20px;
    font-weight: 600;
}

.titulos{
    font-size: 40px;
    font-weight: 800;
    color: var(--amarillo);
}

.descripcions{
    font-size: 25px;
    padding: 20px;
}

.descripcion2s{
    font-size: 20px;
    padding-top: 20px;
}

.moquedes{
    font-size: 30px;
    font-weight: 600;
    color: var(--amarillo);
}

.somosmq{
    padding-top: 50px;
    padding-bottom: 50px;
}

.rayitas{
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.exportac{
    background-color: var(--plomo);
}

.calidadex{
    box-shadow: 12px 12px 2px 1px var(--sombra);
    padding: 20px;
    background-color: var(--amarillo);
    color: var(--plomo);
    border-radius: 20px;
    margin: 50px;
    font-size: 30px;
    font-weight: 600;
}

.noticiasmq{
    background-color: var(--rojo);

}

.noti-moq1{
    height: 100vh;
}

.titulo-noti{
    font-size: 40px;
    font-weight: 600;
    color: var(--amarillo);
}

.texto-noti{
     font-size: 23px;
    margin-top: 20px;
    color: var(--gris);
    text-align: justify;
}

.referec{
    background-color: var(--verde);
    padding: 20px;
    margin-top:20px;
    color: var(--gris);
    font-size: 25px;
    font-weight: 500;
}

.icon-productos{
    margin-top: 100px;
}

.titulo-productos{
    font-size: 40px;
    font-weight: 600;
    color: var(--amarillo);
    margin-top: 50px;
}

.product-spo{
    background-color: var(--verde);
}

.nombrepro{
    margin-top: 50px;
    font-size: 30px;
    color: var(--amarillo);
    font-weight: 700;
}

.descrippro{
    margin-top: 20px;
    font-size: 25px;
    color: var(--amarillo);
    font-weight: 500;
}

.card-product{
    padding-top: 50px;
    padding-bottom: 50px;
}

.producz{
    padding-top: 50px;
}

.proce2{
    color: var(--amarillo);
    font-size: 30px;
    width: 70%;
    margin:50px;
}


.benefits{
    background-color: var(--rojo);
}

.datoben{
    background-color: var(--amarillo);
    padding: 20px;
    color: var(--plomo);
    font-size: 25px;
    margin:20px;
}

.float-ini{
    position: absolute; 
    bottom: 20%;
    right: 20%;
    
}

.titulo22{
    font-size: 25px;
    color:var(--gris);
    font-weight: 500;
}


.titulo23{
    font-size: 25px;
    color: var(--amarillo);
    font-weight: 500;
}


.dato-productos{
        color: var(--amarillo);
        font-size: 25px;
        margin-bottom: 20px;
}

.titulo1 img{
    width: 200px;
}


.fute{
    background-color: var(--plomo);
}

.mincetur{
    color:var(--gris);
    font-size: 25px;
}

.dato-productos img{
    width: 200px;
}



.off-screen-menu{
    background-color: var(--gris);
    color: var(--rojo);
    height: 100vh;
    width: 100%;
    max-width: 820px;
    position: fixed;
    top:0;
    right: -820px;
    
    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;
    margin-top: 30px;
    text-align: right;
    margin-right: 20px;
}




/* INICIO LOADER */



/* LOADER */

.preloadingspace{
    background-color: var(--plomo);
    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 */


.spinner{
    width: 100px;
    height: 100px;
    animation: spin 3s ease-in-out infinite;
    margin-left: auto;
    margin-right: auto;
}  

@keyframes spin{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.mobile__firstslide{
    display: none;
}

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

.topmov{
    display: none !important;
}

.topmobile{
    display:block !important;
}

#inicio{
     scroll-margin-top: 200px;
}

#somos{
     scroll-margin-top: 150px;
}

#productos{
     scroll-margin-top: 150px;
}

#contacto{
     scroll-margin-top: 150px;
}

.noti-moq1{
    height: auto;
    padding: 100px 0;
}
.datoben{
    font-size: 20px;
}

.proce2{
    
    font-size: 20px;
    width: 100%;
    margin:10px;
}

.texto-noti{
    font-size: 20px;
}

.calidadex{
    
    padding: 10px;

    margin: 10px;
    font-size: 20px;
    
}

.titulo-productos{
    font-size: 23px;

}

.dato-productos{
    font-size: 20px;
}

.dato-productos img{
    width: 50%;
}

.titulo22{
    font-size: 20px;
}

.titulo23{
    font-size: 20px;
}

.titulo1 img{
    width: 50%;
}

.titulo1{
    text-align: right;
}

    .desktop__firstslide{
        display: none;
    }
.mobile__firstslide{
    display: block;
}

}