/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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
*/



/*GENERAL WEB*/
/*
.elementor-editor-active .entry-content.clear > .container-fluid,
.elementor-editor-active .entry-content.clear > .container {
	display: none !important;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	border-bottom: none;
	margin: 0;
	padding: 0;
}*/

#primary {
	width: 100%;
}

.content-area.primary {
	width: 100%;
}

/*.ehf-header .elementor-widget-image a {
	display: block;
}

.ehf-header .elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}
*/

/*HEADER*/

/* #sticky.elementor-section.hfe-sticky {
	position: fixed;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #1C3D59;
	animation: slide-down 0.5s;
	z-index: 99;
}

#sticky.elementor-section.hfe-sticky.back-color{
	background-color: #eaeeff;
}
	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		} 
		100% {
			opacity: 0.9;
			transform: translateY(0);
		} 
	}

	@media( max-width: 767px ){

		#sticky.elementor-section.hfe-sticky{
			top: 0;
		}
	} */



  .wpcf7 .single-row {
   width: 100%;
   display: flex;
   }
   .wpcf7 .single-column {
   width: 50%;
   float: left;
   padding: 0 25px;
   }
   .wpcf7 .single-column-2 {
   width: 100%;
   float: left;
   padding: 0 25px;
   }
   @media all and (max-width: 800px) {
   .wpcf7 .single-column-2 {
   width: 100%;
   float: left;
   padding: 0 15px;
   }
   }
   @media all and (min-width: 800px) {
   .wpcf7 .single-row-2 {
   padding: 0 25px;
   width: 100%;
   }
   }
   .rental .wpcf7 .single-row-2 {
   padding: 0 15px;
   width: 100%;
   margin-bottom: 30px;
   }
   .wpcf7 .single-row-2 .checkbox .wpcf7-list-item {
   display: block;
   }
   .wpcf7-list-item {
   margin-left: 5px;
   }
   .wpcf7 .single-row-2 .checkbox .wpcf7-list-item .wpcf7-list-item-label {
   color: #000;
   font-weight: 600;
   }
   @media screen and (min-width: 800px) {
   .wpcf7 .single-column-3 {
   padding: 0 15px;
   width: auto;
   display: grid;
   margin: 0px auto;
   }
   }
   @media screen and (max-width: 800px) {
   .wpcf7 .single-column-3 {
   padding: 0 15px;
   display: grid;
   margin: 0 auto;
   }
   }
   @media all and (max-width: 800px) {
   .wpcf7 .single-row {
   width: 100%;
   display: flex;
   height: auto;
   flex-wrap: wrap;
   }
   .wpcf7 .single-column {
   width: 100%;
   float: none;
   padding: 0 15px;
   }
   }
   .wpcf7-form-control.wpcf7-text {
   font-size: 14px;
   border: 0px solid;
   border-bottom-color: currentcolor;
   border-bottom-style: solid;
   border-bottom-width: 0px;
   padding: 10px 0px;
   background-color: transparent;
   border-bottom: 1px solid white;
   font-family: "Onest Regular", Sans-serif;
   width: 100%;
   margin-bottom: 30px;
   letter-spacing: 1px;
   color: white !important;
   border-radius: 0px;
   }
   input#upload.wpcf7-file::after {
   content: "Subir tu CV* (max 5Mb. Formato .pdf, .doc,.jpg)";
   position: absolute;
   left: 0;
   padding: 5px 24px;
   background: transparent;
   color: black;
   width: 100%;
   text-align: left;
   cursor: pointer;
   border-bottom: 1px solid white;
   font-family: "Charles", Sans-serif !important;
   font-size: 16px;
   font-weight: 400;
   top: -50px;
   padding-left: 35px;
   margin-left:10px;
   }
   @media screen and (max-width: 800px) {
   .wpcf7 .docs::after {
   font-size: 11px;
   }
   }
   input#upload.wpcf7-file::before{
   content: ' ' !important;
   background-image: url('/wp-content/uploads/2022/07/Asset-1.svg') !important;
   background-size: 24px 24px;
   height: 27px;
   width: 27px;
   display:block; 
   position: absolute;
   left: 10px;
   padding: 0;
   color: black;
   text-align: left;
   cursor: pointer;
   top: -45px;
   background-repeat:no-repeat;
   }
   @media screen and (max-width: 800px) {
   .wpcf7 .single-column-3 {
   padding: 0 15px;
   display: grid;
   margin: 0 auto;
   }
   }
   input[type="submit"] {
   background-color: white;
   color: #291D83;
   padding: 15px 30px;
   font-size: 15px;
   font-family: "Onest Regular", Sans-serif !important;
   float: left;
   margin-top: 20px;
   margin-left: 10px;
   border-radius: 7px;
transition: all .3s ease-out;
border:1px solid white !important;


   }
   input[type="submit"]:hover {
   background-color: #291D83;
   color: white;
	   border:1px solid white !important;
   }
   select {
   font-size: 16px;
   border: 0px solid;
   border-bottom-color: currentcolor;
   border-bottom-style: solid;
   border-bottom-width: 0px;
   border-bottom-color: currentcolor;
   border-bottom-style: solid;
   border-bottom-width: 0px;
   padding: 10px 0px;
   background-color: transparent;
   border-bottom: 1px solid black;
   font-family: montserrat, Sans-serif;
   width: 100%;
   margin-bottom: 30px;
   letter-spacing: 1px;
   color: #979797 !important;
   }
   /* Span Tag */
   .init .form_label span {
   visibility: visible;
   }
   /* Upload */
   #upload {
   visibility: visible;
   width: 100% !important;
   background-color: transparent;
   margin-top: 35px;
   border: 0px solid transparent;
   }
   .wpcf7 input:not([type="submit"]),
   .wpcf7 select,
   .wpcf7 textarea {
   padding: 10px 0px;
   }
   .wpcf7-form-control-wrap.acceptance-736 {
   display: inline;
   }
   .text-explain {
   font-family: "Onest Regular", Sans-serif !important;
   font-size: 13px;
   color: white;
   }
   .wpcf7-not-valid-tip {
   margin-top: -25px;
   }
   @media (max-width:800px) {
   /* Docs */
   .init .form_label .docs {
   top: -29px;
   }
   /* Carta */
   .init .form_label .carta {
   top: -8px;
   }
   }
   .wpcf7 input:not([type="submit"]):focus {
   background-color: transparent;
   color: black;
   border-bottom: 1px solid white;
   }
   .wpcf7 select:focus {
   background-color: transparent;
   color: black;
   border-bottom: 1px solid white;
   }
   .docs .wpcf7-not-valid-tip {
   margin-top: 5px;
   }
   /* Text Area */
   .wpcf7-form-control.wpcf7-textarea {
   height: 140px !important;
   }
   /* 420px and smaller screen sizes */
   @media (max-width:420px) {
   /* Single row */
   .init .single-row {
   position: relative;
   }
   /* Column 3/12 */
   .init .single-column-3 {
   top: 0px;
   }
   }
   .wpcf7 form .wpcf7-response-output {
   margin: 5em 0.5em 1em;
   }
   /* Single column */
   .init .single-column {
   position: relative;
   display: inline-block;
   transform: translatex(0px) translatey(0px) !important;
   }
   /* Column 3/12 */
   .init .single-column-3 {}
   /* 421px and larger screen sizes */
   @media (min-width:421px) {
   /* Column 3/12 */
   .init .single-column-3 {
   top: 0px;
   }
   }
   @media (min-width:800px) {
   /* Single column */
   .init .single-row:nth-child(6) .single-column:nth-child(2) {
   padding-top: 19px;
   }
   }
   @media (max-width:800px) {
   /* Docs */
   .init .form_label .docs {
   margin-top: 30px;
   }
   }
   a:focus{
   outline:none;
   }
   a:active{
   outline:0px !important;
   }
   input:focus-visible{
   outline:none;
   }

.wpcf7 .wpcf7-form-control-wrap{
	display:inline !important;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: white !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: white !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: white !important;
    opacity: 1;
}

.text-explain a{
color:white !important;	
}