/**

Theme Name: Astra Child

Author: Agencia Journey

Author URI: https://agenciajourney.com/

Description: Tema hijo

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/
/* Header */
.hide-nav-top {
    display: none !important;
}
.hfe-has-submenu .sub-menu .sub-menu{
	/* position: initial !important; */
	background-color: #e7e7e7 !important;
	left: -100% !important;
}
/* Titulos */

.title-two-line h2 span{
	color: #9E382F;
	font-size: 45px;
}
.title-line-orange h2 span{
	color: #DE8334;
}
/* separador */
.separador{
    transform: rotate(90deg);
} 

/* container articulos */
.ast-container{
	max-width: 100% !important;
	padding: 0;
}
/*
Formulario CF7 a 2 columnas responsive
*/
.wpcf7-select option{
	color: #000 !important;
}
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7-list-item{
	margin: 0 !important;
}
#responsive-form p{
	margin-bottom: 0 !important;
}
.wpcf7-submit{
	background: transparent linear-gradient(270deg, var(--unnamed-color-de8334) 0%, var(--unnamed-color-d05231) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #DE8334 0%, #D05231 100%) 0% 0% no-repeat padding-box !important;
}
.form-gen-paz p br{
	/* display: none; */
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
@media only screen and (max-width: 600px) { 
	.title-two-line h2 span{
		color: #9E382F;
		font-size: 35px;
	}
	.hfe-dropdown{
		margin-top: 35px !important;
	}
}