@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url(http://fonts.googleapis.com/css?family=Lora);




fer{}
.imput {
	font-family: montserrat;
	font-size: 16px;
	color: #fff;
	padding: 12px;
	background-color:#CCC ;
	width: 100%;
	height: 35px;
	border: none;

}
.imput2 {
	font-family: montserrat;
	font-size: 18px;
	color: #fff;
	padding: 12px;
	background-color:#CCC;
	width: 100%;
	height: 110px;
	border: none;

}
.imput3 {
	font-family: Droid Sans;
	font-size: 14px;
	color: #666;
	padding: 4px;
	background-color: #fff;
	width: 210px;
	height: 28px;
	border: none;
}
.imput4 {
	font-family: Droid Sans;
	font-size: 14px;
	color: #ffffff;
	padding: 4px;
	background-color: #666666;
	width: 210px;
	height: 83px;
	border: none;
}

.ta{
text-decoration: none;
padding:15px; 
cursor:pointer;	
font-family: ubuntu;
font-size: 16px;
color: #333;


}

.ta:hover {
	text-decoration: none; 
	background: #E8E8E8; 
	padding:15px; 
	font-family: ubuntu;
	font-size: 16px;
	color: #333;
	cursor:pointer;
	}

.text1 {
	font-family: Poppins;
	font-size: 20px;
	color: #333;
    font-weight: 400;
}

.text2 {
 
	font-size: 33px;
	color: #0c0c3d;
	font-weight: bold;
	    font-weight: 800;
}

.text3 {
	font-family: Poppins;
	font-size: 16px;
	color: #333;

}

.text3b {
	font-family: Poppins;
	font-size: 22px;
	color: #fff;

}

.text4 {
	font-family: Poppins;
	font-size: 20px;
	color: rgb(12, 12, 61);
	font-weight: 500;

}

.text5 {
	font-size: 17px;
	font-weight: bold;

}
.text6 {
font-family: Poppins;
	font-size: 17px;
	color: #2ea821;
	font-weight: 500;
}

.text7 {
font-family: Poppins;
	font-size: 17px;
	color: #0c0c3d;
	font-weight: 500;
}

.btn {
	font-family: Poppins;
	font-size: 16px;
    color: #fff;
    background: #2cab20;
    border-radius: 5px;
	cursor:pointer;
	padding: 10px;
	font-weight: 500;	
}
.btn:hover {   
   background: green;
   border: 1px solid #2cab20;
}

.btn2 {
	font-family: Poppins;
	font-size: 16px;
    color: #fff;
    background: #;
    border-radius: 5px;
	cursor:pointer;
	padding: 10px;
	font-weight: 500;
	border: 1px solid #fff;
	
}
.btnmobile {
	font-family: Poppins;
	font-size: 16px;
    color: #ffa323;
    background: #0c0c3d;
    border-radius: 5px;
	cursor:pointer;
	padding: 10px;
	font-weight: 500;
	margin:10px 0;
	
}


.mail-img{ background-image:url(../images/mail.png);
background-repeat:no-repeat;}

.whapp{
	position:fixed;
	left:10px;
	bottom:10px;

	z-index:150;	
}
.whapp3{
  position:fixed;
  left:80px;
  bottom:10px;

  z-index:151;  
}
    

.botones{
	z-index:1;
	}
	
.subir-btn{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:150;	
}
.cajas{ background-color:#fff; 
	padding: 0px;

}	





.textw {
  font-size:28px;
 
  font-weight:bold;
  color:#71d90b;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 0.5s;
 
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}








