/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");



/*=== GENERAL ===*/

/*.elementor a{
	text-decoration: underline !important;
}*/

a.enlace-naranja{
	color: #d44b18 !important;
	text-decoration: underline;
	text-decoration-color: #d44b18 !important;
}

a.enlace-naranja:hover{
	color: #d85d2f !important;
}

/*=== INICIO ===*/

	/*testimonios*/
div.testimonios div div div ul.flex-direction-nav li a{
	border: 1px solid;
	border-radius: 15px;
}

/*=== FORMULARIOS ===*/

#responsive-form{
	max-width: 800px; /*-- ancho del formulario --*/
	margin:0 auto;
    width:100%;
}

div.form-row div.column-half{
	font-size: 16px;
}

div.form-row div.column-full{
	font-size: 16px;
}

/*input{
	width: 100%;
}

input[type="checkbox"]{
	
}*/

input[type="text"], input[type="email"], input[type="tel"]{
	width: 100%;
	height: 40px !important;
}


div.form-row div{
	font-size: 18px !important;
	color: #031554;
	font-weight: 600;
}

div.aceptacion span{
	color: #031554;
	font-weight: 400 !important;
}

input, textarea{
	font-size: 16px !important;
	color: #ffffff !important;
	background-color: transparent !important;
    border-bottom: 2px solid #031554 !important;
}

.wpcf7-not-valid-tip{
	color: #000000 !important;	
}

div.form-row div span.rojo{
	color: #b20000;
	font-size: 16px;
}
.form-row{
	width: 100%;
}


.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.column-full{
	padding: 0.65rem;
	float: left;
	position: relative;
	width:100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;/**/
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
div.btnEnviar input[type="submit"]{
	display: block;
	background-color: #1f1f1f !important;
	color: #ffffff;
	margin: 10.4px;
	padding: 15px !important;
	width: 20%;
}


.wpcf7-list-item > label > input[type=checkbox] + span  {
   white-space: nowrap;
}

div.btnEnviar input[type="submit"]{
	border: 0 !important;
	text-align: center;
	/*width: 15% !important;*/
}

div.btnEnviar input[type="submit"]:hover{
	background-color: #EA5F2E !important;
	color: #ffffff;
	border: 0 !important;
	text-align: center;
	/*width: 15% !important;*/
}

input[type="checkbox"]{
	margin: 0;
	border: 1px solid;
}



/*================================== RESPONSIVE ========================*/

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}