/*
Theme Name: Estudiar Child
Author: VamTam
Author URI: https://vamtam.com
Template: estudiar
*/



/*

put your child theme styles here


you don't need any @import rules

*/

@media screen and (min-width:1025px){
/* 	.girl-img {
		position: absolute ;
		width: 700px !important;
		left: -29%;
		bottom: 31px;
		top: -41% !important;
	} */
	.width-20{
		width: 20% !important;
	}
	.red-background{
		position: relative;
	}
	.red-background:before {
    	content: '';
    	position: absolute;
    	width: 50%;
    	left: 0;
    	top: 0;
    	height: 100%;
    	background: #ed2b2a;
	}
}
/* .study-des-form .elementor-field::placeholder {
	color: #fff !important;
	opacity: 1 !important;
	font-family: Circular Std !important;
	font-size: 20px !important;
	font-style: normal !important;
	line-height: normal !important;
}
.study-des-form .elementor-field {
	caret-color: #fff;
} */
.content-box-center > div {
    display: flex;
    flex-wrap: wrap;
}
.content-box-center> div{
	justify-content:center;
}

.contact-form .elementor-field::placeholder {
	color: #000 !important;
	opacity: 1 !important;
	font-family: Circular Std !important;
	font-size: 20px !important;
	font-style: normal !important;
	line-height: normal !important;
}
.flag-box a.elementor-image-box-wrapper {
	display: flex !IMPORTANT;
	align-items: center !important;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 15px 15px 10px 15px;
	background-color: #F7F7F7;
	border-radius: 5px 5px 5px 5px;
}
.flag-box figure.elementor-image-box-img {
	display: inherit;
}
.flag-box .elementor-image-box-content {
	padding-left: 0;
}
.flag-box h4.elementor-image-box-title {
	margin-top: 0;
	text-align: left;
}


/* Contact Form CSS */
.contact-form .form-field input {
    border-radius: 5px !important;
    background: rgba(217, 217, 217, 0.10) !important;
}
.contact-form .row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.contact-form .form-field.col-lg-6 {
	width: 50%;
 }
.contact-form .form-field.col-lg-12 {
	width: 100%;
	text-align: center;
 }
.contact-form .form-field input{
	color: #FFF;
	font-family: Circular Std;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact-form .form-field input::placeholder{
	color: #FFF;
	font-family: Circular Std;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact-form .form-field .submit-btn {
    color: #004461;
    text-align: center;
    font-family: Circular Std;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: #fff !important;
    width: 201px;
    height: 63px;
    text-decoration: none;
    text-transform: uppercase;
}
span.wpcf7-spinner {
    position: absolute;
    top: 72%;
}
.contact-form .form-field input {
	caret-color: #fff;
}
.wpcf7-response-output {
    color: #fff;
    border: none !important;
    text-align: center;
}


.course-fix-height {
    height: 235px;
}

@media screen and (min-width:768px) and (max-width:1024px){
	.study-des-form .elementor-field::placeholder {
		font-size: 16px !important;
	}
	.contact-form .elementor-field::placeholder {
		font-size: 16px !important;
	}
	.girl-img {
		width: 500px !important;
		left: -35%;
		top: -25% !IMPORTANT;
	}
	.flag-box a.elementor-image-box-wrapper {
		padding: 10px 10px 10px 10px;
	}
	.flag-box .elementor-image-box-content {
    	padding-right: 0;
	}
	.contact-form .form-field input::placeholder{
		font-size: 16px;
	}
	.contact-form .form-field .submit-btn {
    	font-size: 20px;
    	width: 160px;
    	height: 50px;
    }
	.course-fix-height {
    	height: 225px;
	}
}

@media screen and (max-width:767px){
	.footer-links ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: -10px !important;
	}
	.contact-form .row {
		flex-direction: column;
 	}
	.contact-form .form-field.col-lg-6 {
		width: 100%;
 	}
	.contact-form .form-field .submit-btn {
    	font-size: 20px;
    	width: 160px;
    	height: 50px;
    }
	.course-fix-height {
    	height: auto;
	}
}


.question h3{
	display: flex;
	gap: 5px;
}
.question-text, .faq-num{
	display: inline-block;
}