/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* ####### */
/* GENERAL */
/* ####### */

.titulo-interior h2 {
	font-size: 55px !important;
	line-height: 55px !important;
}

.boton a {
    display: block;
    max-width: 300px;
    padding: 8px 0;
    margin: 0 auto;
	border: 1px solid #002144;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #002144;
}
.boton a:hover {
	border: 1px solid #34cdd7;
}
.boton.azul a {
	background-color: #002144;
	color: #fff;
}
.boton.azul a:hover {
	background-color: #34cdd7;	
}

.boton-descarga a {
    display: inline-block;
    padding: 10px 20px;
	background-color: #002144;
    text-align: center;
    color: #fff;
}

.lista-descarga {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.lista-descarga li {
	margin-right: 15px;
	margin-bottom: 15px;
}


.celeste {
	color: #34cdd7;
}

table tr {
	background-color: #fff;
}
.cabecera-tabla {
	background-color: #F0F8FB;
}


.grecaptcha-badge { visibility: hidden; }


/* ###### */
/* HEADER */
/* ###### */


#side-header .fusion-main-menu>ul>li>a, 
#side-header .side-header-content, 
.fusion-header-wrapper .fusion-row {
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.buscador {
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: 80px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
.buscador-menu {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px !important;
}
.buscador-menu #ajaxsearchlite2 {
	width: 100%;
}

.buscador .menu-superior-container,
.buscador #ajaxsearchlite1 {
	width: 100%;
}
.buscador .menu-superior {
	padding: 0;
    margin: 0;
	list-style: none;
	font-weight: 600;
	display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
.buscador .menu-superior li {
	margin-left: 25px;
}
.buscador .menu-superior a {
	font-family: 'Montserrat';
	color: #002144;
}
.buscador .menu-superior a:hover {
	color: #34cdd7;
}
.header-superior {
	background-color: #032b40;
    border-bottom: 1px solid #34cdd7;
}
.header-superior > div {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.header-superior ul {
      display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #34cdd7;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between !important;
}
.header-superior ul a {
	color: #fff;
	justify-content:space-around;
}
.header-superior ul:first-child li:after {
	content: "|";
	margin: 0 12px;
	color: #fff;
}
.header-superior ul:first-child li:last-child:after {
	content: none;
}
.header-superior ul:last-child img {
	margin-left: 5px;
}

.header-superior .bloque-informacion {
	position: absolute;
    display: none;
    padding: 15px;
    z-index: 9;
    background-color: #032b40;
    border-top: 2px solid #34cdd7;
    top: 40px;
    color: #fff;
}
.header-superior .info:hover ~ .bloque-informacion,
.header-superior .bloque-informacion:hover {
	display: block;
}

.elemento-menu {
	text-transform: uppercase;
}
.fusion-main-menu .elemento-menu > a {
	font-weight: 600 !important;
	padding-right: 18px !important;
	padding-left: 10px !important;
	padding-bottom: 38px;
	outline: none !important;
}
/*.fusion-main-menu .elemento-menu:last-child > a {
	padding-right: 0 !important;
}*/
.fusion-main-menu .elemento-menu > ul {
	border-top: 2px solid #34cdd7;
}
.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop>.ubermenu-target:after {
	margin-left: 5px !important;
	margin-top: -18px;
}


body:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a,
body:not(.fusion-top-header) .fusion-main-menu>ul>li>a {
	height: 60px !important;
}

/* ###### */
/* INICIO */
/* ###### */

.fila-tablon-anuncios {
    width: 100%;
	max-width: 1400px;
    margin-left: 0px !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.col-izquierda-tablon > div {
	padding-left: 50px !important;
    padding-right: 50px !important;
}
.titulo-tablon,
.texto-tablon {
	font-family: 'Montserrat';
}
.titulo-tablon {
	margin-bottom: 20px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
	color: #fff;
}
.texto-tablon {
    font-size: 25px;
    line-height: 30px;
    color: #34cdd7;
}
#carousel_tablon .item {
	display: flex;
	margin-bottom: 20px;
}
.imagen-tablon {
	width: 52px;
    height: 52px;
    margin-right: 15px;
}
.fecha-tablon {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #34cdd7;
}
.bloque-tablon {
	width: 85%;
}
.bloque-tablon .titulo-tablon {
	margin: 5px 0 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.enlace-tablon {
	font-size: 14px;
    line-height: 14px;
}

.col-enlace > div {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

#seccion-actualidad {
	background-position: bottom center !important;
	background-repeat: repeat-x !important;
}
#carousel_noticias {
	display: flex;
    flex-wrap: wrap;
}
#carousel_noticias .item {
	width: 33%;
	margin-bottom: 10px;
}
#carousel_noticias .item:nth-child(3n+2) {
	margin: 0 auto 10px;
}
.imagen-noticia {
	height: 335px;
    background-color: #002144;
    background-size: cover;
	background-position: top;
}
.bloque-noticia {
	min-height: 255px;
	padding: 20px 25px 30px;
	background-color: #fff;
	position: relative;
}
.fecha-noticia {
	font-weight: 800;
	color: #34cdd7;
}
.enlace-noticia {
	position: absolute;
    bottom: 25px;
}


#seccion-fondo-leon {
	background-position: 100% -35% !important;
}
#seccion-fondo-leon-interior {
	background-position: 100% 90% !important;
}

/* ####### */
/* ERASMUS */
/* ####### */

.pestanas-erasmus ul {
	display: flex !important;
	margin-bottom: 5px !important;
}

.pestanas-erasmus .vc_tta-tab a {
	background-color: #032b40 !important;
    color: #fff !important;
}
.pestanas-erasmus .vc_tta-tab.vc_active a {
	background-color: #074666 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #032b40 !important;
    color: #fff !important;
    font-weight: 400;
    line-height: 20px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #074666 !important;
}


/* #### */
/* BLOG */
/* #### */

.single-post #main {
	padding-bottom: 100px;
}
.boton-seccion-noticias a {
	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
    color: #02c1cf !important;
}

/* ######## */
/* CONTACTO */
/* ######## */

.input-form {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.input-form input {
	height: 40px !important;
	width: 100% !important;
}

.input-form input,
.input-form textarea {
    border: none !important;
    border-bottom: 2px solid #032b40 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* ###### */
/* FOOTER */
/* ###### */

footer .fusion-columns {
	display: flex;
}
footer .fusion-columns .fusion-column {
	width: 23%;
}
footer .fusion-columns .fusion-column:first-child {
	width: 100%;
	margin-bottom: 20px;
}
footer .fusion-columns .fusion-column:nth-child(2) {
	width: 30%;
}
footer ul {
	padding: 0;
	list-style: none;
}
.bloque-col-1 {
	margin-left: 100px;
}
footer .menu-footer {
	margin-left: 60px;
}
footer .menu-footer li:before {
	content: "·";
	margin-right: 5px;
	color: #34cdd7;
}
footer .menu-footer a {
	display: inline-block !important;
}
footer .redes-footer {
	display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}
footer .redes-footer li {
	margin-left: 5px;
}
footer .copy {
	margin-top: 40px;
}




/* ########## */
/* RESPONSIVE */
/* ########## */

@media screen and (max-width: 1200px) {
	/* Inicio */
	.titulo-tablon {
		font-size: 45px;
    	line-height: 47px;
	}
}

@media screen and (max-width: 1100px) {
	/* Inicio */
	.fila-tablon-anuncios {
		display: flex;
		flex-direction: column;
	}
	.fila-tablon-anuncios .col-izquierda-tablon {
		width: 100% ;
	}
	.titulo-tablon {
		margin-bottom: 15px !important;
		text-align: center;
	}
	.texto-tablon {
		text-align: center;
	}
	.fila-tablon-anuncios .col-derecha-tablon {
		width: 100%;
	}
	.fila-tablon-anuncios .col-derecha-tablon > div {
		padding-bottom: 35px;
	}
	
	#carousel_noticias {
		justify-content: space-between;
	}
	#carousel_noticias .item {
	    width: 48%;
	    margin-bottom: 30px;
	}
	#carousel_noticias .item:nth-child(3n+2) {
		margin: inherit;
	}
	#carousel_noticias .item:nth-child(5),
	#carousel_noticias .item:nth-child(6) {
		display: none;
	}

	/* Footer */
	footer .fusion-columns .fusion-column {
		width: 33%;
	}
	footer .fusion-column:nth-child(3) {
		display: none;
	} 
	footer .bloque-col-1 {
		margin-left: 0;
	}

}


@media screen and (max-width: 768px) {
	/* General */
	h1, .titulo-interior h2 {
		font-size: 40px !important;
		line-height: 42px !important;
	}
	h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
	

	/* Inicio */
	.fila-orden-inicio {
		display: flex;
		flex-wrap: wrap;
	}
	.fila-orden-inicio .col-enlace {
		width: 50%;
	}

	/* Interiores */
	.fila-orden {
		display: flex;
		flex-wrap: wrap;
	}
	.fila-orden .col-imagen,
	.fila-orden .col-texto {
		width: 100%;
	}
	.col-imagen {
		order: 1;
	}
	.col-texto {
		order: 2;
	}
	.col-texto h2,
	.col-texto p {
		text-align: left !important;
	}

	.fila-orden .col-personal {
		width: 50%;
	}

	/* Footer */
	footer .fusion-column:nth-child(4) {
		display: none;
	} 
	footer .fusion-columns .fusion-column,
	footer .copy,
	footer .fusion-column-last div {
		text-align: center !important;
	}
	footer .menu-footer {
		margin-left: 0;
	}
	footer .redes-footer {
		justify-content: center;
	}

}


@media screen and (max-width: 640px) {
	/* General */
	h1, .titulo-interior h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
	h2 {
		font-size: 20px !important;
		line-height: 22px !important;
	}

	/* Responsive menu */
	#responsive-menu-container {
		width: 75% !important;
	}

	/* Inicio */
	.titulo-tablon {
	    font-size: 25px;
	    line-height: 27px;
	}
	.fila-tablon-anuncios .col-derecha-tablon > div {
		padding: 20px !important;
	}
	.imagen-tablon {
	    background-size: contain;
	    background-repeat: no-repeat;
	}
	.bloque-tablon .titulo-tablon {
		text-align: left;	
	}
	.texto-tablon {
	    font-size: 17px;
	    line-height: 17px;
	}
	#carousel_noticias .item {
	    width: 100%;
        margin-bottom: 10px !important;
	}
	#carousel_noticias .item:nth-child(4) {
		display: none;
	}

	/* Interiores */
	.fila-orden .col-personal {
		width: 100%;
	}
}

@media screen and (max-width: 510px) {
	.fusion-logo img {
		max-width: 230px !important;
	}
	button#responsive-menu-button {
		top: 23px !important;
	}
}