/* ==================================================================
Basic
================================================================== */

body {
	background: #ffffff;
	color: #555555;
}

/* ==================================================================
Typography
================================================================== */

h1 {
	color: #ffffff;
	border-color: #ffffff;
	text-shadow: 1px 1px 2px #666;
}

h2 {
	color: #ffffff;
	border-color: #ffffff;
}

h4 {
	color: #009ddb;
}

h5 {
	color: #009ddb;
}

h6 {
	color: #a9a9a9;
}

.sombra{
	text-shadow: 1px 1px 2px #000;
}

/* ==================================================================
Links
================================================================== */

a:hover, a:focus {
	color: #555555;
}

a.button:hover {
	border-color: #ecc117;
}

p a {
	color: #aa1321;
}


/* ==================================================================
Forms
================================================================== */

label {
	color: #404040;
}

input, textarea, select, button {
	background: #ffffff;
	color: #242424;
	border: 1px solid #e4e4e4;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #aa1321;
}

input[type="submit"], button, a.button {
	color: #ffffff;
	background-color: #aa1324;
	box-shadow: inset 0px 1px 0px #bf4141, inset 0 -1px 2px #2f0000;
}

input[type="submit"]:hover, button:hover, a.button:hover {
	color: #ffffff;
	background-color: #8f0e1a;
}

/* ==================================================================
Preloader
================================================================== */

.preloader {
	color: #333333;
}

.preloader-spinner {
	border: 2px solid #dbdbdb;
	border-top: 2px solid #aa1321;
}

/* ==================================================================
Intro
================================================================== */

.intro {
	color: #ffffff;
	background: url(../images/tratamiento-humedades.jpg) top center no-repeat;
}

ul.intro-features li {
	background: rgba(0,0,0,0.4);
	font-size: 17px;
}

/* ==================================================================
Main Form
================================================================== */

.main-form {
	background: #009ddb;
}

.submit-arrow {
	color: #ffffff;
	background: url(../images/arrow-brown.png) top right no-repeat;
	font-style: normal;
	font-size: 21px;
}

.submit-arrow span {
	color: #009ddb;
}

.disclaimer {
}

/* ==================================================================
Contact Form
================================================================== */

.contact-form {
	border: 1px solid #cccccc;
}

/* ==================================================================
Thanks Popup
================================================================== */

.thanks-popup, .thanks-popup, .error-popup, .error-popup {
	background: #ffffff;
}

.thanks-popup .thanks-heading, .error-popup .error-heading {
	background: url(../images/thanks-heading-background-2.jpg) center center no-repeat;
}

.thanks-popup button.mfp-close:hover, .error-popup button.mfp-close:hover {
	color: #ffffff;
}

/* ==================================================================
Hero
================================================================== */

.hero h3 {
	color: #000000;
}

.hero h3 span {
	color: #009ddb;
}

/* ==================================================================
Icon Block
================================================================== */

.icon-block i {
	border: 1px solid #E3E3E3;
	color: #333333;
}

/* ==================================================================
Pricing Table
================================================================== */

.pricing-table {
	border: 1px solid #e3e3e3;
}

.pricing-table.featured {
	border-color: #aa1321;
}

.pricing-table .table-title {
	border-bottom: 1px solid #e3e3e3;
}

.pricing-table .table-price {
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
}

.pricing-table ul.table-features li {
	border-color: #e3e3e3;
}

.pricing-table ul.table-features li:nth-child(even) {
	background: #f6f6f6;
}

/* ==================================================================
Testimonial
================================================================== */

.testimonial-block {
	border: 1px solid #e3e3e3;
	padding: 50px 100px;
}

.testimonial-block p.testimonial {
	color: #000000;
}

.testimonial-block p.author span {
	color: #aa1321;
}

/* ==================================================================
Bottom CTA
================================================================== */

.bottom-cta
{
	background: url(../images/background-2.jpg) center center no-repeat;
}

.diagnostico
{
	text-shadow: 0px 1px 2px #666;
}
/*.intro-heading-block img*/
/*{*/
/*	background-color: rgba(255, 255, 255, 0.3);*/
/*    border-radius: 9px;*/
/*    box-shadow: 0 0 34px rgba(255, 255, 255, 0.7);*/
/*}*/

/* ==================================================================
WHATSAPP
================================================================== */

#whatsapp-msg{
    background-color: #00c500;
    position: fixed;
    bottom: 15px;
    z-index: 99999;
    right: 20px;
    padding: 13px 12px 14px 14px;
    border-radius: 50%;
    display:none;
}

#whatsapp-msg .badge-whatsapp{
	position: absolute;
    top: -2px;
    right: -2px;
    background: #e7301f;
    color: #FFF;
    padding: 1px 6px;
    line-height: 17px;
    border-radius: 50%;
}

#whatsapp-msg svg{
	height: 33px;
	width: 33px;
}

#whatsapp-msg a:after{
	border: none;
}

@media (max-width: 700px){
	#whatsapp-msg{
		display: block;
	}
}