input,
button,
textarea, a, a:hover {
	outline: none !important;
	text-decoration: none;

}

.single-pais .flex {
	display: flex;
}

.navbar-default .navbar-collapse {
	float: left;
}

.actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	width: auto;
	margin: 0 15px 0 -15px;
	height: 44px;
}

.actions.visible-lg {
	height: 84px;
	padding: 34px 0 0 0;
	float: right !important;
	margin: 0 !important;
}

.actions:last-child {
	margin: 0;
}

.actions li {
	float: left;
	width: auto;
	padding: 0;
	width: auto;
	background-color: #FFF;
	border: none;
}

.navbar-nav.actions > li > a {
	padding: 0 0 0 15px;
	font-size: 16px;
	color: #E31718;
	background-color: #FFF;
	border: none;
}

.navbar-nav.actions > li > a:hover {
	color: #cc1e1e;
}

.home .searchandsocial {
	width: 100%;
	background-color: #F4F4F4;
	top: 84px;
	z-index: 99999;

	opacity: 0;
	visibility: collapse;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.home .searchandsocial.active {
	opacity: 1;
	visibility: visible;
	top: 84px !important;
}

.home .searchandsocial .searchh {
	background-color: #F4F4F4;
	width: 100%;
}

.home .searchandsocial .searchh .fa-search {
	display: none;
}

.home .searchandsocial .searchh input {
	background-color: #F4F4F4;
	width: 100%;
	border: none;
	border-left: 1px solid #AFAFAF;
	padding: 5px 5px 5px 15px;
	font-size: 16px;
}

.home .searchandsocial .searchh input::-webkit-input-placeholder {
	color: #C7C7C7;
	font-size: 16px;
}

.home .searchandsocial .searchh input:-ms-input-placeholder {
	color: #C7C7C7;
	font-size: 16px;
}

.home .searchandsocial .searchh input::-ms-input-placeholder {
	color: #C7C7C7;
	font-size: 16px;
}

.home .searchandsocial .searchh input::placeholder {
	color: #C7C7C7;
	font-size: 16px;
}

.home .slider {
	margin-top: 0;
	position: relative;
}

.slider .banner {
	width: 100%;
	height: 600px;
}

.slider .banner {
	width: 100%;
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.slider .banner img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider .banner figcaption {
	position: absolute;
	width: 50%;
	color: #FFF;
	text-align: center;
/* 	margin-top: 120px; */
	left: 25%;
}

@media (max-width: 640px){
	.slider .banner figcaption {
		width: 90%;
		left: 5%;
	}
}

.slider .banner figcaption h1 {
	font-size: 50px;
	line-height: 130%;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.slider .banner figcaption p {
	color: #FFF;
	font-size: 20px;
	line-height: 130%;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}


.slider .banner figcaption button {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 100%;
	color: #FFF;
	background-color: #E31718;
	border: none;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	outline: none;
}

.slider .banner figcaption button:hover {
	background-color: #cc1e1e;
}

.slider .banner figcaption button:focus {
	outline: none;
}

/*
.bx-wrapper .bx-caption {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
*/

.noticias_box {
	/* 	height: 300px; */
}

.no-pdd {
	padding: 0;
}

.noticias-slide {
	height: 300px;
	position: relative;
}

.noticias-slide .bx-wrapper {
	height: 300px;
	position: relative;
}

.noticias-slide .bx-controls {
	position: absolute;
	right: 110px;
	bottom: 20px;
}

.noticias-slide .bx-wrapper .bx-next {
	left: 60px;
}

.noticias-slide .bx-wrapper .bx-prev {}

.noticias-slide .bx-wrapper .bx-controls-direction a {
	bottom: 0;
	color: #e21717;
	background-color: #FFF;
	width: 30px;
	height: 30px;
}

.noticias-slide .bx-wrapper .bx-controls-direction a span {
	color: #e21717;
	font-size: 14px;
	padding: 8px 0;

}

.noticias-slide .bxnews {
	width: 100% !important;
	height: 300px;
}

.noticias_box .bxnews .row {
	width: 100% !important;
}

.noticias_box .no-pdd {
	padding: 0;
}

.noticias_box .bxnews .box {
	padding: 40px 15px 0;
}

.noticias_box .noticias-slide .noticia_thumb {
	width: 100%;
	height: 300px;
}

.noticias_box .noticias-slide .noticia_thumb img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;

}

.titulo h3 {
	border-left: 3px solid #f31010;
	padding: 0 0 0 10px;
	margin: 30px 0 15px;
}

.inversionistas_box .banner {
	height: 140px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inversionistas_box .banner .over {
	background-color: rgba(227, 22, 22, 0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.inversionistas_box .banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.inversionistas_box .banner figcaption {
	position: absolute;
	z-index: 2;
	color: #FFF;
	text-align: center;
	padding: 0 15px;
	left: 10%;
	width: 80%;
}

.inversionistas_box .banner figcaption h4 {
	font-size: 22px;
	line-height: 130%;
	margin: 0;
}

.inversionistas_box .banner figcaption p {
	color: #FFF;
	margin: 10px 0;
}

.inversionistas_box .banner figcaption a {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer {
	padding: 30px 0;
}

.bgg {
	background-color: #EDEDED;
}

.bgr {
	background-color: #e21717;
}

.paisselector.desktop {
	top: 65px;
	right: 0;
	position: absolute;
	z-index: 999999;
/* 	background-color: transparent; */
/*
	height: 650px;
	max-height: 85vh;
*/
/* 	height: calc(100vh - 84px); */
	padding: 0;
	opacity: 0;
	visibility: collapse;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;

	width: 100%;
	left: 0;


    width: 240px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	background-color: rgba(255,255,255,.9);
}

.paisselector.desktop.active {
	opacity: 1;
	visibility: visible;
}

.paisselector.desktop .half {
	float: left;

	padding: 0;


	width: 33.33333%;
	height: 60px;
}

.paisselector.desktop .half a {
	color: #e21717;
	font-weight: 600;
}



#menu-item-1153 .sub-menu {
	width: 460px;
}

#menu-item-1153 .sub-menu li {
	float: left;
	width: 33.33333%;
}

@media screen and (max-width: 767px) {
	.searchandsocial {
		top: 104px;
	}

	#main {
		margin-top: 140px;
	}

	.home .searchandsocial {
		top: 50px;
	}
	.home .searchandsocial.active {
		top: 50px !important;
	}

	.home .slider {
		margin-top: 50px;
	}

	#menu-item-1153 {
		display: none;
	}

	.titulo h3 {
		margin-left: 15px;
	}

	body {
		width: 100%;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.slider .banner figcaption {
/* 		margin-top: 70px; */
	}
}


/** Paises **/

.single-pais section .flex-center {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 170px;
}

.btn-pais {
	border-radius: 100px;
	background-color: #d81115;
	color: #FFF;
	padding: 12px 40px;
	display: inline-block;
	margin: 60px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}

.btn-pais:hover, .btn-pais:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #b70d0f;
}

.single-pais {
	font-weight: 300;
	text-rendering: geometricPrecision;
}

.single-pais #main {
	margin-top: 80px;
}

.single-pais #main p {
	font-size: 14px;
	line-height: 150%;
	margin: 0 0 15px 0;
}

.single-pais section {
	padding: 80px 0;
}

.single-pais section .head {
	margin-bottom: 60px;
}

.single-pais section .head h3 {
	font-size: 36px;
	line-height: 130%;
	margin: 0 0 30px;
}

.single-pais section .head p {
	font-size: 24px;
	line-height: 130%;
	color: #000;
	text-align: center !important;
	margin: 0;
}

.single-pais section .box-title {
	background-color: #d81115;
	color: #FFF;
	text-align: center;
	font-size: 28px;
	line-height: 130%;
	height: 170px;
	padding: 30px;
}

.single-pais #slider-pais {
	padding: 0;
	position: relative;
}

.single-pais #slider-pais .nombre-pais {
	position: relative;
}

.single-pais #slider-pais .nombre-pais h2 {
	color: #FFF;
	font-weight: 600;
	font-size: 82px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.single-pais #slider-pais .nombre-pais h2 {
		font-size: 50px;
		top: 50px;
		left: 15px;
	}
}

.single-pais #slider-pais .slide {
	position: relative;
	height: 600px;
}

.single-pais #slider-pais .slide figure {
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

.single-pais #slider-pais .slide .box {
	background-color: rgba(217, 17, 21, 0.75);
	padding: 100px 36px;
	color: #FFF;
}

.single-pais #slider-pais .slide .box h2 {
	font-size: 64px;
	line-height: 130%;
	font-weight: 300;
	margin: 0 0 30px;
	letter-spacing: -3px;
}

.single-pais #slider-pais .slide .box h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	margin: 0;
}

.single-pais #slider-pais .slide .box h5 {
	font-style: italic;
	font-size: 18px;
	line-height: 130%;
	margin: 0;
}

.single-pais #slider-pais .box .btn-mas {
	margin: 60px 0 0 0;
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 130%;
}

.single-pais #slider-pais .bx-next {
	top: 50%;
	right: 15px;
	left: auto;
}

.single-pais #slider-pais .bx-prev {
	top: 50%;
	left: 15px;
	right: auto;
}

.single-pais #slider-pais .bx-pager {
	bottom: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.single-pais #slider-pais .bx-pager a {
	background: rgba(255, 255, 255, 0.5);
}

.single-pais #slider-pais .bx-pager a.active {
	background: #FFF;
}

.single-pais #menu-pais {
	margin-top: -25px;
	position: relative;
	padding: 0;
}

.single-pais .navegacion-pais {
	width: 100%;
	background-color: #e21717;
	box-shadow: 0px 1px 10px rgba(0,0,0, .5);
}

.single-pais .navegacion-pais ul {
	margin: 0;
	padding: 14px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-pais .navegacion-pais ul li {
	display: inline-block;
	list-style: none;
}

.single-pais .navegacion-pais ul li a {
	color: #FFF;
	padding: 10px 14px;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	transition: all 160ms ease-in-out;
}

.single-pais .navegacion-pais ul li a::after {
	height: 5px;
	background-color: #FFF;
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -14px;
	transition: all 160ms ease-in-out;
}

.single-pais .navegacion-pais ul li a:hover::after, .single-pais .navegacion-pais ul li a.active::after {
	left: 0;
	right: 0;
}

.single-pais .navegacion-pais ul li:last-child {

}

.single-pais .navegacion-pais ul li:last-child a {
	background-color: #FFF;
	color: #e21717;
	border-radius: 100px;
	padding: 10px 30px;
	margin: 0 0 0 14px;
}

.single-pais .navegacion-pais ul li:last-child a:hover {
	color: #FFF;
	background-color: #b70d0f;
}

.single-pais .navegacion-pais ul li:last-child a:hover::after {
	left: 50%;
	right: 50%;
}

@media (max-width: 656px){
	.single-pais .navegacion-pais ul {
		display: block;
	}

	.single-pais .navegacion-pais ul li {
		width: 100%;
	}

	.single-pais .navegacion-pais ul li a::after {
		display: none;
	}
}


.single-pais #mercado {

}

.single-pais #mercado .box-indicador {

}

.single-pais #mercado .box-indicador h4 {
	font-size: 34px;
	line-height: 100%;
	color: #d81115;
	font-weight: 700;
	margin: 0;
}

.single-pais #mercado .box-indicador h5 {
	font-size: 28px;
	line-height: 130%;
	margin: 5px 0 10px;
	font-weight: 300;
}

.single-pais #mercado .box-indicador p {
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 130%;
}

.single-pais #mercado .indicadores {
	height: 170px;
	max-height: 170px;
	overflow: hidden;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.single-pais #mercado .indicadores.active {
	height: auto;
	max-height: 510px
}

.single-pais #servicios {
/* 	background-color: #f0f0f0; */
background: rgb(240,240,240);
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );

}

.single-pais #servicios .box {
	margin: 0 0 30px 0;
}

.single-pais #actualidad {

}


.single-pais figure {
	width: 100%;
}

.single-pais #actualidad figure {
	height: 250px;
}

.single-pais #servicios figure {
	height: 280px;
	position: relative;
}

.single-pais #servicios figcaption {
	width: 100%;
	background-color: #F0F0F0;
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 130%;
	padding: 10px 15px;
	font-weight: 400;
	min-height: 120px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.single-pais #servicios figcaption a {
	color: #333;
	text-decoration: none;
}

.single-pais #servicios .servicios {
 	max-height: 400px;
	height: 400px;
	min-height: 0px;
	overflow: hidden;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.single-pais #servicios .servicios.active {
	height: auto;
	max-height: 500vh;
	min-height: 400px;
}

.single-pais figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.single-pais #actualidad h5 {
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	margin: 0 0 30px;
	color: #3a3a3a;
}

.single-pais #actualidad figcaption {
	width: 100%;
	color: #333;
	font-size: 24px;
	line-height: 130%;
	padding: 15px 0;
	font-weight: 400;
}

.single-pais #actualidad figcaption a {
	color: #333;
	text-decoration: none;
}


.single-pais #encuentranos {
	padding: 60px 0;
}


.single-pais #encuentranos h6 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.single-pais #encuentranos .btn-pais {
	margin: 30px 5px 15px;
}

red {
	color: #d81115 !important;
}

.single-pais #main + .separator {
	display: none;
}

.description {
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(217, 17, 21, 0.8);
	height: 100%;
	align-content: center;
	align-items: center;
	display: flex;

	visibility: collapse;
	opacity: 0;

	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.description.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.description p  {
	color: #FFF;
	text-align: center !important;
}

.slider .bx-wrapper {
	margin: 0 !important;
}


.home .slider .bx-wrapper .bx-next {
	top: 50%;
	right: 15px;
	left: auto;
}

.home .slider .bx-wrapper .bx-prev {
	top: 50%;
	left: 15px;
	right: auto;
}

@media (max-width: 480px){
	.home .slider .bx-wrapper .bx-next {
		display: none;
	}

	.home .slider .bx-wrapper .bx-prev {
		display: none;
	}
}

.topbox_bajada {
	-webkit-columns: 1 200px;
	-moz-columns: 1 200px;
	columns: 1 200px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
}

 @media (max-width: 767px){
	.topbox_bajada {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}

.topbox_bajada p {
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 150%;
}

.cualidades {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}


.cualidades .box {
	background-color: #e21717;
	width: 100%;
	height: 200px;
	padding: 30px;
	color: #FFF;
	display: flex;
	align-items: center;
}

@media (max-width: 767px){
	.cualidades {
		display: block;
	}

	.cualidades .box {
		height: auto;
		margin: 0 0 10px;
	}
}

.cualidades p {
	margin: 0;
}

.sucursales {
	background-color: #DCDCDC;
	padding-top: 30px;
	padding-bottom: 0;
}

.sucursales .navigation {
	width: 100%;
	height: 270px;
}

@media (max-width: 767px){
	.sucursales .navigation {
		height: auto;
	}
}

.sucursales .bx-wrapper .bx-viewport {
	background-color: transparent;
	height: auto !important;
}

.sucursales .box {
	margin-bottom: 30px;
	background-color: #FFF;
	padding: 30px;
	border-radius: 5px;
}

.sucursales .box .inner-box {

}

.sucursales .box .direccion {
	min-height: 60px;
	display: block;
}

.sucursales .box h4 {
	margin: 0 0 10px;
	color: #d81115;
	font-weight: 700;
	font-size: 16px;
	min-height: 40px;
}

.sucursales .box .contacto {
	border-bottom: 1px solid #dddddd;
	display: block;
	padding: 0 0 30px 0;
	margin-top: 5px;
	color: #333;
}

.sucursales .box .contacto .fa {
	color: #e01616;
}

.sucursales .box .ver-mapa figure {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 5px;
	background-color: #b0b0b0;
	color: #FFF;
}

.sucursales .box .ver-mapa:hover figure {
	background-color: #e01616
}

.sucursales .box .ver-mapa figure svg {
	width: 100%;
	height: 100%;
	fill: #FFF;
}

.sucursales .box .ver-mapa figure img {

}

.sucursales .box .ver-mapa {
	position: relative;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: -15px;
	text-decoration: none;
}

.sucursales .box .ver-mapa figure {
	display: inline-block;
}

.sucursales .box .ver-mapa span {
	display: block;
	color: #333;
}

#plataformas-tecnologicas {

}

.plataforma {
	padding: 30px;
	background-color: #f1f1f1;
	border-radius: 10px;
}

#plataformas-tecnologicas .plataforma figure {
	width: 100%;
	height: 160px;
	margin: 0;
}

#plataformas-tecnologicas .plataforma figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

#plataformas-tecnologicas .plataforma h4 {
	color: rgb(216, 17, 21);
	font-weight: 600;
	font-size: 1.6em;
	margin: 0 0 30px;
}

#plataformas-tecnologicas .plataforma p {
	margin: 0;
}

.acceder {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
}

.acceder:before {
	content: '';
	width: 1px;
	height: 160px;
	position: absolute;
	left: 0;
	display: block;
	background-color: #999999;
	top: 0;
}

@media (max-width: 767px){
	.acceder:before {
		display: none;
	}
}

#plataformas-tecnologicas .plataforma .acceder .svg {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#plataformas-tecnologicas .plataforma .acceder a {
	color: #333;
}

#plataformas-tecnologicas .plataforma .acceder .svg img {
	width: 70px;
	height: auto;
}

section#nosotros, section#servicios, section#encuentranos, section#filiales, section#plataformas-tecnologicas, section#contacto {
	display: block;
}

.off {
	display: none !important;
	transition: all 300ms ease-in-out;
	height: 0 !important;
}


@media (max-width: 767px){
	.single-pais #encuentranos .btn-pais {
		width: calc(50% - 10px);
		margin: 15px 5px 30px;
		float: left;
	}
}

@media (max-width:1200px) and (min-width:993px){
	#menu-navegacion li a {
		padding: 22px 7px;
	}
	.actions.visible-lg {
		padding-top: 24px;
	}
}

.fecha-post {
	font-size: 13px; color: #333; border-bottom: 3px solid #e21717; padding-bottom: 4px; display: inline-block; margin-top: 10px;
}
