/*
Theme Name: Essential Child
Theme URI: http://ryscode.com
Version: 1.1
Description: Tema hijo de Essential Child
Author: Adriana Contreras
Author URI: http://ac-webs.com
Template: essential
*/
 
 .navbar{
     height: 80px  !important;
     background: #fff;
 }
 .navbar-nav>li>a{
     color:#6BC4E8 !important;
 }
 
 .titulo{
     font-size:34px;
     color: #fff;
     
 }
 .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern{
     background:#ffa400 !important;
     border-radius: 10px;
    padding: 10px 20px;
	border-color: #ffa400 !important;
    font-size: 18px;
    font-weight: 700;
 }
 
 .texto-azul{
     color:#0069A7;
     font-weight: 600;
    font-size: 18px;
	 line-height:1.4;
 }
 
 .texto-amarillo{
     color: #ffa400;
     font-weight: 600;
    font-size: 18px;
 }
 
 .texto-blanco{
     color: #fff;
     font-weight: 600;
    font-size: 18px;
 }
 
 footer{
     background:#ffffff !important;
 }
 
 .desc {
    color: #6BC4E8;
    font-size: 15px;
    text-align: right;
    font-weight: 400;
}
a.enlace {
    color: #6BC4E8 !important;
    font-size: 15px;
    text-align: right;
    font-weight: 400;
    cursor: pointer;
}
a.avisoPrivacidad {
    color: #6BC4E8 !important;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.footer-enlaces{
	text-align: right;
}

.formulario {
    margin-top: 70px;
	background: #6BC4E8;
	padding: 15px 10px;
	border-radius: 15px;
}
.formulario h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.formulario input {
    padding: 2px 4px;
    margin-bottom: 8px;
    border-radius: 5px;
}

label.labels {
    color: #0069A7;
    font-size: 14px;
    font-weight: 600;
}

span.wpcf7-list-item-label {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    color: #0069A7;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
}

input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    border-radius: 0;
}
span.wpcf7-list-item.first {
    display: inline-block;
    width: -webkit-fill-available;
}

.wpcf7-list-item.first label {
    margin-bottom: 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 0;
	height: 100px;
	border-radius: 5px;
	margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn {
    float: none;
    width: 100%;
    background: #ffa400;
    border: #ffa400;
    color: #ffffff !important;
    font-weight: 700;
}

.intro-image img.vc_single_image-img.attachment-medium {
    height: 350px;
    max-width: 100%;
    vertical-align: top;
    width: auto;
}
.beneficios {
    height: 200px;
    width: auto;
}
input.wpcf7-form-control.wpcf7-submit.btn:hover {
    background: #0069A7;
    box-shadow: none;
}
button.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-orange, a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-block.vc_btn3-color-orange {
    padding: 8px !important;
    font-weight: 700;
    font-size: 18px;
}
button.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-warning {
    width: -webkit-fill-available;
    padding: 10px;
    background: #ffa400;
    font-size: 18px;
    font-weight: 700;
}