*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}


::selection{
    background: #CCAA17;
    color: #603015;
}

.desktop{
    display: block !important;
}

.mobile{
    display: hidden !important;
    display: none !important;

}


body{
    background-color: white;
    font-family: "Aleo", Times New Roman, Times, serif;
    color: #603015;
    font-optical-sizing: none;
    font-size:normal;
    overflow-x: hidden !important;
    position: relative;
}


/*body div{
    overflow: hidden !important;
}
*/

.position_relative{
    position: relative;
    overflow: visible !important;
}

.imagen_desfazada{
    position: relative;
    top: -130px;
    z-index: 10;
    overflow: visible !important;
}


.imagen_desfazada_plus{
    position: absolute;
    top: -230px;
    z-index: 10;
    overflow: visible !important;
}

.hold_nav{
    width: 100%;
    height: 140px;
}

.t_amarillo{
    color: #CCAA17;
    transition: all ease 300ms;
}


.t_cafe{
    color: #603015;
    transition: all ease 300ms;
}

.t_blanco{
    color: #ffffff;
    transition: all ease 300ms;
}

.t_margin_left{
    margin-left: 20px;
}

.t_margin_right{
    margin-right: 20px;
}




/*Inicio headers*/

#producto h1, #caracteristicas h2, #impresion h2, #contacto h2{
    font-family: "Shrikhand", Times New Roman, Times, serif;
    color: #CD6615;
    font-size: 64px;
    line-height:65px;
    font-optical-sizing: auto;
}

#contacto h2{
    line-height:45px;
    padding: 10px 0;
}

h3{
    color: #CD6615;
    font-size: 27px;
    font-weight: bold;
}

/*Fin headers*/


/*Inicio nav*/
    nav{
        background-color: #CD6615;
        position: fixed !important;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 130px;
        color: #fff;
    }

    .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
	background-image:url("../img/h_w.svg");

}

 nav #logo_main{
        width: 115px;
        height: 115px;
        padding: 5px;
        margin-right: 40%;
 }


 nav #navbarNav ul li a{
    color: white;
	margin-left: 20px;
	font-weight: 500;
    transition: all ease 300ms;
    text-align: center;
}


 nav #navbarNav ul li a:hover{
    color:#CCAA17;
}



nav #navbarNav ul li#nav_telefono{
    margin-left: 20px;
}

nav #navbarNav ul li#nav_telefono a{
    background-color: #157CCD;
    border: 3px solid #fff;
    border-radius: 25px;
    margin-left: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
}


nav #navbarNav ul li#nav_telefono a img{
    display: inline;
    width: 25px;
    height: auto;
}

nav #navbarNav ul li#nav_telefono a:hover{
    background-color: #CCAA17;
    color: #603015;
}

/*Fin nav*/




/*Inicio_CTA*/
.cta{
    font-family: "Shrikhand", Times New Roman, Times, serif;
    color: white;
    text-decoration: none;
    font-size: 44px;

}


.cta a{
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
}


.cta a:hover{
    color: #CCAA17;
}

.cta a:hover .t_amarillo{
    color: #ffffff;
}

.w_cta .arrow{
    animation-duration: 2.5s;
    animation-name: arrow_top;
    animation-iteration-count: infinite;
    position: relative;
    top: 0px;
}

@keyframes arrow_top {
    0% { top: 0px;}
    50% { top: 40px;}
    100% { top: 0px;}
}

/*FIn CTA*/




/* Inicio Intro */


#intro{
    background: url("../img/fondo_intro.png");
    width: 100%;
    height: 110vh; 
    background-position: center bottom;
    background-size: cover;
}

#intro #main_text{
    padding: 7% 20% 5%;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
}

#intro #main_text strong{
    color: #CCAA17;
    font-weight: 800;
}




/* Fin Intro */



/*Inicio Producto*/

#producto{
    padding: 0 50px ;
}

    
.t_menos{
    font-size: 34px;
}


#producto #tipos p{
    text-align: center;
    font-size: 20px;
    font-family: "Shrikhand", Times New Roman, Times, serif;
    color: #CD6615;
}




/*Fin Producto*/




/* Inicio caracteristicas*/

#caracteristicas{
    background-color: #E7DCCE;
}

#caracteristicas ul{
    margin-left: 50px;
    margin-right: 50px;}

#caracteristicas ul li{
    color: #CD6615;
    font-size: 18px;
    margin: 25px 0;
}

#caracteristicas ul li p{
    color: #603015;
}

/* Fin caracteristicas*/




/*Inicio impresion*/

#impresion{
    background-color: #E7DCCE;
    color: #fff;
    background-image: url("../img/fondo_impresion.png");
    min-height: 950px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#impresion h2{
    color: #CCAA17 !important;
}



#impresion ul{
    margin-left: 50px;
    margin-right: 50px;}

#impresion ul li{
    color: #CCAA17;
    font-size: 18px;
    margin: 25px 0;
}

#impresion ul li p{
    color: #ffffff;
    font-style: oblique;
}

/*Fin impresion*/

#contacto{
    background: #E7DCCE;
}

/*Inicia Contacto*/


#form{
    width: 90%;
    margin: 0 auto;
}

#form label{
    display: block;
}

#form input, #form textarea {
    padding: 10px;
    border-radius: 15px;
    width: 80%;
}


#form textarea{
    height: 150px;
    resize: none;
}

#form input#enviar{
    background-color: #CD6615;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    width: 50%;
    margin-top: 10px;
    border: 2px solid #603015;
    transition: all ease 300ms;
    font-size: 1.2em;
}

#form input#enviar:hover{
    background-color: #157CCD;
    color: #ffffff;
    border: 2px solid #ffffff;
}


/*Fin Contacto*/


/* Inicio Footer*/

footer{
    width: 100%;
    min-height: 200px;
    background: #603015;
    color: #fff;
}


footer #footer_b, footer #footer_c{
    margin-top: 80px;
}

footer #footer_b a{
    display: block;
}

footer #footer_b a, footer #footer_c a{
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    transition: all ease 300ms;
}


footer #footer_b a:hover, footer #footer_c a:hover{
    color: #CCAA17;
}

footer #brandco{
    text-align: center;
    font-size: 11px;}

footer #footer_c p b{
    font-family: "Shrikhand", Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 20px;
}



/* Fin Footer*/





/*Inicio WA*/


#waf{
	position: fixed;
	z-index: 100;
	width: 140px;
	height: 140px;
	right: 30px;
	bottom: 30px;
}

#waf_movil{
		display:none;
	}


#waf a{
	display: block;
	width: 100%;
	height: 100%
}



#waf_halo{
	background: url("../img/wa/wa_halo.png") no-repeat center;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all ease 200ms;
	-moz-transition: all ease 200ms;
	transition: all ease 200ms;
}



#waf_logo_v{
	background: url("../img/wa/wa.png") no-repeat center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 7;
	opacity: 1;
	-webkit-transition: all ease 200ms;
	-moz-transition: all ease 200ms;
	transition: all ease 200ms;
}


#waf_logo{
	background: url("../img/wa/wa_hover.png") no-repeat center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 8;
	opacity: 0;
	-webkit-transition: all ease 200ms;
	-moz-transition: all ease 200ms;
	transition: all ease 200ms;
}


#waf_con{
	background: url("../img/wa/wa_contactanos.png") no-repeat center;
	width: 140px;
	height: 20px;
	position: absolute;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	transition: all ease 400ms;
}


#waf a:hover #waf_logo{
	opacity: 1;
	top: 30px;
}


#waf a:hover #waf_logo_v{
	opacity: 0;
	top: 30px;
}

#waf a:hover #waf_halo{
	opacity: 0.5;
}


#waf a:hover #waf_con{
	opacity: 1;
}

/*Fin WA*/















































@media only screen and (min-width: 1px) and (max-width: 768px) {


.hold_nav{
    height: 80px;
}


.mobile{
    display: block !important;
}

.desktop{
    display: hidden !important;
    display: none !important;

} 


.t_margin_left{
    margin-left: 0px;
}

.t_margin_right{
    margin-right: 0px;
}

.imagen_desfazada{
    top: 0px;
}


/*Inicio CTA*/

.cta{
    font-size: 22px;
}


.w_cta .arrow{
    padding-left: 20px;
}

@keyframes arrow_top {
    0% { top: 0px;}
    50% { top: 10px;}
    100% { top: 0px;}
}

/*FIn CTA*/


/*Inicio headers*/

#producto h1, #caracteristicas h2, #impresion h2, #contacto h2{
    font-size: 36px;
    line-height:35px;
    text-align: center;
    margin-bottom: 50px;
}

p{
    text-align: center;
}

ul li p{
    text-align: left;
}

/*Fin headers*/



/* Inicia Nav */

nav{
    margin: 0 !important;
    padding: 0 !important;
}

 nav #navbarNav{
        background-color: #CD6615;
        margin: 0;
        padding: 0;
        width: 100% !important;
}


 nav #logo_main{
        width: 100px;
        height: 100px;
        padding: 0px;
        margin-left: 20px;
        margin-right: 0;
        margin-top: 2px;
        margin-bottom: 3px;
 }


 

nav #navbarNav ul li a{
	margin-left: 0px;
    margin-top: 2px;
    padding: 15px 0;
	font-weight: 500;
    background: #a85414;
}


nav #navbarNav ul li#nav_telefono{
    margin-left: 0px;
}

nav #navbarNav ul li#nav_telefono a{
    background-color: #157CCD;
    border: none;
    border-radius: 0;
    margin-left: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
}

/* Fin Nav */



/* Inicio Intro */




#intro #main_text{
    padding: 10%;
    font-size: 22px;
    padding-top: 80px;
}






/* Fin Intro */






.t_menos{
    font-size: 24px;
}


#caracteristicas ul li{
    font-size: 15px;
    margin: 20px 0;
}




/*Inicia contacto*/




#form input, #form textarea {
    width: 100%;
}


#form textarea{
    height: 150px;
    resize: none;
}

#form input#enviar{
    width: 100%;
}




/*Fin contacto*/



/* Inicio Footer*/




footer #footer_b, footer #footer_c{
    margin-top: 0px;
}

footer #footer_b ul li{
    list-style: none;
}

footer #footer_b a{
    text-align: center;
}




footer #brandco{
    font-size: 11px;
opacity: 0.4;}

footer #footer_c p{
    text-align: center;
}


/* Fin Footer*/





    
/*Inicio wa*/
	

	
		
	#waf{
	display: none;
}
    
	
#waf_movil{
      display:block;
      width: 95px;
      height: 70px;
    position: fixed;
        z-index: 1000000;
    top: 100px;
    right: 0px;

	}
	
	



	#waf_movil a{
		color: #fff;
		font-size: 1.2em;
	}
		
	
/*FIN WA*/    
    



}







#preloader{
    background: #fff url("../img/android-chrome-192x192.png") no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}