@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 16px;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	font-size:200%;
	text-shadow:none;
}

h2{
	font-weight: 400;
	font-size: 1.45em;
}
a{
	cursor: pointer;
}
p b{
	font-weight: 500;
}
.p-0{
	padding: 0;
}
.p-3{
	padding: 2.5rem;
}
.p-5{
	padding: 5rem !important;
}
.pb-5{
	padding-bottom: 5rem;
}
.py-3{
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-5{
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.py-lg-5{
	padding: 5rem 0;
}
.mt-lg-5{
	margin-top: 5rem;
}
.px-5{
	padding: 0 5rem;
}
.px-lg-0{
	padding-left: 0;
	padding-right: 0;
}
.px-lg-5{
	padding-left: 5rem;
	padding-right: 5rem;
}
.pt-4{
	padding-top: 4rem;
}
.pt-5{
	padding-top: 5rem;
}
.ps-5{
	padding-left: 5rem;
}
.pe-5{
	padding-right: 5rem;
}
.mt-5{
	margin-top: 6.4rem !important;
}
.mt-3{
	margin-top: 3rem !important;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.mx-5{
	margin-left: 5rem;
	margin-right: 5rem;
}
.mb-2{
	margin-bottom: 2rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.mb-4{
	margin-bottom: 4rem;
}
.mb-5{
	margin-bottom: 5rem;
}

.d-block{
	display: block;
}
.d-flex{
	display: flex;
	flex-direction: column;
}
.d-lg-none{
	display: none;
}
.w-100{
	width: 100%;
}
.w-90{
	width: 90%;
}
.h-100{
	height: 100%;
}
.d-block{
	display: block;
}
.p-relative{
	position: relative;
}
.p-absolute{
	position: absolute;
}
.line.right{
	right: 0;
	top: 50px;
}
.line.bottom{
	bottom: -1px;
	left: 50px;
	z-index: 1;
}
.box{
	z-index: 1;
}
.box.left{
	left: -24px;
	bottom: 15px;	
}
.box.bottom{
	top: 24px;
	left: -72px;
}
.imgR{
	left: -48px;
	top: -36px;
	border-bottom: 4px solid #FE8513;
}
.flag{
	background: url(../img/flag.webp) #F3F5FA 0 0 no-repeat ;
	background-size: contain;
}
.navbar-wrapper{
	background:#fff;
	padding-top: 30px;
	/*padding-bottom: 20px;*/
	margin-top:0;
	position: relative;
}

.navbar-brand{
	/*background: url(../img/bk_logo.png) 0 0 no-repeat;*/	
	display:block;
	margin: -10px 0 0;
	padding: 0;
}
.navbar{
	margin-bottom: 0;
}
.navbar-static-top{
	border-bottom: 1px solid #ebebeb;
	/*margin-bottom :20px;*/
}

.navbar-nav	{
	margin-bottom:-1px;
}

.navbar-nav>li a{
	color:#373737;
	text-shadow: none;
	padding-bottom:30px;
}

.navbar-nav>li a:hover{
	color:#fe8513;
	background:none;
}

.navbar-nav>li.active{
	border-bottom: 1px solid #fe8513;
	color: #fe8513;
}

.navbar-nav>li.active a{
	color: #fe8513;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #999;
}

.navbar-nav>li a svg{
	width: 24px;
	margin-right: .5rem;
	margin-top: -.25rem;
	display: inline-block;

	vertical-align: middle;
}

.navbar-nav>li a span{
	display: inline-block;
}

.navbar-collapse button.btn{
	background:none;
	position: absolute;
	right:0;
	top: 70px;
	color:#373737;
	font-weight:300;
	font-style:italic;
}

button.btn{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modal-content{
	background:#fff;
	display:block;
	height:150px;
	width:232px;
}

.navbar-form .form-control {
	margin: 5px 0;
}

.btn-default{
	background: linear-gradient(133.57deg, #FDA92B -2.02%, #FD832B 107.35%);
	box-shadow: 16px 4px 64px rgba(18, 61, 101, 0.25);
	border-radius: 15px;
	color:#fff;
	border:none;
	transition: all ease .2s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active{
	background: linear-gradient(131.74deg, #FF9D0A -29.07%, #FB7D21 63.01%);
	color:#fff;
}

.navbar-form .btn-default{
	float:right;
}

.rounded{
	border-radius: 15px;
}

.carousel-caption h1{
	font-size: 50px;
	line-height:1;
	color:#000;
}

.carousel-caption p{
	font-size: 35px;
	line-height:1;
	color: #000;
}

.container h2{
	/*text-align: left;*/
	font-weight: 300;
	text-transform: uppercase;

}

a{
	color:#333;
	cursor: pointer;
	transition: all ease .2;
}

a:hover{
	text-decoration: none;
	color:#333;
}

.card{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(247.77deg, rgba(255, 255, 255, 0.7) 53.34%, rgba(255, 255, 255, 0.7) 82%);
	box-shadow: 16px 4px 48px rgba(63, 78, 91, 0.25), inset -8px -6px 80px rgba(255, 255, 255, 0.05);
	border-radius: 25px;
	padding: 100px 50px;
	width: 60%;
	margin: 0 auto;
}

.marketing{
	padding-bottom: 50px;
}

.container.marketing .btn-default{
	float:right;
	margin: 20px 26px 0 0;
}


.container.marketing .col-sm-4{
	/*padding: 0;*/
	margin-bottom: 20px;
}

.navbar-form .form-control{
	padding: 6px 22px;
}

.btn_complete{
	border-radius: 15px;
	overflow: hidden;
	transition: all ease .2s;
	opacity: 1;
}

.btn_complete img{
	width: 100%;
	/*box-shadow: -4px -2px 32px #FFFFFF, 4px 2px 32px rgba(48, 68, 107, 0.2);*/
}
.btn_complete:hover img, .btn_complete:focus img{
	opacity: .75;
}

.btn_complete:hover .btn-default, .btn_complete:focus .btn-default{
	background: linear-gradient(131.74deg, #FF9D0A -29.07%, #FB7D21 63.01%);
	color:#fff;
}

.dark-dg{
	background: linear-gradient(180deg, rgba(14, 14, 14, 0.65) 0%, rgba(14, 14, 14, 0.29) 12.94%, rgba(14, 14, 14, 0.05) 86%, rgba(14, 14, 14, 0.58) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	;
}

/*Alianzas*/

.mercados h1{
	font-size: 1.6em;
	margin-bottom: 1em;
}

.tabs{
	margin-top: 350px;
}

.carousel.rubros .nav-pills>li.active>a, .carousel.rubros .nav-pills>li.active>a:hover, .carousel.rubros .nav-pills>li.active>a:focus, .map .nav-pills>li.active>a, .map .nav-pills>li.active>a:hover, .map .nav-pills>li.active>a:focus{
	background-color: #333;
	color: #fff;
}

.nav-pills>li>a{
	font-weight: 300;
}

.container.alianzas .tab-pane h2{
	font-size: 1em;
	font-weight: 300;
	margin-top: .8em;
}

.container.alianzas .tab-pane a{
	color: #f18c2d;
	line-height: 4em;
}

.container.alianzas.tab-pane a:hover{
	text-decoration: underline;
}

.alianzas.carousel-caption h2 {
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}

.alianzas.carousel-caption p {
	font-size: 1.2em;
	line-height: 1.5;
	color: #fff;
	font-style: italic;
	text-align: left;
}

.alianzas.carousel-caption{
	top: 30%;
}

.ali_img{
	margin: -590px 0px 20px -50%;;
}

.txtTop{
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 150px;
}

.txtTop h2{
	font-size: 1.1em;
	font-weight: 300;
}

.txtTop p{
	font-style: italic;
}

.txtTop p.btn-default{
	font-style: normal;
}

.txtTop .col-lg-6:last-child{
	margin-top:50px;
}

.container.alianzas .tab-pane a.brochure{
	border-radius: 3px;
	background: #e8e8e8;
	padding: .5em 1em;
	line-height: 1;
	float: right;
	color: #999;
	font-weight: 300;
}

.container.alianzas .tab-pane a.brochure:hover{
	background: #ccc;
	transition: all 0.5s ease;
	color: #333;
}

.gray{
	background: #E6EAF4;
	padding: 2em 0;
}

.gray .row{
	border-bottom: 1px dashed #c0c0c0;	
}

.gray .row:last-child{
	border-bottom: none;
}

.gray h3{
	font-size: 1.2em;
	margin-top: 0;
}

.gray .vision .row{
	padding: 20px 0;
}


/*ABOUT*/

/*.container.aboutUs{
	margin-bottom: -2em;
}

.container.aboutUs .col-lg-4 img{
	margin-top:-3em;
	width: 100%;
}

.about{
	background: url(../img/ali.png) no-repeat 0 -100px;
	background-size: cover;
	margin: 0;
	min-height: 750px;
    padding: 2.5rem 0;
}

.about p{
	display: inline-block;
	line-height: 1.5em;
}

.about .txtTop{
	margin: 2.5rem 0;
}
/*.about > [class*="col-"] {
    padding: 0;    
}*/

/*.about a{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(247.77deg, rgba(255, 255, 255, 0.7) 53.34%, rgba(255, 255, 255, 0.7) 82%);
    box-shadow: 16px 4px 48px rgba(63, 78, 91, 0.25), inset -8px -6px 80px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 15px;
    transition: all ease .35s;
    display: block;
    overflow: hidden;
    margin-bottom: 150px;
}*/

.about a:hover, .about a:focus{
	background: linear-gradient(247.77deg, rgba(250, 253, 255, 0.7) 38.57%, rgba(230, 239, 245, 0.7) 91.11%);
	box-shadow: 6px 3px 24px rgba(63, 78, 91, 0.55), inset -8px -6px 80px rgba(255, 255, 255, 0.05);
}

.about .logo{
	padding: 50px 25px;
	min-height: 110px;
	text-align: center;
}
.about.carousel{
	height: 450px;
	margin-top: 0;
	overflow: hidden;
}
.serv.carousel{
	height: 400px;
}
.serv .dg{
	padding: 8rem 6rem 0;
}
.serv h2{
	color: #FFF;
	text-transform: uppercase;
	font-size: 4rem;	
}

.about.carousel .item{
	height: 100%;
}
.about .carousel-caption{
	top: 0;
	padding: 10rem 5rem 1rem;
	background: rgba(34,32,30,.75);
	bottom: 0;
	position: relative;
	height: 100%;
	left: 0;
}

.serv .item{	
	background: #000;
	max-height: 100%;
}

.about .carousel-indicators{
	display: none;
}
.about.carousel picture img, .serv.carousel picture img{
	top: 0;
	left: 0;
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	object-fit: cover;
}
.about .left.carousel-control, .about .right.carousel-control{
	height: 50px;
	width: 50px;
	left: 23%;
	top: auto;
	bottom: 5rem;
	background: rgba(0,0,0,0) !important;
	z-index: 999;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
}
.about .right.carousel-control{
	left: 25%;
}
.about .left.carousel-control:active, .about .left.carousel-control:focus, .about .left.carousel-control:hover{
	background: rgba(0,0,0,0) !important;
}

.left.carousel-control span, .about .left.carousel-control span{
	background: url(../img/prev-gray.svg) 0 0 no-repeat;
}
.right.carousel-control span, .about .right.carousel-control span{
	background: url(../img/prev-gray.svg) 0 0 no-repeat;
	transform: rotate(180deg) translateY(-1px);
}
.left.carousel-control span::before, .right.carousel-control span::before, .about .left.carousel-control span::before, .about .right.carousel-control span::before{
	display: none;
}
.about .carousel-caption h2{
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-size: 3rem;
}

.about.exito .left.carousel-control, .about.exito .right.carousel-control{
	left: auto;
	right: 24%;
	top: auto;
	bottom: 8rem;	
}
.about.exito .right.carousel-control{
	left: auto;
	right: 22%;
}

.about.exito .carousel-caption{
	width: 35%;
	height: 80%;
	top: 5%;
	left: auto;
	right: 0;
	position: absolute;
	text-align: left;
	color: #FFF !important;
	background: rgba(34,32,30,1);
	padding: 3rem 4rem 1rem;
}
.about.exito .carousel-caption h3{
	font-size: 6rem;
	font-weight: 800;
	line-height: 60%;
}

.about.exito .carousel-caption h3 span{
	display: block;
	font-size: 1.75rem;
	letter-spacing: 4px;
	font-weight: 300;
}

.about.exito .carousel-caption h3 span.plazo{
	padding-left: 2px;
}
.about.exito .carousel-caption h3 span.years{
	padding-left: 10px
}

.about.exito .carousel-caption p{
	text-transform: uppercase;
	color: #FFF;
	font-size: 2rem;
	margin-bottom: 0;
}
.about.exito svg{
	margin: 1.5rem 0;
}
.about.exito .carousel-caption small{
	font-size: 1.75rem;
	line-height: 105%;
}

.about.exito picture{
	display: block;
	width: 95%;
	height: 400px;
	overflow: hidden;
}

.about.exito picture img{
	position: relative;
	width: 100%;
	height: 100%;
}

.alz{
	background: #F3F5FA;
	background: linear-gradient(180deg,rgba(243, 245, 250, 1) 61%, rgba(255, 255, 255, 1) 61%);
}

.w-card{
	background: #FFF;
	border: 1px solid #DFE3EE;
	position: relative;
	height: 200px;	
	transition: all ease .5s;
	cursor: pointer;
}
.w-card:hover{
	background: #DFE3EE;
}
.w-card a{
	width: 100%;
	height: 100%;
}
.w-card svg, .w-card img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: auto;
}
/*.w-card img{
	width: 50px;
}*/
.bka-bro{
	background: url(../img/bka-brochure.webp) 0 0 no-repeat;
	background-size: cover;
}
.bka-bro h2, .bka-bro p{
	color: #FFF;
}

.bka-bro{
	display: block;
	cursor: pointer;
}

.bs-5{
	border-left: 1px solid #FFF;
}

.btn.arrow{
	background: transparent;
	color: #FE8513;
	transition: all ease .3s;
	border: none;
	padding: 0;
}
.btn.arrow:hover, .btn.arrow:focus, .btn.arrow:active{
	border: none;
	transition: all ease .5s;
}
.btn.arrow svg{
	transition: all ease .5s;
}
.btn.arrow:hover svg, .btn.arrow:focus svg, .btn.arrow:active svg{
	transform: translateX(10px);
}


.featurette{
	padding: 30px 0;
}

.featurette p{
	font-style: italic;

}

.featurette a{
	display: block;
	width: 100%;
	height: 230px;
	padding-top: 15px;
}

.featurette a:hover{
	background: #e9e9e9;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.container.map{
	background:  url(../img/mapaLATAM.jpg) 0 16px no-repeat;
	/*margin-top: 140px;*/
	position: relative;
	height: 500px;
}

.map .tabs{
	background: #e8e8e8;
	border-radius: 5px;
	margin-top: 0px;
	padding: 20px;
}

.map .nav-pills li{
	width: 24.6%; 
	float: left;
	text-align: center;
}

.orange{
	background: #ff7f00;
	border-radius: 5px;
	margin-top: 15px;
	padding: 20px 20px 10px;
	color: #fff;	
	height: 125px;
}

.orange:before {
	content: "";
	position: absolute;
	bottom: 50px;
	left: -15px;
	border-width: 9px 15px 9px 0;
	border-style: solid;
	border-color: transparent #ff7f00;
	display: block;
	width: 0;
}

.orange h2{
	display: inline-block;
	text-transform: none;
	font-weight: 200;
	font-size:  1.2em;
	padding: 0 40px;
	line-height: 1.5em;
}

.orange h2 span{
	font-weight: 400;
	display: block;
}

.orange-box {
	background: #ff7f00;
	position: absolute;
	top: 64px;
	left: -48px;
	width: 80%;
	height: 60%;
}

.mx, .ni, .pn., .py, .sa, .uy{}

.arg{
	position: absolute;
	top: 72px;
	left: -239px;
}

.bo{
	position: absolute;
	top: 39px;
	left: -230px;
}

.cl{
	position: absolute;
	top: 60px;
	left: -245px;
}

.co{
	position: absolute;
	top: -15px;
	left: -253px;
}

.cr{
	position: absolute;
	top: -12px;
	left: -270px;
}

.ec{
	position: absolute;
	top: 12px;
	left: -258px;
}

.gu{
	position: absolute;
	top: -28px;
	left: -285px;
}

.hn{
	position: absolute;
	top: -24px;
	left: -278px;
}

.mx{
	position: absolute;
	top: -68px;
	left: -347px;
}

.ni{
	position: absolute;
	top: -21px;
	left: -274px;
}

.pn{
	position: absolute;
	top: -8px;
	left: -263px;
}

.pe{
	position: absolute;
	top: 15px;
	left: -260px;
}

.py{
	position: absolute;
	top: 65px;
	left: -212px;
}

.sa{
	position: absolute;
	top: -19px;
	left: -278px;
}

.rd{
	position: absolute;
	top: -34px;
	left: -234px;
}

.uy{
	position: absolute;
	top: 94px;
	left: -202px;
}

.info{
	background: red; 	
}
.aboutUs{
	padding-bottom: 150px;
}
.aboutUs .col-md-4 img{
	width: 100%;
}

.aboutUs .orange-box{
	top: 70%;
	left: 0;
	height: fit-content;
}

.aboutUs .orange-box p{
	font-size: 1.85rem;
}

/*SERVICIOS*/

.serv-top{
	background: url(../img/servicios-top.jpg) no-repeat top center;
	background-size: 80%;
	min-height: 500px;
}

.serv-top .orange-bg{
	transform: translateY(300px);
}
.serv-top h1{
	font-weight: 700;
}

.financ{
	background: #F3F5FA;
	background: linear-gradient(180deg,rgba(243, 245, 250, 1) 30%, rgba(255, 255, 255, 1) 30%);
}

.financ h3{
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #FFF;
}
.financ .orange-bg{
	border-radius: 8px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all ease .2s;
}

.financ .orange-bg:hover, .financ .orange-bg:focus{
	background: linear-gradient(45deg, #f4ab2a, #f6a623, #f99b16, #fb9612, #fc9010, #fd8b10, #fe8513);
	box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
}

.solutions{
	background: url(../img/solutions.jpg) 0 -2em no-repeat;
	/*margin-top: 150px;*/
	min-height: 338px;
}

.phrase{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 5px 5px #d8d8d8;
	font-style: italic;
	font-weight: 300;
	font-size: 1em;
	line-height: 2em;
	padding:2em;
	margin-top: 4em;
	margin-bottom: 4em;
	background: #f4f4f4;
}

.accordion{
	margin-bottom: 2em;
}

.accordion-heading {
	border-bottom: 0;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 15px 20px;
	background: #f3f3f3;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
}

.accordion-inner {
	padding:20px;
	line-height: 2em;
}

.accordion-heading .accordion-toggle.active,
.accordion-heading .accordion-toggle:hover,
.accordion-heading .accordion-toggle:focus {
	color: #fff;
	background-color: #333;
}

.ecasXS p{
	color:#888888;
	line-height: 1.8em;
}

.ecasXS img{
	margin: 0 0 1em 0;
	display: inherit;

}

.gray_light{
	background: rgba(230,234,244,.35);
}

.servicios{
	padding-top: 0;	
}
.servicios a{
	display: block;
	position: relative;
}

.gray_light .servicios a::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(14, 14, 14, 0.05) 0%,rgba(14, 14, 14, 0.65) 100%);
	display: block;
}

.servicios h3{
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 12px;
	font-size: 1.35em;	
	color: #FFF;
	text-align: center;
	
}

.bk_arg{
	/*border-top: 1px solid #e8e8e8;*/
	font-variant: normal;
    /*padding-top: 50px;
    margin-top: 50px;*/
}

.bk_arg h3{
	font-weight: 400;
	font-size:1.2em;
	color: #666;
	margin-bottom: 0;
}

.bk_arg ol{
	padding: 0 0 0 20px;
	margin: 0;
}

.bk_arg li{
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #888888;
}

.carousel.rubros{
	height: 50px;
	background: none;	
	margin: 2em 0 2em;
}

.carousel.rubros .carousel-caption {
	margin: 0;
	top: 0;
	padding: 0;
	position: relative;
	left: 1%;
	right: 0;
	width: 92%;
}

.carousel.rubros .item{
	height: 50px;
	width: 100%;
	margin: 0 auto;
}

.carousel.rubros .carousel-caption .tab-pane p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.carousel.rubros .carousel-caption .tabs{
	margin-top: 0;	
	text-transform: uppercase;
}

.carousel.rubros .nav-pills>li {
	float: none;
	display: inline-block;
}

.carousel.rubros .carousel-control {
	top: 0px;
	position: absolute;
	width: 5%;
	font-size: 20px;
	color: #222;
	text-align: center;
	text-shadow: none;
	filter: none;
	opacity: .5;
}

.carousel.rubros .carousel-control.left, .carousel.rubros .carousel-control.right {
	background-image: none;
	filter: none;
	z-index: 2;
}

.tab-content{	
	line-height: 1.8em;
	margin-bottom: 40px;
}

/*ACTUALIDAD*/

.container.actual{
	/*margin-top: 150px;*/
}

.container.actual .lead{
	line-height: 1.9rem;
	font-size: 1.8rem;
}

.actual .col-lg-8 .col-lg-4{
	padding-left: 0;
}

.note h2{
	margin-bottom: 2rem;
}
.note a{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(247.77deg, rgba(255, 255, 255, 0.7) 53.34%, rgba(255, 255, 255, 0.7) 82%);
	box-shadow: 16px 4px 48px rgb(63 78 91 / 12%), inset -8px -6px 80px rgb(255 255 255 / 5%);
	backdrop-filter: blur(50px);
	border-radius: 15px;
	transition: all ease .35s;
	display: block;
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 25px;
	font-size: 1.5rem;
	text-align: center;

}

.note a:hover, .note a:focus {
	background: linear-gradient(247.77deg, rgba(250, 253, 255, 0.7) 38.57%, rgba(230, 239, 245, 0.7) 91.11%);
	box-shadow: 6px 3px 24px rgb(63 78 91 / 35%), inset -8px -6px 80px rgb(255 255 255 / 5%);
}
.nota{
	padding-bottom: 50px;
}
.nota h2{
	margin-bottom: 3rem;
}
.nota li{
	margin-bottom: 1.5rem;
}
.ind{
	position: relative;
	width: 100%;
	overflow-x:hidden;
}

#edit table{
	background-color: red;
}

.chart .indices{
	margin-left: -117px;
	margin-top: 1em;
	position: relative;
	z-index: 0;
}

.chart{
	margin-top: 15px;
}

.comServ{
	background: rgba(230,234,244,.65);
	padding: 25px;    
	margin-top: 25px;
}

.comServ p {
	letter-spacing: -.06;
	line-height: 1.43em;
	margin: 1.2em 0;
}
.comServ img{
	margin-top: 25px;
}

.gray.dark{
	background: #aaaaaa;
	margin-top: 0;
}

.verMas{
	display: block;
	width: 100%;
	text-align: right;
	color: #fe8513;
	background: none;
	border: none;
}

.verMas:hover, .verMas:hover, .verMas:active{
	text-decoration: underline;
	background: inherit;
	border: inherit;
}

.eventos .row{	
}

.eventos .col-xs-3{
	color: #fe8513;
	font-size: 1.4em;
	font-style: italic;
	padding-right: 5px;
}

.eventos .col-xs-9{
	padding: 0 0 0 2%;
	margin: 9px 0 0;
	line-height: 1.2em;
}

.eventos .col-xs-12{
	color: #777;
	font-style: italic;
	font-size: .9em;
	padding: 8px 0 0;
}

.eventos h3{
	font-style: italic;
	font-weight: 300;
	font-size:1.2em;
	color: #999;
	margin-bottom: 0;
}

.eventos #iframe{
	margin: 1.8em .7em 0;
	border: 10px solid #d8d8d8;
}

.fb_post{
	margin-left: auto!important;
	background: red!important;
}

.links h2{
	font-size: 1.5em;
	font-weight: 800;
	/*margin-bottom: 1em;*/
}

.links h3{
	color: #333;
	width: 100%;
}


.links ul{
	padding-left: 0;
	-webkit-margin-before: 0em;
	-webkit-padding-start: 0px;
}

.links ul:nth-child(1n+0) {
	margin-top: 2em;
}

.links li{
	list-style: none;
	margin-bottom: 1em;
	line-height: 1em;
}

.links li:hover{
	text-decoration: underline;
}

.links .col-lg-4, .links .col-lg-2{
	padding-left: 0;
}

.ecas{
	margin-bottom: 0;
}

.gray .links .row{
	padding: 15px 0;
}

.ecas h3{
	font-size: 1em;
	text-transform: none;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0;
}

.ecas h2{
	font-size: 1em;
	font-style: italic;
	text-transform: none;
	font-weight: 600;
}


/*CASOS DE EXITO*/

.phrase span{
	font-weight: 400;
	font-size:4em;
	vertical-align: text-top;
	color: #d8d8d8;
}

table#miyazaki caption {
	font-size: 2rem; color: #444;
	margin: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left, center right;
}

table#miyazaki {
	border-collapse: collapse;
	background: #333; color: #fff;
	text-rendering: optimizeLegibility;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 2em;
}

table#miyazaki thead th { font-weight: 300; }
table#miyazaki thead th, table#miyazaki tbody td {
	padding: 1.5em; font-size: 1.4rem;
}
table#miyazaki tbody td { font-size: 1.4rem;
	color: #444; background: #eee;
}
table#miyazaki tbody tr:not(:last-child) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.etapa{
	border-bottom: 1px dashed #999;
}

.container.finance{
	/*margin-top: 150px;*/
}

.finance .tabs{
	margin-top: 40px;
}

.nav-pills.light{
	margin-top: -20px;
}

.tab-pane li{
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.nav-pills.light>li>a{
	font-weight: 600;
	font-style: italic;
}

.nav-pills.light>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background: #d8d8d8;
	color: #222;
}

.accordion-heading.light .accordion-toggle{
	
	background: #d8d8d8;
}

.accordion-heading.light.last .accordion-toggle{
}

.accordion-heading.light .glyphicon-chevron-right{
	float: right;
}

.accordion-heading.light .accordion-toggle.active,
.accordion-heading.light .accordion-toggle:hover,
.accordion-heading.light .accordion-toggle:focus {
	color: #222;
	background-color: #d8d8d8;
}

.accordion-heading.light .accordion-toggle:hover .glyphicon-chevron-right, 
.accordion-heading.light .accordion-toggle:hover .glyphicon-chevron-right,
.accordion-heading.light .accordion-toggle:focus .glyphicon-chevron-right{
	transform:rotate(90deg);
}

.accordion-body.light h2{
	font-size: 1.2em;
	margin-top: 0;
	font-weight: 300;
}

.accordion-body.light h3{
	font-size: 1em;
	font-weight: 600;
	font-style: italic;
}

ul.instrum{
	margin: 2em 0;
}

.instrum li{
	display: inline-block;
	border: 1px solid #999;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 5px;
}

/*NOTAS*/

.notas{
	margin-top: 150px;
}

.container.notas a.verMas{
	text-align: left;
	font-size: .9em;
}

.notas .tab-pane h2{
	margin-bottom: 0;
}

.notas .tab-pane ul{
	margin-top: 1em;
}

.notas .tab-pane li{
	margin-bottom: .5em;
}
.breadcrumb>li{
	margin-bottom: 0;
}
/*.breadcrumb-item.active{
    width: 200px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}*/

.text-center{
	text-align: center;
}
.text-primary{
	color: #FE8513 !important;
}
.text-white{
	color: #FFF;
}
.text-uppercase{
	text-transform: uppercase;
}

a.text-primary{
	color: #FE8513 !important;
}

.bg-white{
	background: #FFF;
}
.misc{
	overflow-x: hidden;
	max-width: 100vw;
}
.misc h1{
	font-weight: 800;
}
.misc h3{
	font-size: 2rem;
}

.concept{
	min-height: 550px;
}
.concept a svg{
	width: 70%;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0);
	transition: all ease .5s;	
}

.concept a:hover svg, .concept a:focus svg, .concept a.active svg{
	width: 75%;
	border-color: rgba(255,255,255,1);
	text-decoration: none !important;
}


/*PRENSA*/
.prensa .banner{
	position: relative;
	padding: 5rem;
	overflow: hidden;
	margin-bottom: 5rem;
}

.prensa .banner h3{
	font-weight: 300;
	font-size:1.5rem;
	display: block;
}

.prensa background.banner h2{
	font-size: 3.5rem;
}
.prensa .banner h2 span{
	font-weight: 800;
}
.prensa .banner .bg{
	min-width: 100%;  /*width of parent container*/
	min-height: 100%; /*height of parent container*/
	height: auto;
	object-fit: cover; 
	top: 0;
	left: 0;
	position: absolute;
}
.prensa a{
	color: #FE8513;
	transition: all ease .3s;
}
.prensa a object{
	transform: translateY(-2px);
}

.prensa a:hover object, .prensa a:focus object, .prensa a.active object{
	transform: translate(10px,-2px);
	text-decoration: none;
}
.prensa .banner .text-lg{
	font-size: 1.9rem;
}
.prensa .card{
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height: 520px;
	background: #FFF;
	display: block;
}

.prensa .card h2{
	font-size: 2.5rem;
}
.prensa .card h2 span{
	font-weight: 800;
}
.prensa .card h3{
	font-weight: 300;
	font-size: 1.5rem;
}
.white-bg{
	background-color: #FFF;
}
.orange-bg{
	background: linear-gradient(45deg, #fe8513, #fd8b10, #fc9010, #fb9612, #f99b16, #f8a11c, #f6a623, #f4ab2a);	
}
.gray-9-bg{
	background-color: #F3F5FA;
}
.dark{
	background: #222;
}
.bg-25{
	background: #333;
	background-image: linear-gradient(to right top, #051937, #1e243c, #2f3141, #3e3e46, #4c4c4c);
}
.bg-25 svg{
	width: 250px;
	height: auto;
}
.kexim .img{
	background: url(../img/kexim.webp) 0 0 no-repeat;
	background-size: cover;
	height: 325px;
}
.orange-bg h3, .orange-bg p{
	color: #FFF;
}
.serv{
	background: url(../img/services-bg.svg) 0 250px repeat-x;
	background-size: 40%;	
}
.serv .card{
	width: 100%;
	padding: 2rem 3rem;
	height: 250px;
}
.serv .card h3{
	font-weight: 800;
	font-size: 2rem;
}
.en.carousel{
	background: #000;
}
.carousel video{
	width: auto;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
}

.aboutUs.en{
	padding-bottom: 0;
}
	
.en.about .carousel-caption{	
	background: transparent;	
	}

/*FOOTER*/

footer{
	background: #373737;
	/*height: 80px;
	margin-bottom: -40px;*/
	padding: 0;
	position:relative;
}

footer .navbar-nav>li.brand{
	background: url(../img/footer_bk_logo.png) 0 0 no-repeat;
	width:93px;
	height:35px;
	margin: 9px 0 0;
}

/*footer .navbar-nav{
	margin-bottom: -35px;
	}*/
	
	footer .navbar-nav>li{
		margin-top:10px;
	}

	footer .navbar-nav>li a{
		color:#fff;
		padding-bottom: 15px;
		background: transparent;
		border-bottom: none;
	}

	footer .navbar-nav>li a.social{
		background:#fff;
		border-radius:50%;
		height: 24px;
		width: 24px;
		color: #222;
		font-size:2rem;
		font-weight:900;
		text-align: center;
		margin-top:15px;
		padding: 0;
		line-height:1.2;
		margin-right:15px;		
	}
	
	footer .navbar-nav>li a.social:hover{
		background: #fe8513;
	}

	footer .copy {
		width:100%;
		background:#222;
		color:#fff;
		float:left;
		font-size: 90%;
		padding: 15px 0;
	/*position:absolute;
	bottom:0;*/
}

footer .copy .col-sm-7{
	text-align:right;
}


/*RESPONSIVE*/
@media (max-width: 1920px) {

	.about .left.carousel-control, .about .right.carousel-control{	
		left: 27%;
	}
	.about .right.carousel-control{
		left: 28%;
	}
	.carousel video{
		right: 18%;
	}
}
	@media (max-width: 1440px) {
		.orange-box{
			width: 80%;
			height: 58%;
		}
		.aboutUs{
			padding-bottom: 10rem;
		}
		.aboutUs.pb-0{
			padding-bottom: 0rem;
		}
		.aboutUs .orange-box{
			top: auto;	
			bottom: -5rem;
			left: 0;
			height: fit-content;
		}
		.about .left.carousel-control, .about .right.carousel-control{	
			left: 26%;
		}
		.about .right.carousel-control{
			left: 28%;
		}
		.serv.carousel{
			height: 350px;
		}
		
		.serv .dg{
			padding-top: 4rem;
		}

	}
	@media (max-width: 1280px) {
		.orange-box{
			width: 80%;
			height: 58%;
		}
		.about .left.carousel-control, .about .right.carousel-control{	
			left: 23%;
		}
		.about .right.carousel-control{
			left: 25%;
		}
	}
	@media (max-width: 1024px) {	

		/*HOME*/

		.marketing{
			margin-bottom: 30px;
		}

		.marketing .col-md-4 img{
			width: 91%;
		}

		/*ABOUT*/

		.about .carousel-caption{
			top: 0;
			padding: 10rem 3rem 1rem;
			background: rgba(34,32,30,.75);
		}

		.about .left.carousel-control, .about .right.carousel-control{	
			left: 21%;
		}
		.about .right.carousel-control{
			left: 24%;
		}

		.aboutUs .orange-box{
			width: 90%;
			top: 70%;
		}

	/*.arg {
    left: -156px;
    top: 78px;
	}

	.bo {
    left: -147px;
    top: 46px;
	}

	.co {
    left: -170px;
    position: absolute;
    top: -9px;
	}

	.cl {
    left: -162px;
    top: 66px;
	}

	.cr {
    left: -187px;
    top: -6px;
	}

	.ec {
    left: -175px;
    top: 19px;
	}

	.gu {
    left: -202px;
    position: absolute;
    top: -22px;
	}

	.hn {
    left: -195px;
    top: -18px;
	}

	.mx {
    left: -264px;
    top: -62px;
	}

	.ni {
    left: -191px;
    top: -15px;
	}

	.pe {
    left: -176px;
    top: 22px;
	}

	.pn {
    left: -180px;
    top: -2px;
	}

	.py {
    left: -129px;
    top: 71px;
	}

	.rd {
    left: -152px;
    top: -28px;
	}

	.sa {
    left: -197px;
    top: -14px;
	}

	.uy {
    left: -119px;
    top: 99px;
	}

	.container.aboutUs{
		margin-bottom: 0;
	}

	.aboutUs img{
		width: 120%;
		margin-bottom: -2em;
	}

    .about{
        padding-bottom: 0; 
    }
	.about a{
        margin-bottom: 0;
}

	.about .txtTop {
		margin-top: 40px;
	}

	.txtTop h2{
		margin-top: 0;
	}

	 .txtTop p{
		line-height: 1.5em;
		font-size: .9em;
	}

	.featurette a {
    height: 190px;
}

.eventos #iframe {
    margin: 2em 0 0;
    width: 104%;
}*/

/*SERVICIOS*/

.ecasXS img{
	width: 90%;
}

.servicios .col-md-4 h2 {
	font-size:1.5em;
	margin-bottom: 1em;
}

.servicios .col-md-4 img{
	width: 100%;
}

.phrase{
	float: right;
}
.serv.carousel{
	height: 300px;
}
.serv .dg{
	padding-top: 5rem;
}
.serv h2{
	font-size: 3rem;
}
/*ACTUALIDAD*/

.mt-5{
	margin-top: 1rem !important;
}
.comServ img{
	width: 100%;
}


.line.bottom{
	width: 90%;
	left: 42px;
}
.prensa .card{
	max-height: 570px;
}
.orange-box {
	top: 44px;
	left: -24px;
	width: 80%;
	height: 58%;
	padding: 2.5rem 2.5rem 1rem 3rem!important;
}
.carousel video {
		right: 5%;
	}
}
@media (max-width: 768px) {
	.d-none, .d-md-none{
		display: none;
	}

	.d-md-block{
		display: block;
	}
	.navbar-wrapper{
		padding-top: 0px;
	}

	.navbar-header{
		margin: 0;
	}

	.navbar-toggle{
		margin: 20px 50px 0 0;
	}
	.navbar-toggle .icon-bar {
		background: #777;
	}

	.navbar-toggle:hover{
		background: transparent;
	}

	.navbar-toggle:hover .icon-bar {
		background: #555;
	}

	.navbar-wrapper .navbar-collapse {
		padding: 0 25px;
	}

	.navbar-wrapper .container{
		padding: 0;
	}

	.navbar-nav {
		margin-top: 0;
		border-top: 1px solid #e9e9e9;
	}

	.navbar-nav > li a {
		border-bottom: none;
		padding: 20px 25px;
		background: #fff;
	}

	.navbar-nav > li:hover{
		background: #e9e9e9;
	}

	.navbar-brand{
		margin: 15px 0 15px 35px;
	}

	.navbar-brand svg{
		width: 200px;
		height: auto;
	}
	
	.phrase{
		margin-top: 300px;
	}
	.ecasXS img{
		width: 250px;
		margin: 25px auto;
	}

	.ecasXS{
		text-align: center
	} 

	.bk_arg {
		padding-top: 0px;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.bk_arg ol{
		text-align: left;
		padding-left: 15%;
	}

	.about a{
		margin-bottom: 25px;
	}

	.featurette a{
		height: auto;
		padding: 0;
	}

	.featurette p{
		display: none;
	}

	.concept a svg{
		width: 60%;
	}

	.concept a:hover svg, .concept a:focus svg, .concept a.active svg{
		width: 65%;
	}
	.prensa .card{
		max-height: 550px;
	}
	.px-0{
		padding-left: 0;
		padding-right: 0;
	}
	.py-lg-5{
		padding: 0;
	}
	.pt-lg-5{
		margin-top: 0;
	}
	.mt-lg-5{
		margin-top: 0;
	}
	.imgR{
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}

	.box.bottom{
		top: -24px;
		left: auto;
		right: 0;
	}
	.orange-box{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	.flag img{
		width: 120%;
	}
	.aboutUs{
		padding-bottom: 0;
	}
	.aboutUs .orange-box {
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.text-right.pt-5.pe-5{
		text-align: center;
		padding-top: 0;
	}
	.bs-5{
		border-top: 1px solid #FFF;
		padding-top: 1rem;
		margin-top: 3rem;
		border-left: none;
		padding-left: 5rem;
	}
	.about.exito picture{
		width: 100%;
	}
	.about.exito .carousel-caption{
		width: 100%;
		bottom: auto;
		height: 60%;
		top: 40%;
		padding: 2rem 4rem;
	}
	
.carousel video {
		right: 0%;
		width: 100%;
	}
	.serv.carousel{
	height: 380px;
}
.serv .dg{
	padding: 27rem 3rem 2rem 3rem;

}
.serv h2{	
	font-size: 2.5rem;	
}

}
@media (max-width: 425px) {

	/*HOME*/

	.navbar-toggle{
		margin: 15px 25px 0 0;
	}
	.navbar-static-top {
		border-bottom: none;
		margin-bottom: 0;
	}

	.navbar-nav li:hover a{
		color: inherit;
		background-color: #d8d8d8;
	}

	.navbar-nav > li.active, .navbar-nav > li.active:hover {
		border-bottom: none;
		background-color: #FE8513;
	}

	.navbar-nav > li.active a{
		color: #fff;
		background-color: #FE8513;
	}

	.navbar-wrapper {
		padding-bottom: 0;
		background: #fff;
		padding-top: 0px;
		border-bottom: 1px solid #d8d8d8;
	}

	.navbar-brand {	  
		margin: 15px 0 15px 30px;
		height: auto;
	}

	.navbar-brand svg{
		width: 175px;
		height: auto;
	}
	.carousel.home {
		/*background-size: auto 80%;*/    	height:380px;
		position: relative;
		margin-top: 0;
		margin-bottom: 0px !important;
	}

	.carousel-caption {
		background: rgba(0,0,0,.5);
		width: 100%;
		left: 0;	  bottom: 170px;
		position: absolute;
		z-index: 1;
		top: inherit;
		padding-bottom: 30px;
	}

	.carousel-caption h1 {
		font-size: 2.1em;
		color: #fff;
	}

	.carousel-caption p {
		font-size: 1.4em;
		color: #fff;
		margin-bottom: 0;
	}

	.carousel-indicators {
		display: none;
	}
	.container.marketing .col-sm-4{
		padding: 0 15px;
	}
	.marketing{
		margin-bottom: 0;
	}

	.marketing .col-md-4{
		float: left;
		margin-bottom: 15px;
	}

	.marketing .col-md-4 img {
		width: 100%;
	}

	.marketing .col-md-4 h2{
		text-align: cleft;
		background: rgba(0,0,0,.5);
		position: absolute;
		bottom: -10px;
		width: 91.8%;
		padding: 15px;
		color: #fff;
		font-weight: 300;
		z-index: 1;
	}

	.container.marketing .btn-default {
		bottom: 10px;
		float: none;
		position: absolute;
		right: 25px;
		z-index: 2;
		margin: 0;
		padding: 6px 12px 3px;
	}
	
	footer{
		height: auto;
	}

	footer .navbar-nav {
		border-top: none;
	}

	footer .copy{
		height: auto;
	}

	footer .navbar-nav {
		margin-bottom: 20px;
	}

	footer .navbar-nav.navbar-left {
		margin-top: 20px;
	}

	footer .copy .col-sm-7 {
		text-align: center;
		padding-bottom: 0px;
	}

	footer .copy .col-sm-5 {
		text-align: center;
		margin-top: 10px;
	}

	footer .navbar-nav > li {
		border-bottom: 1px solid rgba(0,0,0,.2);
		margin-top: 0;
	}

	footer .navbar-nav > li:last-child {
		border-bottom: none;
		text-align: center;
	}
	footer .navbar-nav>li a.social{
		margin: 0 auto;
	}
	footer .nav > li:hover {
		background: inherit;
	}

	footer .navbar-nav > li.brand {
		display: none;
	}

	footer .navbar-nav > li a {
		border-bottom: none;
		font-size: 1em;
		padding-bottom: 8px;
		text-align: center;
	}

	footer .navbar-nav > li.active a{
		background-color: #FE8513;
	}

	footer .navbar-nav > li a {
		background: #333;
	}

	footer .navbar-nav > li:hover a {
		background: #FE8513;
	}

	footer .copy {
		padding-bottom: 10px;
	}
	.serv.carousel{
		height: 420px;
	}
	.serv .dg {
        padding: 23rem 3rem 2rem 3rem;
    }

	/*ABOUT*/

	/*.container.aboutUs {
  margin-top: 60px;
}

	.container.map{
		display: none;
	}

	.featurette a {
    height: 136px;
	}

	.featurette p {
    font-size: 90%;
	}

	.featurette h2 {
		margin: 0;
	}

	.txtTop .col-md-6:last-child{
		display: none;
	}

	.about{
		height: auto;
	}

	.about .txtTop {
    margin-top: 20px;
	}

	.aboutUs .col-md-4{
		padding-right: 0;
	}*/

	.about.carousel{
		height: auto;
	}
	.about.carousel .item{
		height: 450px;
	}
	.about .carousel-caption{	
		padding: 3rem 2rem;
		bottom: 0;
		position: absolute;
		top: 60%;
	}
	.about .carousel-caption h2{
		font-size: 3rem;
	}

	.en.about.carousel .item{
		height: 300px;
	}
	
	.en.about .carousel-caption {
        padding: 0 4rem;
        position: absolute;
        top: 60%;
    }
    .en.about.carousel{}

	.aboutUs{
		padding-bottom: 0;
	}
	.aboutUs img {
		width: 100%;
	}  

	.aboutUs .pt-5{
		padding-top: 0;
	}

	.aboutUs .orange-box.p-5{
		bottom: 0;
		padding: 3rem 2rem !important;
		margin: 4rem 0 ;
	}
	
	.alz{
		margin-bottom: 0 !important;
	}

	/*SERVICIOS*/

	.solutions{
		background-size: 100% auto;	
		/*height: 210px;*/
		min-height: 210px;
		margin-top: 60px;
	}

	.bk_arg {
		padding-top: 25px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.phrase {
		margin-top: 210px;
		font-size: 1em;
		width: 100%;
		padding: 20px 15px 5px;
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 20px;
		text-align: center;
	}

	.gray .servicios{
		display: none;
	}

	.servicios .col-md-4{
		margin-bottom: 15px;
	}

	.servicios .col-md-4 img {
		width: 100%;
	}

	.servicios .col-md-4 h2{
		text-align: center;
		background: rgba(0,0,0,.5);
		position: absolute;
		bottom: -10px;
		width: 91.8%;
		padding: 10px 0 5px 0;
		color: #fff;
		font-weight: 300;
	}

	.gray{
		padding-bottom: 0;
	}

	.gray_light .gray{
		display: none;
	}

	.ecasXS img{
		display: none;
	}

	/*ACTUALIDAD*/

	.container.actual {
		margin-top: 60px;
	}

	.links h2, .ecas h3 {
		padding-left: 15px;
	}

	.ecas h2{
		padding-left: 0;
	}

	.ecas{
		margin-bottom: 0;
	}

	.eventos #iframe {
		margin: 2em 16% 0;
		width: 66.5%;
	}

	.comServ img {
		width: 100%;
		margin-top: 15px;
	}

	.actual .col-md-4 {
		padding: 0 30px;
	}
	.bg-25 svg{
		width: 180px;
		height: auto;
	}
}

@media (max-width: 320px){
	.navbar-brand svg{
		width: 125px;
		height: auto;
	}
	.marketing .col-md-4 h2 {
		width: 100%;
		border-radius: 0 0 15px 15px;
	}


}