/*
Theme Name: Fulbright
Theme URI: https://cincomedios.com/
Description: Tema personalizado para Fulbright Uruguay.
Author: Cincomedios
Author URI: https://cincomedios.com/
Template: Total
Version: 1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*/// COLOR ///*/

:root {
	--azul-claro: #00a9e0;
	--azul-medio: #0077c8;
	--azul-oscuro: #003da5;
}

.wpex-vc-full-width-row {
    --vp-width: calc(100vw - var(--wpex-scrollbar-width, 0px)) !important;
}

/*/// GENERAL ///*/

a {
	text-decoration: none !important;
}

.grecaptcha-badge,
.skip-to-content {
	display: none !important;
}

.wpex-pagination {
	margin-bottom: 35px;
}

.vcex-image-banner .vcex-ib-img {
	background-position: center center;
}

#simple-banner .simple-banner-text {
	font-weight: 600 !important;
}

#sbi_images {
	margin: -10px;
}

#sidr-main {
	display: none !important;
}

.wpex-social-btn svg {
	height: 14px;
}

@media (min-width: 768px) {
	
	.hide-desktop {
		display: none !important;
	}
	
}

@media (max-width: 767px) {
	
	.hide-mobile {
		display: none !important;
	}
	
}

/* Tabs */

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
	margin-bottom: -1px !important;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab > a,
.wpb-js-composer .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
	background: var(--azul-oscuro);
	border: 1px solid var(--azul-oscuro);
	border-bottom: none;
	color: #fff !important;
	font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 16px 40px;
	text-transform: uppercase;
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab > a:hover,
.wpb-js-composer .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:hover {
	background: var(--azul-medio);
	border-color: var(--azul-medio);
}

.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	background: #fff;
	border-color: var(--azul-oscuro);
	color: var(--azul-oscuro) !important;
}

.wpb-js-composer .vc_tta-tabs.igual-3 .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab {
	width: 33.3%;
}

.wpb-js-composer .vc_tta-tabs.igual-3 .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab:last-child {
	width: 33.402%;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
	background: #fff !important;
	border: 1px solid var(--azul-oscuro) !important;
	padding: 40px !important;
}

@media (max-width: 992px) {
	
	.wpb-js-composer .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list > li.vc_tta-tab > a,
	.wpb-js-composer .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a{
		padding: 16px 25px;
	}
	
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
		padding: 25px !important;
	}
	
}

/* Acordeones */

.wpb-js-composer .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
	background: #fff;
	border: 1px solid var(--azul-oscuro);
	color: #000 !important;
	font-size: 16px;
	line-height: 1.3em;
	padding: 20px 50px 20px 25px;
	text-transform: none;
}

.wpb-js-composer .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	background: var(--azul-oscuro);
	color: #fff !important;
}

.wpb-js-composer .vc_tta-accordion .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-accordion .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: var(--azul-oscuro);
}

.wpb-js-composer .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #fff;
}

.wpb-js-composer .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
	padding: 25px !important;
}

/*/// HEADER ///*/

#site-header-inner {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#site-logo.site-branding img {
	height: 80px;
	width: auto;
	max-width: initial;
	max-height: initial;
}

#site-header {
	background: var(--wpex-site-header-bg-color);
}

#site-header.wpex-header-two-flex-v #site-header-inner #header-aside {
    margin-left: auto;
    order: 2
}

@media (max-width: 767px) {
	
	#site-logo.site-branding img {
		height: 60px;
	}
	
}

/* Buscador */

#searchform-header-replace {
	color: #fff;
}

/* Menú */

#site-navigation-wrap {
	border: none !important;
}

#site-navigation > ul > li.menu-item {
	border: none;
}

#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
	box-shadow: none !important;
}

@media (max-width: 1150px) {
	
	.navbar-style-two .dropdown-menu > li > a {
		padding: 0 10px;
	}
	
}

/* Aside */

#header-aside a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	text-decoration: none;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#header-aside a.social {
	border: 2px solid #eee;
	border-radius: 100%;
	width: 39px;
	height: 39px;
	line-height: 37px;
	text-align: center;
}

#header-aside a.social:hover {
	background: #fff;
	color: var(--azul-oscuro);
}

#header-aside a.social svg {
	fill: currentcolor;
	height: 14px;
}

#header-aside a.login {
	border-bottom: 1px solid transparent;
	margin-right: 10px;
}

#header-aside a.login:hover {
	border-color: #fff;
}

#header-aside a.login span {
	padding-right: 5px;
}

#header-aside a.login svg {
	fill: currentcolor;
	height: 12px;
}

/* Aside - Idioma */

.wpml-ls.wpml-ls-legacy-dropdown {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.wpml-ls.wpml-ls-legacy-dropdown a {
	background: transparent !important;
	border: none;
	padding: 0 15px 0 0;
	margin: 0 !important;
	text-transform: uppercase;
}

.wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: "\f107";
	border: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	top: 2px;
	right: 0;
}

.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-flag, .wpml-ls-menu-item .wpml-ls-flag {
	display: inline-block;
	width: 16px;
	height: 11px;
	margin-right: 3px;
}

.wpml-ls.wpml-ls-legacy-dropdown a span {
	display: inline-block;
}

.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-color: #fff;
	text-align: left;
	margin-top: 2px;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.wpml-ls.wpml-ls-legacy-dropdown li:hover .wpml-ls-sub-menu {
	opacity: 1;
}

.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 0;
}

#site-navigation .wpml-ls-item {
	display: none;
}

.wpml-ls-item .sub-menu li, .wpml-ls-item .sub-menu li a {
	display: block !important;
}

#sidr-main .sidr-class-wpml-ls-flag {
	margin-right: 10px;
}

#sidr-main .sidr-class-wpml-ls-menu-item .sidr-class-sub-menu li:first-child {
	display: none;
}

@media (max-width: 990px) {
	
	.is-sticky #site-navigation .wpml-ls-item {
		display: block;
	}
	
}

/* Menú */

.sf-menu ul.sub-menu {
	min-width: 100%;
}

#site-navigation .dropdown-menu li.menu-item .wpex-icon svg {
    height: 12px;
    fill: currentcolor;
}

/*/// INICIO ///*/

.texto-slider {
	white-space: normal !important;
}

/* Noticias */

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-media a::before {
	height: 0px;
	z-index: 2;
}

@media (max-width: 767px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-media a::before {
		height: 3px;
	}
}

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:hover:first-child .entry-media a::before {
	height: 100%;
}

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-media a::after {
	z-index: 3;
}

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .vcex-blog-entry-details {
	display: none;
}

@media (min-width: 866px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .vcex-blog-entry-details {
		background: rgba(0,61,165,0.9);
		padding: 30px;
		position: absolute;
		bottom: 50px;
		left: 15px;
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 865px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .vcex-blog-entry-details {
		background: rgba(0,61,165,0.9);
		padding: 30px;
		position: absolute;
		bottom: 25px;
		left: 15px;
		width: 75%;
	}
}

@media (min-width: 866px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-title {
		color: #fff;
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width:865px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-title {
		color: #fff;
		margin: 0;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .entry-title a:hover {
		color: #fff;
	}
}

#noticias-inicio .vcex-blog-grid .vcex-blog-entry:first-child .vcex-blog-entry-date {
	color: #fff;
}

/* El resto */

#noticias-inicio .vcex-blog-entry {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

@media (max-width: 767px) {
	#noticias-inicio .vcex-blog-entry {
		width: 100%;
	}
}

#noticias-inicio .entry-media a {
	display: block;
	height: 100%;
	position: relative;
}

#noticias-inicio .entry-media a::before {
	content: "";
	background: var(--azul-oscuro);
	color: #fff;
	line-height: 100%;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#noticias-inicio .entry-media a:hover::before {
	height: 100%;
	opacity: 0.9;
}

#noticias-inicio .entry-media a::after {
	content: "MÁS INFORMACIÓN";
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.wpml-language-en #noticias-inicio .entry-media a::after {
	content: "MORE INFORMATION";
}

#noticias-inicio .entry-media a:hover::after {
	opacity: 1;
}

#noticias-inicio .vcex-blog-entry-details {
	border: none;
	padding: 0;
}

#noticias-inicio .entry-title {
	margin-top: 15px;
}

#noticias-inicio .entry-title a {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/* Nivel Mundial */

.borde-gris {
	position: relative;
}

.borde-gris::before {
	content: "";
	background: rgba(0,0,0,0.15);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.borde-gris span {
	background: #EFEFEF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.home .site-main {
	margin-bottom: 0px;
}

/*/// PÁGINAS ///*/

/* Título */

#titulo-pagina {
	overflow: hidden;
}

#titulo-pagina .img-destacada {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	opacity: 0.3;
	z-index: -1;
}

#titulo-pagina .img-destacada figure, #titulo-pagina .img-destacada div, #titulo-pagina .img-destacada img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#titulo-pagina .titulo {
	padding: 0 7%;
}

#titulo-pagina .migas {
	padding: 0 7%;
}

#titulo-pagina .migas a {
	color: #fff;
	border-bottom: 1px solid transparent
}

#titulo-pagina .migas a:hover {
	border-color: #fff;
}

#titulo-pagina .migas .ticon {
	font-size: 0.8em;
	margin-inline: 5px;
}

#titulo-pagina .migas .ticon::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}

#titulo-pagina .migas .ticon-angle-right::before {
	content: "\f105";
}

@media (max-width: 767px) {
	
	#titulo-pagina {
		padding: 80px 0 40px !important;
	}
	
	#titulo-pagina .img-destacada {
		height: 400px;
	}
	
}

/* Varios */

.destacado {
	background: #e7f7ff;
	font-weight: 600;
	margin-bottom: 30px !important;
	padding: 40px;
	text-align: center;	
}

.destacado strong {
	color: var(--azul-oscuro);
}

.resaltado {
	border-top: 1px solid #b4e5fd !important;
	border-bottom: 1px solid #b4e5fd !important;
	font-weight: 600;
	padding: 30px 0;
	margin: 30px 0 !important;
}

.aviso {
	background: #ffe19c;
	font-weight: 600;
	padding: 40px;
	text-align: center;	
}

.con-borde {
	position: relative;
}

.con-borde::after {
	content: "";
	background: rgba(0,0,0,0.15);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 0;
}

.con-borde span {
	background: #fff;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.gris .con-borde span {
	background: #f2f2f2;
}

.con-borde.centrado span {
	padding-left: 20px;
}

.con-borde.gris span {	
	background: #f2f2f2;
}

.subtitulo {
	color: var(--azul-oscuro);
	font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
	font-size: 1.8em !important;
	line-height: 1.2em;
	text-align: center;
}

.nota {
	font-size: 14px !important;
}

.lista ul, .single-blog-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lista ul li, .single-blog-content ul li {
	padding: 0 0 3px 20px;
	position: relative;
}

.lista.col-3 ul li {
	display: inline-block;
	width: calc(33.3% - 4px);
}

.lista ul li::before, .single-blog-content ul li::before {
	content: "";
	background: var(--azul-claro);
	border-radius: 100%;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 9px;
}

.lista.beneficio ul li::before {
	content: "\f00c";
	background: transparent;
	border-radius: 0;
	color: var(--azul-claro);
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 600;
	width: auto;
	height: auto;
	top: 2px;
}

.lista.numero ul li::before {
	background: transparent;
	border-radius: 0;
	color: var(--azul-claro);
	font-size: 14px;
	font-weight: bold;
	width: auto;
	height: auto;
	top: 2px;
}

.lista.numero ul li:first-child::before {
	content: "1."
}

.lista.numero ul li:nth-child(2)::before {
	content: "2."
}

.lista.numero ul li:nth-child(3)::before {
	content: "3."
}

.lista.numero ul li:nth-child(4)::before {
	content: "4."
}

.lista.numero ul li:nth-child(5)::before {
	content: "5."
}

.lista.numero ul li:nth-child(6)::before {
	content: "6."
}

.lista.numero ul li:nth-child(7)::before {
	content: "7."
}

.lista.numero ul li:nth-child(8)::before {
	content: "8."
}

.lista.numero ul li:nth-child(9)::before {
	content: "9."
}

@media (max-width: 767px) {
	
	.destacado, .aviso {
		padding: 20px;
	}
	
	.lista.col-3 ul li {
		width: 100%;
	}
	
}

/* Boton programas */

.btn-mitad {
	background: #f2f2f2;
	color: #000;
	font-family: "Poppins","Helvetica Neue",Arial,sans-serif;
	font-size: 1.6em !important;
    letter-spacing: .5px;
    text-transform: uppercase;
	padding: 40px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.btn-mitad:hover {
	background: #ddd;
	cursor: pointer;
}

.btn-mitad.activo {
	background: var(--azul-claro);
	color: #fff;
}

@media (max-width: 767px) {
	
	.btn-mitad {
		padding: 25px;
	}
	
}

/* Noticias */

.noticias-sugeridas .entry-media a {
	display: block;
	height: 100%;
	position: relative;
}

.noticias-sugeridas .entry-media a::before {
	content: "";
	background: var(--azul-oscuro);
	color: #fff;
	line-height: 100%;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.noticias-sugeridas .entry-media a:hover::before {
	height: 100%;
	opacity: 0.9;
}

.noticias-sugeridas .entry-media a::after {
	content: "LEER MÁS";
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.noticias-sugeridas .entry-media a:hover::after {
	opacity: 1;
}

.noticias-sugeridas .vcex-blog-entry-details {
	border: none;
	padding: 0;
}

.noticias-sugeridas .entry-title {
	margin-top: 15px;
}

.noticias-sugeridas .entry-title a {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/* Tabla Becarios */

.tabla-becarios ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.tabla-becarios ul li {
	padding: 10px 0;
	font-size: 0;
}

.tabla-becarios ul li:nth-child(odd) {
	background: #e7f7ff;
}

.tabla-becarios.blanco ul li:nth-child(odd) {
	background: #fff;
}

.tabla-becarios ul li br {
	display: none !important;
}

.tabla-becarios ul li strong, .tabla-becarios ul li em, .tabla-becarios ul li span {
	font-size: 16px;
	font-style: normal !important;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none !important;
	padding: 0 15px;
	width: 33.3%;
}

/*/// NOTICIAS ///*/

div.vcex-blog-entry-date {
	color: #333;
}

ul.meta li {
	color: #333;
	border-right: 1px solid #ddd;
	padding-right: 12px;
	margin-right: 10px
}

ul.meta li .ticon {
	display: none;
}

ul.meta li:last-child {
	border: none;
	padding: 0;
}

.blog-entry.grid-entry-style .blog-entry-media {
	margin: 0 !important;
}

.blog-grid .entry-media a {
	display: block;
	height: 100%;
	position: relative;
}

.blog-grid .entry-media a::before {
	content: "";
	background: var(--azul-oscuro);
	color: #fff;
	line-height: 100%;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.blog-grid .entry-media a:hover::before {
	height: 100%;
	opacity: 0.9;
}

.blog-grid .entry-media a::after {
	content: "LEER MÁS";
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.blog-grid .entry-media a:hover::after {
	opacity: 1;
}

.blog-grid .blog-entry > .blog-entry-inner {
	border: none !important;
	padding: 0;
}

.blog-grid .entry-title {
	margin-top: 15px;
}

.blog-grid .entry-title a {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/* Individual */

.single-blog-header {
	margin-top: -5px;
}

.single-blog-header .single-post-title {
	line-height: 1.3em;
}

.single-post .meta.meta-with-title {
	margin-bottom: 30px;
}

#post-media {
    text-align: center;
    overflow: hidden;
    padding-bottom: 66.66%;
	margin-bottom: 30px;
}

#post-media img {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Compartir */

.wpex-social-share {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	margin-bottom: 80px !important;
}

.wpex-social-share .theme-heading {
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: calc(50% - 3px);
}

.wpex-social-share .clr {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: calc(50% - 3px);
}

.wpex-social-share .clr li {
	margin-bottom: 0;
}

.wpex-social-share .clr li:last-child {
	margin-right: 0;
}

.wpex-social-share.position-horizontal.disable-labels .clr li a {
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	width: 36px;
}

.wpex-social-share.style-flat li.whatsapp a {
    background: #25d366;
}

.wpex-social-share.style-flat li.whatsapp a:hover {
    background: #21b95a;
}

@media (max-width: 767px) {
	
	.wpex-social-share .theme-heading {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.wpex-social-share .clr {
		margin-top: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}
	
}

/*/// CONTACTO ///*/

.ticon.ticon-youtube::before {
	content: "\f16a";
}

.wpcf7-form .col {
	display: block;
	margin: -10px;
	width: calc(100% + 20px);
}

.wpcf7-form .col .wpcf7-form-control-wrap {
	display: inline-block;
	padding: 10px;
	width: 100%;
}

.wpcf7-form .col.x3 .wpcf7-form-control-wrap {
	width: 33.3%;
}

.wpcf7-form .col.x1 .wpcf7-form-control-wrap {
	width: 100%;
	margin-top: 10px;
}

.wpcf7-form .col input, .wpcf7-form .col textarea {
	display: block;
	margin: 0;
	width: 100%;
}

.wpcf7-form .enviar {
	font-size: 16px;
	margin-top: 15px;
}

@media (max-width: 767px) {
	
	.wpcf7-form .col.x3 .wpcf7-form-control-wrap {
		width: 100%;
	}
	
}

/* CF7 - Error */

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #efb83c !important;
}

.wpcf7 form.wpcf7-form div.wpcf7-response-output {
	color: #000;
	border: none !important;
	font-size: 16px;
}

.wpcf7 form.wpcf7-form.invalid div.wpcf7-response-output {
	background: #ffe19c;
}

.wpcf7 form.wpcf7-form.sent div.wpcf7-response-output {
	background: #cffbc4;
}

/*/// SIDEBAR ///*/

div.sidebar-box {
	margin-bottom: 45px;
}

.sidebar-box h2.widget-title {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.sidebar-box ul li {
	border: none !important;
}

.sidebar-box ul li:first-child {
	padding-top: 0;
}

.sidebar-box ul li:last-child {
	padding-bottom: 0;
}

.sidebar-box.widget_recent_entries a {
	font-weight: 600;
}

.sidebar-box input[type="search"] {
	border-color: #ccc;
	border-radius: 0;
	padding: 10px 15px;
}

.newsletter input {
	border-color: #ccc;
	border-radius: 0;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	width: 100%;
}

.newsletter input[type="submit"] {
	margin: 0;
	width: auto;
}

.edusa {
	background: #f2f2f2;
	display: block;
	padding: 20px 30px;
	text-align: center;
}

.edusa img {
	width: 100%;
	height: auto;
	max-width: 100%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.edusa:hover img {
	transform: scale(1.05);
}

/*/// FOOTER ///*/

#footer-widgets .textwidget {
	margin: 27px 0 -40px;
}

#footer-widgets .wpex-social-btn-minimal {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
}

#footer-widgets .wpex-social-btn-minimal:hover {
	background: #fff;
	color: var(--azul-oscuro) !important;
}

#footer-widgets .wpex-social-btn-minimal svg {
	height: 14px;
}

#footer-widgets .wpex-bordered-list li {
	padding-top: 0;
	padding-bottom: 5px;
}

#footer-widgets .wpex-bordered-list li:last-child {
	padding-bottom: 0;
}

#footer-widgets .wpex-bordered-list ul ul li:first-child {
	margin: 0;
}

@media (width >= 958px) {
	
	#footer-widgets .footer-widget:last-child {
		padding-bottom: 0;
	}
	
}

/* Copyright */

#footer-bottom-inner {
	border-top: 1px solid rgba(255,255,255,0.2);
}

#footer-bottom #copyright {
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
}

#footer-bottom #copyright a {
	color: #fff;
	font-weight: 600;
}

#footer-bottom #copyright img {
	height: 9px;
	width: auto;
	position: relative;
	top: 1px;
}