/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.textform{color: #dbdbdb !important;background-color: rgba(12,12,12,0.66) !important;width: 100%;padding: 16px !important;font-size: 14px !important;border-radius: 15px 15px 15px 15px  !important;border-width: 5px  !important;border-style: none  !important;box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)  !important;}
.textformcaptcha{color: #dbdbdb !important;background-color: rgba(12,12,12,0.66) !important;width: 50px;padding: 16px !important;font-size: 14px !important;border-radius: 15px 15px 15px 15px  !important;border-width: 5px  !important;border-style: none  !important;box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)  !important;}
.contact_field_half {
    float: left !important;width: 47% !important;margin-right:10px;
}
.contact_field_quarter {
    float: left !important;width: 22% !important;margin-right:10px;
}

.contact_field_threequarter {
    float: left !important;width: 72% !important
}
.formbutton{color: #ffffff!important;
    border-radius: 12px;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 300!important;
    background-color: rgba(13,160,197,0.82);
    margin-top: 9px!important;
    margin-right: 3px!important;
    padding: 5px 10px 5px 10px !important}
.formbutton:hover{background-color:#000}
.formulario{
min-height: 397px;
    padding-top: 28px;
    padding-right: 23px;
    padding-bottom: 18px;
    padding-left: 31px;
    margin-top: 0px!important;}

.formulariolanding{
min-height: 397px;
    /*padding-top: 28px;
    padding-right: 23px;
    padding-bottom: 18px;
    padding-left: 31px;*/
    margin-top: 0px!important;}
.nuevoform{padding-bottom:0px !important;margin-bottom:0px !important;}
.nuevoform .wpcf7-not-valid {border: 1px solid #E30613 !important;}
.textform-nuevo.wpcf7-not-valid::-webkit-input-placeholder {color: #E30613 !important;}
input.textform-nuevo::-webkit-input-placeholder {color: #7c7c7c !important;}
.nuevoform .wpcf7-not-valid-tip{display:none !important;}
.nuevoform p{font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;padding-bottom:8px;}
.textform-nuevo{color: #7c7c7c !important;background-color: #FFF !important;width: 100%;padding: 15px !important;font-size: 14px !important;border-width: 2px  !important;border-style: solid  !important; border-color:#d7d7d7 !important;border-radius: 5px; height:60px;font-size: 15px !important;}
.textform-nuevo-robot{color: #7c7c7c !important;padding: 8px !important;font-size: 12px !important;border-width: 1px  !important;border-style: solid  !important; border-color:#7c7c7c !important; }
input.textform-nuevo-robot{background-color: #f2f2f2 !important;width: 100%;border:none !important;height:25px;}
.nuevoform .wpcf7-quiz-label{font-size: 13px !important;color:#7c7c7c !important;font-weight:normal !important;}
.nuevoform .btn-enviar-hidden{display:none !important;}
.nuevoform .btn-enviar {
     color: #ffffff;
     font-weight: 600;
     background: #009FE3;
     padding: 5px;
     border: none;
     border-radius: 5px;
     width: 100%;
	cursor:pointer;
	font-size:16px;
 }
.nuevoform .btn-enviar:hover {
     background-color: #FFF;
	 color:#009FE3;
	 border: 1px solid #009FE3; 
     transition: all 0.4s ease 0s;
 }
.nuevoform .btn-enviar:active {
     background: #009FE3;
 }
.nuevoform .btn-enviar-naranja {
     color: #ffffff;
     font-weight: 600;
     background: #FF711B;
     padding: 5px;
     border: none;
     border-radius: 5px;
     width: 100%;
	cursor:pointer;
	font-size:16px;
 }
.nuevoform .btn-enviar-naranja:hover {
     background-color: #FFF;
	 color:#FF711B;
	 border: 1px solid #FF711B; 
     transition: all 0.4s ease 0s;
 }
.nuevoform .btn-enviar-naranja:active {
     background: #FF711B;
 }

.wpcf7-response-output {
    display: none !important;
}
.landing-form{background-color: #ffffff;border-radius: 7px 7px 7px 7px;overflow: hidden;border:1px solid #CCCCCC;width:310px;margin-left:auto;margin-right:auto; padding:25px 25px 0px 25px;}
.landing-title{font-size:17px !important;font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;font-weight: 500;;color: #009FE3!important;}
.landing-title-naranja{font-size:17px !important;font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;font-weight: 500;;color: #FF711B!important;}
.landing-form-new{overflow: hidden;}
.newform{padding-bottom:0px !important;margin-bottom:0px !important;}
.newform .wpcf7-not-valid {border: 1px solid #E30613 !important;}
.newform .wpcf7-not-valid-tip{display:none !important;}
.newform p{padding-bottom:12px;}
.newform .wpcf7-quiz-label{font-size: 13px !important;color:#7c7c7c !important;font-weight:normal !important;}
.newform .btn-enviar-hidden{display:none !important;}
.newform .btn-enviar {
     color: #ffffff;
     font-weight: 600;
     background: #009FE3;
     padding: 5px;
     border: none;
     border-radius: 5px;
     width: 100%;
	cursor:pointer;
	font-size:16px;
 }
.newform .btn-enviar:hover {
     background-color: #FFF;
	 color:#009FE3;
	 border: 1px solid #009FE3; 
     transition: all 0.4s ease 0s;
 }
.newform .btn-enviar:active {
     background: #009FE3;
 }
.newform .btn-enviar-naranja {
     color: #ffffff;
     font-weight: 600;
     background: #FF711B;
     padding: 5px;
     border: none;
     border-radius: 5px;
     width: 100%;
	cursor:pointer;
	font-size:16px;
 }
.newform .btn-enviar-naranja:hover {
     background-color: #FFF;
	 color:#FF711B;
	 border: 1px solid #FF711B; 
     transition: all 0.4s ease 0s;
 }
.newform .btn-enviar-naranja:active {
     background: #FF711B;
 }
.textnewform{color: #b3b3b3 !important;background-color: #FFF !important;width: 100%;padding: 9px 16px 9px 16px !important;font-size: 15px !important;border-radius: 10px;}
input.textnewform::-webkit-input-placeholder {color: #b3b3b3 !important;}
.btn-newform {color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 30px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #e58848!important;
    padding-top: 5px!important;
    padding-right: 40px!important;
    padding-bottom: 5px!important;
	padding-left: 40px!important;
    cursor: pointer;
    font-size: 17px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;}
.btn-newform:hover {
     background-color: #FFF !important;
	 color:#FF711B !important;
	 border: 1px solid #FF711B; 
     transition: all 0.4s ease 0s;
 }
.btn-newform:active {
     background: #FF711B;
 }
.promo20off{background-image: url("/wp-content/uploads/2023/07/20off-2.png");background-repeat: no-repeat;background-position: 380px 0px;}