@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);

body{
	font-family:Lato; 
	margin:0;
}

a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);

    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
}

a:hover, a:focus {
    background-size: 100% 1px;
}

.verde{
	color: #015A14;
}

.foot{ 
	background-color: #3a5041; 
	color: white;
	font-size: small;
	float: left;
	width: -webkit-fill-available;
}

.col_foo{ 
	width: 30%; 
	float:left;
}

.ml2_foo{ 
	margin-left:7%;
}

.colum1{ 
	width: 24%; 
	display:block;
}

.footer-table{ 
	width:70%; 
	float:left;
}


p{ 
	text-align: justify;
	font-weight: 300;
}

lu{   
 	font-weight: 300;
    line-height: 23px;
}

h1{
	text-align: center;
	font-weight: 400;
	color: #015A14;
}

.item_menu{
	color: #015A14;
	margin-left: 15px;
}

.header{ 
	position: fixed;
    z-index: 344;
    background-color: #ffffffb3;
    padding: 10px;
    width: -webkit-fill-available;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    border-radius: 5px;
}

.header_roll{ 
	position: fixed;
	z-index: 344;
	background-color: #f7f7f791;
	padding: 10px;
	width: -webkit-fill-available;
}

.div_login { 
    border-radius: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    box-shadow: 6px 8px 6px #88888840;
	position: fixed;
	height: 380px;
	width: 360px;
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -180px;	
	z-index:10000; 
	display:none;
}

.popup_cerrar { 
	float:right; 
	color:#015A14; 
	font-size:xx-large; 
	font-weight:bold;
	margin-right: 8px; 
	cursor:pointer;
}

.input_login{
	border: solid 1px #ad3c06; 
	border-radius: 10px; 
	width:75%; 
	padding: 5px;
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    height: 30px;
}

.ojoMostrarContrasena {
    text-decoration: none;
    right: 60px;
    bottom: 167px;
    position: absolute;
    color: black;
    z-index: 1000;
}

.logo{
	max-width: 70px;
	border-radius: 4px;
}

.calidad{
	width: 150px;
	border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.calidad2{ 
	display: none;
}

.f_input{ 
	border:none; 
	width: 100%; 
	font-size:18px; 
	background-color:#FFFFFF; 
	color:#015A14;
}

.f_input::placeholder {
  color: #cccc;
}

.blanco {
	color: #fff;
  }

/*
.menu {
    position: fixed;
    background-color: #5bd98ff0;
	border-bottom-right-radius: 5px;
    z-index: 44;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 58px; 
	display: none;
}
*/
.menu-ul {
	margin-left: -25px;
	list-style-type: none;
	line-height: 36px;
	padding-right: 20px; 
	color:#FFFFFF;
}

.fsl{
	font-size: xx-large; 
}

.div_item_menu{
	float: right;
    margin-right: 5%;
    margin-top: 10px;
}
/*
.btn_menu_abrir, .btn_menu_cerrar{
	font-size: xx-large; 
	cursor:pointer; 
	color:#FFFFFF; 
	float: left; 
	margin-top: 15px;
}*/



.cruz{ 
    font-size: xx-large;
    color: black; 
	cursor:pointer;
}

.seccion{ 
    padding-left: 15%;
    padding-right: 15%; 
    padding-bottom: 30px;
    padding-top: 40px;	
	clear:both;
}

.gris{   
	background-color: #eeeeee;
}

.tabla {border-collapse: collapse;width:100%; border:solid 1px #ddd; }
.tabla td {padding-left: 8px; padding-right: 8px; border-bottom: 1px solid #ddd;}
.tabla th {border: 1px solid #ddd;height:50px; border-radius: 4px; cursor:pointer; white-space:nowrap; background-color:#eee;}
.tabla tr:hover{ background-color:#F9F9F9; }

.th_input { 
	border:none; 
	width: 88%; 
	font-size:18px;
	text-align: center;
	margin-left:1px; 
	color:#f44336; 
	background-color:#eee;
}
.th_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  /*opacity: 1;  Firefox */
}


.w{
	width: -webkit-fill-available;
}

.input{
    width: 47%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
}


.select{
	width: 48%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 32px;
	font-family:Questrial;   
	color:#015A14;
}

.textarea{
	width: 100%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
	font-family:Questrial;   
}

.input::placeholder, .textarea::placeholder, .select::placeholder, .inp_pop,  .inp_pop100 {
  color: #015A14;
  font-family: "Questrial";
}

#Arriba{
	position: fixed;
	top: 80%;
	right: 10px;
	background-color:#00b98e17; 
	padding:22px; 
	border-radius:20px; 
	cursor:pointer; 
	display:none;
	color:#f18700;
	font-size: x-large;
	opacity: 70%;
}

.div_overflow{
    width: -webkit-fill-available;
    overflow: auto;
    overflow-y: hidden;
    float: left;
	background-color:#FFFFFF; 
	padding:10px;
}

.div_overflow::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.div_overflow::-webkit-scrollbar-track {
  background: #f7f7f7;        /* color of the tracking area */
   border-radius: 20px;
}

.div_overflow::-webkit-scrollbar-thumb {
  background-color: #015A14;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 7px solid #f7f7f7;  /* creates padding around scroll thumb */
}

    
.cp { 
	cursor:pointer;
}


.fl{ 
	float:left;
}

.fr{ 
	float:right;
}

.btn{ 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: larger;		
    background-color: #22b34c;
    border: none;	
	cursor:pointer;
}

.btn:hover {
    background-color: #21dc68;
    transition: background-color, 0.8s;
}

.div_fullscreen {
    display: flex;
    width: 100%;
    height: 100vh;
    background: #32a168db;
    top: 0;
    left: 0;
    z-index: 50;
    justify-content: center;
    position: fixed;
    align-items: center;
    transition: 1s;
}

.item_menu_fullscreen{ 
	list-style-type: none;
	color:#FFF;
	font-size: x-large;
	line-height: 2.3; 
	font-weight:900; 
	margin-left:-20px;
}

.cerrar_menu{ 
	position:fixed; 
	right:9%; 
	top:0%;
    font-size: 80px;
    color: white;
    font-weight: 500; 
	cursor:pointer;
}

.dn{
	display:none;
}    

.cb{ 
	clear:both;
} 

.p15{
	 padding: 15px;
}

.p30{
	 padding: 30px;
}

.m30{
	 margin: 30px;
}

.mt15{
	 margin-top: 15px;
}

.mt10{
	 margin-top: 10px;
}

.mt20{
	 margin-top: 20px;
}

.mt30{
	 margin-top: 30px;
}

.mt60{
	 margin-top: 60px;
}

.mt40{
	 margin-top: 40px;
}
    
.pd30{ 
	padding:30px;
}

.ml10{ 
	margin-left:10px;
}

.ml20{ 
	margin-left:20px;
}

.h41{
	height: 41px;
}


#link_whatsapp{
	position: fixed;
	top: 82%;
	right: 10px;     
	background-image: none;
}

#Arriba{
	position: fixed;
	top: 72%;
	right: 16px;
	background-color:#015A1414; 
	padding:14px; 
	border-radius:30px; 
	cursor:pointer; 
	display:none;
	color:#100f0f96;
	font-size: x-large;
	opacity: 70%;
}









.secc_contacto{ 
	padding-top:100px;
	padding-bottom: 50px; 
	background-color:#0000001a; 
	float:left;
	width: -webkit-fill-available;
}

.home_form_iz{ 
	width:50%; 
	float:left;
}

.p_contacto{ 
	width:60%;
}	

.home_form_der{ 
	width:50%; 
	float:right;
}

.msj-form-contacto{ 
	display:none;
	color:#ff6a00;
}

.input{
    width: 47%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 30px;
}


.select{
	width: 48%; 
	margin-top:20px;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #015A14;
    height: 32px;
	font-family:Lato;   
	color:#015A14;
}

.input::placeholder, .textarea::placeholder, .select::placeholder, .inp_pop,  .inp_pop100 {
	color: #015A14;
	font-family: "Lato";
}

@media screen and (max-width: 600px) {
	
	.imr{ 
		display: none; 
	}
	

	.popup { 
		width: -webkit-fill-available; 
		left:inherit; 
		top:inherit; 
		margin-top:inherit;
		margin-left: 0;
		margin-right: 10%;
	}	

	.div_login { 
		width: -webkit-fill-available; 
		left:inherit; 
		margin-left: 5%;
		margin-right: 5%;
	}

	.seccion{ 
		padding-left: 5%;
		padding-right: 5%; 
	}

	.footer-table{ 
		width:50%; 
		float:none;
	}	
	
	.col_foo{ 
		width: auto; 
		float:none;
	}
	
	.colum1{ 
		display:none;
	}	
	
	.ml2_foo {
		margin-left: auto; 
		margin-top:40px;
	}	


	
	.calidad{ 
		display: none;
	}

	.calidad2{
		display: block;
		border-radius: 5px;
		width: -webkit-fill-available;
		max-width: 200px;
		margin-top: 20px;
	}	

	.logo_grande{
		display: block;
		border-radius: 5px;
		width: -webkit-fill-available;
		max-width: 200px;
		margin-top: 20px;
	}		

	.home_form_der{ 
		width:auto; 
		float:none;
	}	
	
	.p_contacto{ 
		width:auto;
	}	
	
	.home_form_iz{ 
		width:auto;
	}

	.input, .select, .textarea{
		width: 100%; 
		float:none;
	}		
				
}









/* Formateamos el label que servirá de contenedor */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display:none;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #41c768;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  border-radius: 34px;
}
 
.slider.round:before {
  border-radius: 50%;
}

















.degrade-heaeder{
	display: none;
}

* {
  box-sizing: border-box;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}