/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

span.lore {
    font-family: "Lore", sans-serif !important;
}
.hidden-desktop {
	display: none;
}
.site-footer {
	display: none;
}
strong {
    font-weight: 600!important;
}
p {
	font-size: 18px;
}

/* Header */
.header-top {
	background-color: #fff;
	width: 100%;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top .container {
    max-width: 1140px;
    width: 100%;
	margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-top-left {
	align-items: center;
}
.header-top-left img {
	max-height: 60px;
	max-width: 100%; 
}
.header-top-right {
	margin-left: 20px; 
	justify-content: flex-end;
    display: flex;
	gap: 10px;
	align-items: center;
	max-height: 50px;
}
.header-top-right a {
	font-size: 16px;
}
.header-top-right a.mail {
    background-color: #94C11F;
    padding: 15px 25px;
	color: #fff;
}
.header-top-right a.mail:hover {
	background-color: #009fe3;
	color: #fff;
}
.header-top-right #llamanos {
	padding: 0px 15px;
}
.header-top-right #llamanos .phone_img {
    border: 1px solid #01137c;
    border-radius: 50%;
    padding: 10px;
    display: flex;
	justify-content: center;
	max-width: 45px;
}
.header-top-right .mundo {
	color: #01137c;
	font-size: 16px;
	border-right: 2px solid #D9D9D9;
	padding-right: 20px;
	font-weight: 600;
}
.header-top-right .campus {
	border-left: 2px solid #D9D9D9;
	padding: 10px;
    display: flex;
    align-items: center;
	max-height: 50px;
}
.header-top-right #campus .campus_img{
	padding: 10px;
}
.header-bottom {
	background-color: var(--e-global-color-primary);
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
}
.menu {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
.menu .container {
	height: 55px;
}
.menu ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.menu ul li {
	list-style: none;
	position: relative;
	height: 55px;
}
.menu li a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0px 15px;
	text-decoration: none;
}
.menu li a:hover, 
.menu li a:active {
	color: #fff!important;
	background-color: #94C11F!important;
}
.menu li.current-menu-item a {
    color: #fff;
    background-color: #94C11F;
}
.menu li ul {
	display: none;
	box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    top: 100%;
    left: 0;
	position: absolute;
	background-color: var(--e-global-color-primary);
	width: 200px;
	padding: 10px 0;
	z-index: 9999;
}
.menu li:hover > ul,
.menu li ul:hover {
	display: block;
}
.menu li ul li {
	padding: 10px 15px;
}
.menu li ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.menu-sticky {
	position: sticky;
    width: 1140px;
    top: 142px;
    text-align: center;
    z-index: 1;
}


@media (max-width: 768px) {
	/* Header */
	.header-top {
		height: 65px;
	}
  	.header-top .container {
  		justify-content: flex-end;
  	}
	.header-top-left {
		width: 60%;
	}
    .header-top-left img {
      max-width: 80%;
    }
	.header-top-right{
		width: auto;
	}
	.hidden-desktop {
		display: block;
	}
	.hidden-mobile {
		display: none;
	}
	.header-icons {
   		display: inline-flex;
      	padding-right: 20px;
	}
	a.email {
    	padding-right: 15px;
	}
	/* Offcanvas - Menu Mobile */
	.offcanvas-content .menu li ul {
		position: inherit; 
		background-color: #fff;
		width: 100%;
	}
	.offcanvas-content .menu li ul a{
		color: #1c3e5d;
	}		
	.offcanvas-content #menu-menu-principal-1 {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
		padding-top: 70px;
	}	
	.offcanvas {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		width: 300px;
		background-color: #fff;
		z-index: 1001;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5); 
		transition: transform .3s ease-out, opacity .3s ease-out, visibility 0s .3s;
		transform: translateX(100%); 
	}
	.offcanvas.active {
		visibility: visible;
		opacity: 1;
    	transform: translateX(0%);
		transition: transform .3s ease-out, opacity .3s ease-out, visibility 0s; 
	}
	.offcanvas-bar-animation {
		transition: transform .3s ease-out;
    	transform: translateX(100%);
	}
	.offcanvas.active .offcanvas-bar-animation {
		transform: translateX(0);
	}
	button.offcanvas-close {
		position: absolute;
		z-index: 1002;
		top: -10px;
		right: 5px;
		padding: 5px;
		background: #fff !important;
		color: #01137c !important;
		border: none;
		font-size: 40px;
		cursor: pointer;
	}
	.offcanvas-content li {
		line-height: 25px;
		font-size: 14px;
		list-style: none;
	}
	.offcanvas-content li a{ 
		color: #1c3e5d;
	}		
	.offcanvas li a:hover, 
	.offcanvas p a:hover {
		color: #fff;
	}
	.open-offcanvas img {
		height: 40px;
	}
	.header-top .container {
		padding-right: 0px;
	}
    .header-top-right-mobile {
        display: flex;
        vertical-align: middle;
        align-content: center;
        align-items: center;
        justify-content: center;
		cursor: pointer;
	}	
}


/* Footer */
.footer{
	display: flex;
	justify-content: center;
	width:100%; 
	background-color:#01137c;
}
.footer img {
    max-width: 180px;
    padding-top: 15px;
}
.footer h4, .footer a {
	color: #fff!important;
	font-weight: 400!important;
}
.footer a:hover {
	color: #009fe3!important;
}
.footer ul {
	list-style: none;
	padding-left: 0px;
}
.footer-grid {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	gap: 170px;
	padding: 50px 0px;
}
.footer-top {
	background-color: #fff;
    height: 140px;
    border-top: 1px solid #000;
    display: flex;
    border-width: 80%;
    align-items: center;
    justify-content: space-around;
}
.footer-top img {
	background-color: #fff;
    padding: 10px;
    height: 100px;
    object-fit: contain;
}
.footer-column ul li {
	list-style: none;
}
.footer-bottom {
	border-top: 1px solid #fff;
	padding: 20px 0px;
}
.footer-bottom p {
	color: #fff;
	font-weight: 400;
}
@media (max-width: 768px) {	
    .footer-grid {
		display: flex;
        grid-template-columns: repeat(1, 1fr); 
        text-align: left;
		flex-direction: column;
		gap: 30px;
		padding-left: 30px;
    }
    .social-icons a {
        margin: 5px;
    }
	.footer-bottom {
		padding: 20px;
	}
}



/* Archive Estudios */
.tax_area {
    padding: 10px 0px 0px 20px;
}
.tax_area span {
	color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}
.archive .page-content, .page-id-1454 .page-content {
	padding: 50px 0px;
}
.posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
}
.post-card {
    width: calc(33% - 20px);
    background: #01137c;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
	position: relative;
 	overflow: hidden;
}
.post-card:hover {
	box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.43);
}
.post-thumb-wrapper {
    position: relative;
    width: 100%;
    display: block;
}
.post-thumb-wrapper .tax_certificado {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    z-index: 2;
}
.post-thumb-wrapper .tax_certificado a {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 6px;
    font-size:14px;
    color: #fff;
    text-decoration: none;
}
.post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.title-prefix{
	font-size: 18px;
	font-weight: 400;
}
.tax_area a, 
.entry-title a {
color: #fff!important;
}
.entry-title {
	padding: 5px 20px;
}
h2.entry-title  {
    text-decoration: none!important;
    color: #fff!important;
	font-weight: 400;
	font-size: 25px;
}
.comments-area a, .page-content a {
	text-decoration: none!important;
}
@media (max-width: 1024px) {
    .post-card {
        width: calc(50% - 20px); 
    }
}
@media (max-width: 768px) {
    .post-card {
        width: 100%; 
    }
	.menu-sticky {
		position: sticky;
		width: 100%;
		top: 65px;
		text-align: center;
		z-index: 1;
	}
}

/* Single Estudio */
.single-estudio .tax_certificado {
	display: inline-flex;
	width: 100%;
	justify-content: flex-start;
	padding-bottom: 10px;	
	gap: 10px;
}
.tax_certificado a {
	padding: 0px 10px; 
	color: #fff!important;
	border-radius:4px; 
	font-size: 15px;
}
.badge-privado {
	background-color: #01137c; 
	color: #fff;
	padding: 0px 10px;
	border-radius: 6px;
	margin-right: 10px;
}							
.badge-subvencionado {
	background-color: #94c11f; 
	color: #fff;
	padding: 0px 10px;
	border-radius: 6px;
}

							
.logos_sp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos_sp img {
	max-width: 250px;
	max-height: 40px;
	padding-right: 20px;
}
.banner_formacion {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: top;
}
.button_sticky_sp {
	display: none;
}
h2 {
	font-size: 32px;
	font-weight: 300!important;
}
.single ul {
    list-style: circle;
}
.single ul li {
    font-size: 18px;
    font-weight: 300;
}
.single_content ul li {
	padding: 5px 10px;
}
.single-estudio .single_content li::marker {
    content: url(/wp-content/uploads/arrow.svg);
}
.single-estudio .single_content ul>ul>li::marker {
	content: url(/wp-content/uploads/minus.svg);
}
div#porque_estudiar, 
div.info_descripcion, 
div#practicas, 
div#plan_de_estudios, 
div.salidas_profesionales, 
div.becas, 
div#solicita_informacion, 
div#banner_masinfo,
div#formacion_dual,
div.especialidades,
div.faq-accordion{
	max-width: 1140px;
	margin: 60px auto;
}

/* Especialidades */
div.especialidades ul {
    display: flex;
    flex-direction: column;
	padding-left: 0px;
}
.especialidades ul li {
    font-size: 18px;
    font-weight: 300;
    padding: 15px; 
    line-height: 1.6; 
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modulos-formativos {
	list-style: none;
	padding: 0;
	margin: 0;
}
.modulo-link {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
}
.modulo-titulo {
	font-weight: 500;
}
.modulo-horas {
	color: #666;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
}
.especialidades ul li:hover {
	background-color: #f1fafd;
}
.especialidades ul li a:hover {
	color: #009fe3;
}
.single_especialidad {
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 0px;
}
.single_especialidad h2 {
	padding-top: 30px;
}
.single_especialidad h2::after {
	content: "";
	display: block;
	width: 77px;
	border: 1px solid #01137c;
	margin: 15px 0px;
}
.single_especialidad #form_curso {
	padding-top: 30px;
}
/* Banner */
.banner_curso {
	height: 450px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #1c3e5d;
	width: 1140px;
	margin: 0px auto;
	padding: 20px;
	margin-top: 20px;
}
.banner_curso:before {
	content:'';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #02010100 47%, #1C3E5DC7 120%);
}
.title_curso {
    display: flex;
    gap: 10px 10px;
    padding: 30px 0px;
    max-width: 1140px;
    width: auto;
    margin: 0 auto;
}
.title_curso h1 {
	font-size: 40px;
	line-height: 1em;
	color: #fff!important;
	z-index: 0;
	display: flex;
	min-height: 50vh;
	align-items: flex-end;
	gap: 0px 0px;
	padding: 0px;
	margin: 0px;
	font-family: "Outfit Regular";
}
/* Menu */
.single_menu {
    background-color: #fff;
    border-bottom: 0.5px solid #dee2e6;
    height: 45px;
	margin-top: 1px;
    display: flex;
    width: 1140px;
	margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.single_menu ul {
	max-width: 1140px;
	display: inline-flex;
	list-style: none;
	align-items: center; 
	justify-content: space-between;
	flex-grow: 1;
	padding: 0px;
}
.single_menu ul a {
	color: #1c3e5d!important;
	height: 45px;
	display: flex;
	align-items: center; 
	justify-content: center;
	text-decoration: none; 
	padding: 0 10px;
	flex-grow: 1;
}
.single_menu ul a li {
	font-size: 18px;
    font-weight: 300;
}
.single_menu a:hover,
.single_menu a:focus-visible,
.single_menu a:focus {
 	background-color: #94c11f;
	color: #fff!important;
}
.single_menu a.active {
  background-color: #94c11f;
  color: #fff;
}
.single_menu a.active li {
  color: #fff;
}
.single_menu li {
	display: flex; 
	align-items: center; 
}
header#site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
/* Content */
hr {
    width: 77px;
    border: 1px solid #01137c;
	margin: 15px 0px;
}
.informacion_general {
	padding: 50px;
}
.single_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
	margin: 0 auto;
	padding: 20px 0px;
}
.single_text {
	background-color: #fff;
	width: 100%;
}
#informacion_general {
	background-color: #b6eaf833;
	padding: 50px;
}
#informacion_general ul {
    max-width: 1140px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto; 
}
#informacion_general ul li {
    flex: 1 1 calc(25% - 30px);
    box-sizing: border-box;
	max-width: 300px;
}
.info-item {
    display: flex;            
    align-items: center!important;       
    margin-bottom: 15px;      
}
.info-img {
    width: 35px;              
    height: 35px;            
    margin-right: 10px;       
}
.info-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    align-items: center;
}
.g2.info-curs {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
	justify-content: space-around;
	height: fit-content;
	bottom: 10px;
	right: 10px;
	/*gap: 15px;*/
	padding: 20px;
}

.banner_curso .g1 h1 {
	font-size: 25px;
	opacity: .9;
	padding: 20px;
	bottom: 0px;
	color: #fff;
}


/* BADGES CURSO CERTIFICADO */
li.info-item.certificados .info-header {
    display: flex;
	align-items: center;
}
li.info-item.certificados {
    flex-direction: column;
	align-items: flex-start;
}
li.info-item.certificados ul.info-list {
	display: inline-flex;
	
	list-style: none;
}
/**/

li.info-item.convocatorias {
	display: flex;
	flex-direction: column; 
	align-items: flex-start!important;
}
li.info-item.convocatorias .info-header {
	display: flex;
	align-items: left; 
	justify-content: flex-start!important;
}
li.info-item.convocatorias .info-list {
	display: flex;
	flex-direction: column;
	list-style: none;
}
ul.info-list {
	padding-left: 0px;
}
ul.info-list > li {
	font-size: 15px;
	/*padding-left: 36px;*/
}

.info-curs {
    color: #01137c;
    opacity: 1;
    margin: 0 auto;
    padding: 30px;
    font-size: 16px;
    width: 410px;
    height: 410px;
    position: absolute;
    right: 20px;
    margin: 0px auto;
    z-index: 2;
    background-color: #fff;
	border-radius: 5px;
}

.g1 {
	background-color: #01137c;
    position: absolute;
    bottom: 20px;
    width: 55%;
	left: 0px;
}
.info-text {
	font-size: 16px;
}
a.buttons-info-curso {
	background-color: #94c11f;
	padding: 10px;
	text-align: center;
	color: #fff!important;
	width: 100%;
}
a.buttons-info-curso:hover {
	color: #fff;
	background-color: #009fe3;
}
.info-img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
span.info_g{
	font-size: 16px;
	font-weight: 300;
	padding-right: 5px;
}
.info_descripcion {
	font-weight: 300;
	font-size: 18px;
	color: #1C3E5D;
}
.capitalize {
	text-transform: capitalize;
}
@media (max-width: 768px) {
	.g1 {
		top: 0px;
		bottom: inherit;
	}
	.g2.info-curs {
		bottom: 0px;
	}
}
/* FAQS */
.faq-accordion {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-question {
	display: flex;
	justify-content: space-between; 
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
	line-height: 1.6;
	color: #01137c;
}
.faq-toggle {
	font-size: 22px;
	margin-left: 10px;
	transition: transform 0.3s ease;
}
.faq-answer {
	display: none;
	padding: 15px;
	background: #f7f7f7;
	font-weight: 300;
}



/* CTA Más información */
div#banner_masinfo {
    width: 100%;
    max-height: 175px;
    min-height: 300px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 60px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
#banner_masinfo .banner_content {
    margin: 0 auto;
    width: 100%;
}
#banner_masinfo .banner_left {
    background: linear-gradient(90deg, #94C11F 25%, rgba(255, 255, 255, 0) 100%);
    padding: 15px 30px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    min-height: 300px;
    max-width: 100%;
    border-radius: 5px;
}
#banner_masinfo .banner_left h2 {
    color: #fff;
    font-size: 48px;
    max-width: 50%;
}
#banner_masinfo .banner_right img {
    object-fit: none;
}
#banner_masinfo a.button_masinfo {
    position: inherit;
    width: 80%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #94c11f;
    text-align: center;
}
#banner_masinfo a.button_masinfo:hover {
    color: #fff;
    background-color: #94c11f;
	border: 2px solid #fff;
}
#banner_masinfo .buttons_cta {
    padding-top: 30px;
}
@media (max-width: 768px) {
    div#banner_masinfo {
        background-position: center center;
        padding: 0px;
        max-height: none;
        min-height: auto;
		border-radius: 0px;
    }
    #banner_masinfo .banner_left {
        max-width: 100%;
        background: linear-gradient(180deg, #94C11F 5%, rgba(255, 255, 255, 0) 100%);
        padding: 15px 30px;
		border-radius: 0px;
    }
    #banner_masinfo .banner_left h2 {
        font-size: 30px;
        max-width: 100%;
    }
}


/* Salidas profesionales */
#salidas_profesionales a.button_w {
	position: absolute;
    bottom: 25px;
    right: 35px;
    background-color: #fff;
    color: #01137c;
    text-align: center;
    width: 82%;
    padding: 10px;
}
#solicita_informacion .cta_button .button_w {
    padding: 10px;
    position: absolute;
    width: 27%;
    text-align: center;
	background-color: #fff;
	color: #01137c;
}
#salidas_profesionales a.button_w:hover, 
#solicita_informacion .cta_button .button_w:hover {
	color: #fff;
	background-color: #009fe3;
}
.info_descripcion p, 
.requisitos p, #porque_estudiar p, 
#plan_de_estudios p, #becas p,
#salidas_profesionales p,
#porque_estudiar p,
#formacion_dual p {
	font-size: 18px;
	font-weight: 400;
}
#salidas_profesionales {
	width: 100%;	
}
#salidas_profesionales img {
	width: 100%;
	object-fit: cover;
	height: 300px;
	padding-top: 30px;
}
#salidas_profesionales .texto_box {
	display: inline-flex;
	width: 100%;
}
#salidas_profesionales .texto_sp{
	width: 60%;
	padding: 20px 65px 20px 20px;
}
#salidas_profesionales .box_sp{
	width: 40%;
	background-color: #01137c;
	color: #fff;	
	padding: 50px;
	box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.43);
	position: relative;
	right: 25px;
	bottom: 60px;
	height: fit-content;
}
#salidas_profesionales .box_sp p {
	padding-bottom: 35px;
	font-weight: 300;
	font-size: 18px;
}
#salidas_profesionales a.button_sp {
	background-color: #1c3e5d;
	color: #fff;
	padding: 15px 100px;
}
#salidas_profesionales li {
	padding-left: 10px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
#salidas_profesionales .box_sp h2 {
	color: #fff;
}
#salidas_profesionales .box_sp hr{
	border:1px solid #fff;
}
/*#salidas_profesionales li::marker {
    content: url('/wp-content/uploads/tickw20.svg');
}*/
/* Practicas */
#practicas {
	display: flex;
}
.requisitos_image {
    max-width: 50%;
	max-height: 400px;
}
.requisitos_image img {
    width: 100%; 
   	height: 100%;
    object-fit: cover; 
}
.requisitos_text {
    padding: 30px;
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
	max-height: 400px;
	justify-content: center;
}
.requisitos_text h2, 
.requisitos_text p, 
.requisitos_text ul li {
	color: #1C3E5D;
}
/*.requisitos_image img, .requisitos_text {
	max-height: 300px;
}*/
.requisitos_text {
	border: 1px solid rgba(0, 0, 0, 0.1);
}		
.requisitos_text hr {
	border: 1px solid #fff;
}
.requisitos ul li {
    line-height: 30px;
    padding: 10px;
}
.requisitos_text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.requisitos_text ul {
	padding-bottom: 10px;
}
.requisitos_text ul li {
	line-height: 25px;
}
.titulacion {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1140px;
	margin: 60px auto;
}

.titulacion_oficial,
.requisitos_acceso {
	flex: 1 1 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%; 
}

@media (min-width: 768px) {
	.titulacion_oficial,
	.requisitos_acceso {
		flex: 1 1 calc(50% - 15px); 
		width: auto; 
	}
}

/* Plan de estudios */
#plan_de_estudios span.title_pe {
    padding: 10px;
    background-color: #01137c;
    width: 100%;
    display: flex;
    color: #fff
}

/* CTA Solicita información */
#solicita_informacion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
	background-color: #01137c;
	margin: 30px 0px; 
	height: 450px;
}
#solicita_informacion .cta_right {
    flex: 1 1 45%; 
    max-width: 50%;
}
#solicita_informacion img {
    width: 100%; 
    height: 450px; 
	padding: 0px;
	object-fit: cover;
}
#solicita_informacion .cta_left {
    flex: 1 1 45%; 
    max-width: 50%;
	color: #fff;
}
#solicita_informacion .cta_text {
	padding: 20px;
    font-size: 18px;
    font-weight: 300;
}
#solicita_informacion h4 {
	color: #fff;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
#solicita_informacion .cta_button {
	padding: 0px 20px;
}


/* Single Mobile */
@media (max-width: 768px) {
	
	#single_banner_desktop {
		display: none;
	}
	
	#single_banner_mobile {
	}

    header#site-header {
      position: sticky;
      top: 0;
      z-index: 9999;
      background-color: #fff;
    }
    .header-top-left{
      display: inline-flex;
    }
	/* Menu */
	.header-top-right-mobile.hidden-desktop {
		width: 65px;
		height: 65px;
		background: #01137c;
	}
	.single_menu ul a {
		height: auto;	
		font-weight: 400;
		border: 1px solid #dee2e6;
		margin: 3px;
      	padding: 0px;
	}
	.sticky {
		position: sticky;
		width: 100%;
		top: 0;
		z-index: 1;
	}
	.menu li ul {
		box-shadow: none;
	}
	.single_menu.menu-sticky ul a li {
        font-size: 12px;
        font-weight: 300;
        padding: 5px 8px;
    }
  	.single_menu.menu-sticky ul a.form_curso {
      background-color: #94C11F;
    }
  	.single_menu.menu-sticky ul .form_curso li{
  		color: #fff;
  	}
	.single_content {
		max-width:100%;
	}
	.title_curso {
		width: 100%;
		padding: 20px;
	}
	.single_menu.menu-sticky {
		height: auto;
		padding: 5px;
		width: 100%;
	}
	.single_menu.menu-sticky ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
	}
    #informacion_general{
      padding: 10px;
    }
    #informacion_general ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      padding-left: 0px;
    }
    #informacion_general ul li {
      width: 100%; 
    }
    .info-text {
      font-size: 16px;
    }
	.single_menu a {
		font-weight: 400;
		font-size: 16px;
		height: inherit;
		flex-grow: 0;
	}
	/* Popup */
	.single_menu a.open-popup {
		background-color: #01137c;
		border: 1px solid #01137c;
	}
	.single_menu a.open-popup li {
		color: #fff;
	}
	.info_descripcion h2, 
	#salidas_profesionales h2, 
	#practicas h2,
	#plan_de_estudios h2,
	#formacion_dual h2 {
    	font-size: 30px;
	}
	/* Salidas profesionales */
	#salidas_profesionales {
		padding: 0px;
	}
	#salidas_profesionales img {
		padding-top: 0px;
	}
	#salidas_profesionales .texto_box {
		display: inline-flex;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	#salidas_profesionales h3 {
		font-size: 25px;
	}
	#salidas_profesionales .texto_sp {
		width: 100%;
		padding: 20px;
	}
	#salidas_profesionales .box_sp {
		width: 100%;
		padding: 40px 40px 65px 40px;
		position: inherit;
		box-shadow: none;
	}
	#salidas_profesionales a.button_w {
		bottom: initial;
	}
	.info_descripcion,  
	#plan_de_estudios,
	.requisitos, 
	#porque_estudiar,  
	#solicita_informacion,
	#formacion_dual,
	div.especialidades{  
		margin: 30px 20px!important
	}
	#salidas_profesionales {
		width: auto;
	}
	/* Especialidades */
	div.especialidades ul {
		flex-direction: column;
	}
	/* CTA */
	#banner_masinfo .banner_right, 
	#banner_masinfo .banner_left {
		max-width: 100%;
	}
	#solicita_informacion .cta_button .button_w {
		width: 80%;
	}
	#solicita_informacion {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: fit-content;
        padding-bottom: 55px;
	}
	#solicita_informacion .cta_text {
		padding: 20px;
		font-size: 16px;
	}
	#solicita_informacion .cta_button {
    	padding: 20px;
	}
	/* Requisitos & titulacion*/
	#practicas {
		flex-direction: column;
	}
	.requisitos_image, 
	.requisitos_image img {
		max-height: inherit;
		max-width: 100%;
	}
	.requisitos_text {
		max-height: inherit!important;
		border: none;
	}
	.titulacion {
		flex-direction: column;
		padding: 20px;
		margin: 0px!important;
	}
	.faq-accordion {
		padding: 20px;
		margin: 0px !important;
	}
	/* Banner info */
	div#banner_masinfo {
		max-height: inherit;
		flex-direction: column;
		align-items: center;
	}
	.becas {
		flex-direction: column;
		margin-top: 0px!important;
	}
	.becas>div {
		padding: 0px 20px;
	}
	 #solicita_informacion {
        flex-direction: column; 
    }
    #solicita_informacion .cta_right,
    #solicita_informacion .cta_left {
        max-width: 100%; 
    }
	.becas img, 
	#salidas_profesionales img {
		max-height: 200px;
		object-fit: cover;
		object-position: center;
      	width: 100%;
	}
    .logos_sp {
		display: flex;
		justify-content: space-around;
		padding: 10px;
		flex-direction: row;
		flex-wrap: nowrap;
	}
  	.logos_sp img {
  	  	max-width: 35%;
		padding-bottom: 10px;
		object-fit: contain;
  	}
}
	


/* CF7 */
.header-icons-popup.column-full {
    padding: 15px;
}
a.email, a.phone {
    display: flex;
    align-content: center;
    align-items: center;
	gap: 10px;
}
#responsive-form {
	margin: 0 auto;
    width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
}
#responsive-form h2 {
	padding-left: 10px;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0px 10px;
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.et-input, 
.wpcf7-form-control .wpcf7-select post {
    border: 1px solid #d5d5d5!important;
	color: #515962;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #01137c;
	border: none;
	border-radius: 0px;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #009fe3;
	color: #fff;
}
.wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	color: #111827;
	line-height: 25px;
}
.wpcf7-list-item-label a {
	font-size: 14px;
	font-weight: 400!important;
}
span.required{
	color: #d63637;
}
textarea.wpcf7-form-control.wpcf7-textarea.et-input {
    height: 150px;
}
span.wpcf7-list-item{
	margin: 0px;
}
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
/* Form curso single-page */
#form_curso {
  max-width: 1140px;
  overflow-x: hidden;
  	margin: 50px auto;
  	padding: 0px 150px;
}
#form_curso * {
  box-sizing: border-box;
  max-width: 100%;
}
.buttons_popup {
	padding: 10px 0px;
}
.buttons_popup a {
  	font-size: 16px;
  }
.info_legal {
	padding: 10px 0px 50px 0px;
}
#form_curso {
 scroll-margin-top: 150px;
}
@media (max-width: 768px) {
  /* Form single*/
  #form_curso {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  #form_curso h2 {
  	font-size: 1.5rem;
  }
  /* Popup */
	.popup {
        margin: 20px;
        top: 45%;
        left: 45%;
        padding: 10px;
        width: 95%;
        z-index: 99999;
	}
	.popup-content {
		padding-top: 0px;
		max-height: calc(80vh - 40px); 
    	overflow-y: auto;
		padding-right: 10px; 
	}
	.popup h2 {
		font-size: 1.5rem;
	}
	.buttons_popup {
		flex-direction: column;
	}
	.popup-close {
		top: 0;
		margin-bottom: 10px;
  	}
	.close-popup span {
		font-size: 30px;
		background-color: #fff;
	}
	.popup-content p {
		margin-block-end: 10px;
	}
	.buttons_popup a {
		padding: 5px 20px;
	}
	a.button_sticky {
		background-color: #01137c;
   		padding: 10px 10vw;
      	color: #fff!important;
	}
    .button_sticky_sp {
      padding: 30px;
      text-align: center;
      position: fixed;
      bottom: 0px;
      background-color: #ffffffd6;
      width: 100%;
	  z-index: 1;
    }
	.single-estudio	.button_sticky_sp {
		display: inherit;
	}
  .wpcf7-list-item {
  	font-size: 12px;
    line-height: 20px;
  }
	#solicita_informacion img {
		width: 100%; 
		height: inherit!important; 
		object-fit:cover;
  }
}

/* Home */
.elementor-slide-description {
	font-size: 30px!important;
}
/* Formaciones */
.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0px!important;
	margin-bottom: 0px!important;
	margin-top: 0px!important;
}
.elementor-posts .elementor-post__card .elementor-post__text .elementor-post__title {
	padding: 25px!important;
	margin-bottom: 16px!important;
	margin-top: 8px!important;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 0px!important;
}
.page-header {
	background-color: #F1F2F3;
	padding: 50px;
	width: 100%;
	height: 207px;
}
.title-header {
	max-width: 1140px;
	margin: 0 auto;
}
.title-header h3 {
	text-align: left;
	color: #01137c;
	font-size: 60px;
	max-width: 1140px;
	font-family: "Outfit Regular", Sans-serif;
	font-weight: 500!important;
}
@media (max-width: 768px) {
	.archive main#content {
		padding: 20px;
	}
	.elementor-slide-description {
		font-size: 22px!important;
	}
	.title-header h3 {
		font-size: 30px!important;
	}
	.page-header {
		padding: 20px;
		height: auto;
	}
	.title-header h3 {
		font-size: 20px;
	}
	h2.entry-title {
		font-size: 20px;
	}
	/* Banner mobile single curso */
	
	div#single_banner_mobile {
    	display: inherit!important;
	}
	.curso-titulo-container {
		padding: 10px;
		background-color: #01137c;
	}
	h1.curso-titulo {
		font-size: 25px;
		color: #fff!important;
	}
	div#general-mobile {
		padding: 20px;
	}
	.info-curs-mobile ul {
		padding-left:0px;
	}
	li.info-item.certificados {
		align-items: flex-start!important;
	}
	div#banner_masinfo {
		width: auto;
		border-radius: 5px;
		margin: 20px;
	}
	a.buttons-info-curso {
		padding: 5px 15px;
	}
	
}

/* Quiénes somos */
.page-id-151 .elementor-image-box-img img {
	width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center center;
	padding: 15px;
}
.page-id-151 .elementor-image-box-img {
	text-align: center;
	background-color: #b6eaf833;
    padding: 20px 20px 20px 20px;
    border-radius: 384px 384px 384px 384px;
	height: 100%;
}

/* Areas */
.page-id-1454 .post-card img {
    width: 100%;
    min-height: 235.78px;
    object-fit: cover;
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
  /* Header */
  .header-top-right a.mail {
      padding: 10px;
  }
  .header-top-right .campus {
  	padding: 5px;
  }
  .header-top-right .mundo {
  	max-height: 50px;
    font-size: 12px;
  }
  .header-top-right {
  	gap: 0px;
  }
  .header-top-right a {
  	font-size: 14px;
  }
  .header-top-right #llamanos .phone_img {
  	padding: 5px;
  }
  .header-top-left img {
    height: auto;
    width: 190px;
  }

  /* Single curso */
  .title_curso h1 {
  	font-size: 32px;
    height: 265px;
  }
  #informacion_general ul{
  	gap: 20px;
  }
  .logos_sp {
    flex-direction: inherit;
  }
  div#banner_masinfo {
	flex-direction: inherit;
  }
  .single ul li:not(.menu li){
  	font-size: 14px;
  }
  .title_curso h1 {
  	padding: 20px;
  }
  div#porque_estudiar,
  div.info_descripcion, 
  div#practicas, 
  div#plan_de_estudios, 
  div.salidas_profesionales, 
  div.becas, 
  div#formacion_dual {
  	padding: 20px;
  }
  #solicita_informacion img {
    width: 100%; 
    height: inherit; 
    object-fit:cover;
  }
  /* Footer */
  .footer-grid {
    flex-direction: column;
    gap: 20px;
  }
	.banner_curso{
		display: none;
	}
	#single_banner_desktop {display:none!important;}

}
div#single_banner_mobile {
    display: none;
}
.button_sticky_sp.hidden {
  display: none !important;
}
