/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  font-weight:300;
}

.redes-fixed{
	background-color: transparent;
	right:15px;
	position:fixed;
	padding:14px 10px;
	top:15%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}
	
.redes-fixed:hover{
	background-color: transparent;
	position:fixed;
	right:20px;
	padding:14px 10px;
	top:15%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}

.px-2{
	padding: 0px 20px 0 20px;
}

body {
/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

.not-overflow {
  overflow: hidden;
}

.grow-vt { transition: all 4s ease-in-out; }
.grow-vt-scale { transform: scale(40.9); }

#blue-circle {
  position: relative;
  z-index: 999999;
}

.box-border{
border:3px solid #000;
min-height: 206px;	
padding: 10px 30px;}

.absolute-circle {
position: absolute;
    top: -60%;
    left: -85%;
    right: 0%;
    width: 4400px;
    z-index: 999999;
}

.letter{transition:0.5s;}
.letter:hover{
	letter-spacing:1pt;
    transition:0.5s;
}

.mb-0{margin-bottom:0 !important;}
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-3{margin-bottom:30px;}
.mb-4{margin-bottom:40px;}
.mb-5{margin-bottom:50px;}

.mt1{margin-top:10px;}
.mt2{margin-top:20px;}
.mt3{margin-top:30px;}
.mt4{margin-top:40px;}
.mt5{margin-top:50px;}

.btn-full{
	width:100%;
}


.fs-1{font-size:33px;}
.fs-2{font-size:20px;}
.fs-3{font-size:18px;}
.fs-4{font-size:20px;}
.fs-5{font-size:16px !important;}

.mt0{
	margin-top:0;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.grow-shadow { transition: all .2s ease-in-out; }
.grow-shadow:hover { transform: scale(1.1);
-webkit-box-shadow: 0px 10px 42px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 42px -3px rgba(0,0,0,0.75);
box-shadow: 0px 10px 42px -3px rgba(0,0,0,0.75);}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

	.redes-fixed2{
	background:#333;
	right:0;
	position:fixed;
	padding:4px 8px;
	top:20%;
	width:30px;
	height:30px;
	z-index:1000;
	transition:0.3s;}

.redes-fixed2:hover{
	right:0;
	position:fixed;
	padding:4px 12px;
	top:20%;
	width:40px;
	height:30px;
	z-index:1000;
	transition:0.3s;}


.redes-fixed3{
	background:#333;
	right:0;
	position:fixed;
	padding:4px 10px;
	top:25%;
	width:30px;
	height:30px;
	z-index:1000;
	transition:0.3s;}

.redes-fixed3:hover{
	right:0;
	position:fixed;
	padding:4px 12px;
	top:25%;
	width:40px;
	height:30px;
	z-index:1000;
	transition:0.3s;}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.bg-1{
	background: url("../images/vnt-factoring-slide1.jpg") center top no-repeat;
}

.bg-1-int{
	background: #d5d5d5;
}

.xs-bloque2{
	background:#dbdada;
}

.xs-bloque3{
	background:#f2f2f2;
	padding: 50px 0;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	margin-top:0px;
    padding: 0px 0px 60px 0px;
    background:#000;
    border-top:#333 solid 1px;
}

footer p{font-weight:100;}

.box-foot-right{
	padding:60px 0px 0px 60px;
	border-left: 1px solid #fff;
}

.box-foot-left{
	padding:60px 15px 0px 15px;
}

.font-w300{font-weigt:100 !important;}
.font-w500{font-weigt:500 !important;}

.login{
	background:#fff;
	padding:5px 10px;
	color:#000 !important;}

/* Responsive Styles */




/*acciordion*/
.accordion {
  max-width: 100%;
  margin: 0 auto;
}
.accordion__title {
  font-family: 'industry', sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
}
.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__item {
    border-bottom: 2px solid #000;
  visibility: hidden;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion__item.is-active .accordion__itemTitleWrap::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__item.is-active .accordion__itemIconWrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__itemTitleWrap {
  display: flex;
  height: 3.5em;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.accordion__itemTitleWrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #f2f2f2;
  z-index: 1;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.accordion__itemIconWrap {
  width: 1.25em;
  height: 1.25em;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.accordion__itemTitle {
	color:#000;
  margin: 0;
  font-weight: 300;
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.accordion__itemContent {
  font-size: 0.875em;
  height: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 0 1.25em;
}
.accordion__itemContent p {
  margin: 0em 0 2em 0;
}


/*fin accordion*/




@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.hr-agf{
	border-top:3px solid #222f33;
}

.hr-white{
	border-top:1px solid #fff;
}

.mb30{
	margin-bottom:30px;}
.mb50{
	margin-bottom:50px;}
.mb70{
	margin-bottom:70px;}
.mb90{
	margin-bottom:90px;}
.mb110{
	margin-bottom:110px;}

.gray-top{
	background:#F2F2F2;
	padding:5px 0;}

.title-line{
	border-bottom:solid #AF0134 5px;
	padding-bottom:20px;
	margin-bottom:20px;}

.bg-gray{
	background:#BCBCBC;
	padding:60px 0;
	margin-top:50px;
	margin-bottom:-70px;}

.box-indicador{
	background:#333;
	padding:10px 10px;
	color:#fff;
	width:100px;
	text-align:center;
	float:left;
	margin:5px 0;}


.box-valor{
	background:#fff;
	padding:10px 10px;
	color:#333;
	width:55%;
	text-align:center;
	float:left;
	margin:5px 0;}


.box-up{
	background:#8CC63F;
	padding:10px 10px;
	color:#fff;
	width:50px;
	text-align:center;
	float:left;
	margin:5px 0;}

	.box-down{
	background:#C1272D;
	padding:10px 10px;
	color:#fff;
	width:50px;
	text-align:center;
	float:left;
	margin:5px 0;}

.fucsia{
	color:#AF0134;}


/*hover images*/
/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  overflow: hidden;
}
.effects .img:nth-child(n) {
}
.effects .img:first-child {
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(51, 51, 51, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}

/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#effect-2 .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-2 .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}
#effect-2 .img.hover .overlay {
  height: 100%;
}

/* ============================================================
  EFFECT 3 - SLIDE IN LEFT
============================================================ */
#effect-3 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#effect-3 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -30px;
}
#effect-3 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 4 - SLIDE IN RIGHT
============================================================ */
#effect-4 .overlay {
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
}
#effect-4 .overlay a.expand {
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto -30px auto 0;
}
#effect-4 .img {
  overflow: hidden;
}
#effect-4 .img.hover .overlay {
  width: 100%;
}

/* ============================================================
  EFFECT 5 - ICON BORDER ANIMATE
============================================================ */
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
  opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .effects {
    padding-left: 5px;
  }
  .effects .img {
  }
  .effects .img:nth-child(n) {

  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .effects .img {
    width: 100%;
  }
  .effects .img:nth-child(n) {
    margin-right: 0;
  }
  .effects .img:first-child {
    margin-left: 0;
  }
  .effects .img:nth-child(2n-1) {
    margin-left: 0;
  }
  .effects .img:nth-child(2n) {
    margin-right: 0;
  }
  .effects .img:last-child {
    margin-right: 0;
  }
  .effects .img img {
    margin: 0 auto;
  }
}
/*fin hover images*/


.box-equipo{
	background:#D6D6D6;
	padding:40px 5px 15px 20px;
	color:#000;
	min-height:125px;
	width:100%;
	float:left;
	margin:0;}

.box-services{
	border-top:solid 1px #000;
	padding:10px 0px 15px 0px;
	color:#000;
	width:100%;
	float:left;
	margin:0;}

.box-services:hover{
	background:#000;
	color:#fff;
	transition:0.5s;}

.fono{
	font-size:30px;}



.head{
	padding:25px 0 5px 0;}

.logo{
	margin-top:22px;
	margin-left:-15px;
	margin-bottom:20px;
}

.btn-header{
	margin:40px 10px 20px 0;
}

.btn-factoring{
	background: #000;
	padding: 20px 40px;
	color:#fff;
	font-size:9px;
}

.botones{
	border:solid 1.5px #000;
	text-align:center;
	font-size:13px;
	}

.botones2{
	background:#000;
	color:#fff !important;
	border:solid 1.5px #000;
	text-align:center;
	font-size:13px;
	}

.botones2 a{
	color:#fff;
}




.btn-ingreso{
	padding:3px 5px;
	font-size:14px;}

#first-menu{
	background:#FFF;}

#second-menu{
	background:#FFF;}



.bg-black{
	background:#0A0B0B;}


.box-white{
	background:#FFF;
	padding:20px;}

.bg-van1{
	background:#283436;
	padding:7% 0;}

.bg-van2{
	background:#B22938;
	padding:7% 0;}

.bg-van3{
	background:#B22938;
	padding:7% 0;}

.bg-van4{
	background:#dddddd;
	padding:7% 0;}



.padding-general{
	padding:40px 0;}


.box-img{
	position:relative;
	}

.box-texto{
	background: url(../images/bg-black.png) repeat;
	position:absolute;
	z-index:999;
	margin-top:-80px;
	height:80px;
	padding:15px 25px;
	width:91.5%;}

.box-texto2{
	background: url(../images/bg-black.png) repeat;
	position:absolute;
	z-index:999;
	margin-top:-90px;
	height:90px;
	padding:10px 26px;
	width:92.8%;
	font-size:14px;}


.btn {
  display: inline-block;
  padding: 3px 5px 2px 5px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}


/*pop up*/
#popup_content_wrap {width: 100%;height: 100%;top: 0;left: 0;position: fixed;background: rgba(0, 0, 0, 0.74);z-index: 9999999;}
#popup_content {
    width: 95%;
    height: 300px;
    padding:20px;
    position: relative;
    top: 10%;
    left: 3%;
 }
/*fin pop up*/


.box-not2{
	min-height:950px;
}

.box-event{
	min-height:500px;
}

.box-podcast{
	min-height:500px;
}

.mundo-vt-bg{
	background: url("../images/bg-mundo-vt-xs.jpg") center center no-repeat !important;
	background-size: 100%;
	padding: 0 30px;
}

	.contenedor-menu{
		padding:10px 0 0px 0;
	}

.contenedor-menu-white{
	}





.p-h1{
	font-size:35px;
	line-height: 28pt;
	font-weight:300;
}

.p-h11{
	font-size:22px;
	line-height: 28pt;
	font-weight:300;
}

.p-h1b{
	font-size:35px !important;
	line-height: 32pt;
	font-weight:700;
}

.p-h3{
	font-size:25px;
	line-height: 22pt;
	font-weight:300;
}

.cat-not{
	font-size:16px;
}

.tit-det h1{
	font-size:23px;
}

.tit-not1 h4{
font-size: 16px;
line-height: 22pt;}

.tit-not h4{
font-size: 18px;
line-height: 30pt;}

.estracto-not{
font-size: 15px;
line-height: 25pt;
margin-bottom: 10px;
}

.estracto-not1{
font-size: 13px;
line-height: 20pt;
	margin-bottom: 40px;
}

.tit-relacionadas {
font-size: 20px;
	margin-bottom: 20px;
}

.p-dest{
	font-size:14px;
	font-weight: 300;
}

.p-dest strong{
	font-size:16px;
	font-weight: 700;
}



/*CAROUSEL*/
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  color:#000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}


/*PRELOAD*/

.centrado{
	display:flex;
	height:100%;
	justify-content:center;
	align-items: center;}
	
.esconder{
	overflow:hidden;}	

.preloader {
  width: 70px;
  height: 70px;
  border: 10px solid #eee;
  border-top: 10px solid #666;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*FIN PRELOAD*/


.padding-agf{
	padding-right: 15px;
	padding-left: 15px;
}

.padding-agf2{
		padding-right: 15px;
	padding-left: 15px;
}

.padding-agf3{
		padding-right: 15px;
	padding-left: 15px;
}

.padding-cdb{
	padding:0 35px;
}


.pad-agf-menu{padding: 2px 21px 2px 10px !important;}



.black-home{
	background:#000;
	min-height: 600px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000;
  background: #000;
}

.tit-ad{min-height: 50px;}

.border-bottom{
	border-top: 2px #e6e6e6 solid;
	border-bottom: 2px #e6e6e6 solid;
	padding-bottom: 25px;
	padding-top: 15px;
	margin-top: 20px;
	min-height:330px;
}

.form-control {
   display: block;
  width: 100%;
  height: 50px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 3px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
	
	.form-control {
   display: block;
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 3px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	
.btn-factoring{
	background: #000;
	padding: 20px 40px;
	color:#fff;
	font-size:12px;
}	
	
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
  background:  transparent;
}
	
		.redes-fixed{
	background-color: transparent;
	right:15px;
	position:fixed;
	padding:14px 10px;
	top:25%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}
	
.redes-fixed:hover{
	background-color: transparent;
	position:fixed;
	right:20px;
	padding:14px 10px;
	top:25%;
	width:50px;
	height:50px;
	z-index:5000;
	transition:0.3s;}
	
	.border-bottom{
	border-top: 2px #e6e6e6 solid;
	border-bottom: 2px #e6e6e6 solid;
	padding-bottom: 25px;
	padding-top: 15px;
	margin-top: 20px;
	min-height:220px;
}
	
.marginnewsletter{
	padding-left:0;
	padding-right:0;
	}

.p-dest{
	font-size:22px;
	font-weight: 300;
}

.p-dest strong{
	font-size:22px;
	font-weight: 700;
}
	
	.p-h1{
	font-size:40px;
	line-height: 52pt;
	font-weight:300;
}
	
	.p-h11{
	font-size:40px;
	line-height: 28pt;
	font-weight:300;
}
	

	
.p-h1b{
	font-size:55px !important;
	line-height: 32pt;
	font-weight:700;
}

.p-h3{
	font-size:35px;
	line-height: 22pt;
	font-weight:300;
}
	
	.contenedor-menu-white{
	padding:10px 0 10px 0;
	}

	
	/*pop up*/
#popup_content_wrap {width: 100%;height: 100%;top: 0;left: 0;position: fixed;background: rgba(0, 0, 0, 0.74);z-index: 9999999;}
#popup_content {
    width: 37%;
    height: 300px;
    padding:20px;
    position: relative;
    top: 10%;
    left: 31%;
 }
/*fin pop up*/
	

	
	.contenedor-menu{
	padding:40px 0 10px 0;
	}

.contenedor-menu-white{
	padding:40px 0 10px 0;
	}
	
.cat-not{
	font-size:19px;
}


	
.tit-det h2{
	font-size:43px;
}

.tit-not1 h4{
font-size: 16px;
line-height: 22pt;}
	
.tit-not{min-height:70px;}	

.tit-not h4{
font-size: 22px;
line-height: 25pt;}

.estracto-not{
font-size: 15px;
line-height: 25pt;
min-height:60px;
}

.estracto-not1{
font-size: 13px;
line-height: 20pt;
	margin-bottom: 40px;
}

.tit-relacionadas {
font-size: 38px;
	margin-bottom: 60px;
}


.logo{
	margin-top:40px;
	margin-left:-50px;
	margin-bottom:40px;
}
	
	.p-h1{
	font-size:50px;
	line-height: 52pt;
	font-weight:200;
}


	.btn {
  display: inline-block;
  padding: 3px 20px 2px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.head{
	padding:15px 0 15px 0;}



.box-valor{
	background:#fff;
	padding:10px 10px;
	color:#333;
	width:100px;
	text-align:center;
	float:left;
	margin:5px 0;}

.bg-van1{
	background:#283436;
	padding:20% 0;}

.bg-van2{
	background:#B22938;
	padding:20% 0;}

.bg-van3{
	background:#B22938;
	padding:20% 0;}

.bg-van4{
	background:#dddddd;
	padding:22% 0;}

#first-menu{
	background:url(../images/bg-menu-quienes.jpg) right no-repeat;
	}

#second-menu{
	background:url(../images/bg-menu-servicios.jpg) right no-repeat;
	}

h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.foto-ejecutivo{
	margin-top:-50px !important;}

}


.foto-ejecutivo{
	margin-top:30px;}

.bg-tiulos{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulos-serv{
	background:url(../images/bg-titulos/bg-servicio.jpg) center no-repeat;
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulos-subserv{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulo-proyecto{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulo-noticias{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulo-contacto{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulo-equipo{
	padding: 0 0 3% 0;
	color:#FFF;
	}

.bg-tiulo-directorio{
    padding: 0 0 3% 0;
	color:#FFF;
	}

.line-bread{
	background:url(../images/bg-titulos/line-bread.png) repeat-x;
	height:3px;
	width:100%;
	margin-bottom:2.5%;}

.white{
	color:#fff;}

.list-serv{
	border-bottom:#e6e6e6 solid 1px;
	width:100%;
	padding:10px;}

.box-op-serv{
	border:#ccc solid 2px;
	padding:5px 5px;
	margin:15px 0;
	min-height:170px;}

.tit-op{
	height:40px;
	font-size:14px;
	line-height:1.2 !important;}

.line-h{
	line-height:1 !important;}

.tit-op2{
	height:40px;}

.datos-proyecto{
	border-left:#AF0134 solid 5px;
	padding-left:30px;}

.ejecutivo{
	margin-bottom:60px;}

.box-gray1{
	background:#4d4d4d;
	padding:10%;
	min-height:320px;}

.box-gray2{
	background:#666666;
	padding:10%;
	min-height:320px;}

.box-gray3{
	background:#808080;
	padding:10%;
	min-height:320px;}

.padding0{
	padding-left:0;
	padding-right:0;}

.box-fuscia{
	padding:1px 10px;
	background:#830127;
	color:#fff;
	float:left;}



.tit-one{
	padding:5.3% 5%;}

.tit-one-nazal{
	padding:3.7% 5%;}

.box1{
	border:#000 solid 1px;
	padding:20px;
	width:100%;}


.pad0{
	padding-left:0px !important;
	padding-right:0px !important;
}

.padbox{padding: 0 60px;}

.pad5{padding:5% 0;}
.pad10{padding:10% 0;}
.pad20{padding:17% 0;}
.pad30{padding:30% 0;}
.pad70-30{padding:50% 0 20% 0;}
.pad40{padding:40% 0;}
.pad50{padding:50% 0;}
.pad60{padding:60% 0;}



.p-h2{
	font-size:16px;
}




.p-small{font-size:10px;}

.border-left{
	border-left:2px #e6e6e6 solid;
    padding:0px 0px 0px 15px;
margin-top: 20px;}



.box-serv1{
	background: #ccc;;
}


.news{
	background:#f9f9f9;
	padding:15px 30px;
}

.bg-black{
	background:#000;
}

.blue-vt{color:#278eff;}

.tit-not h3 {font-size: 21px; line-height: 20pt;}




.letter-spacing1{
	letter-spacing: 3pt;}

.foto-noticias{min-height:120px;}

.btn-vt-blue{
	background: #278eff;
	color:#fff;
	letter-spacing: 2.5pt;
	padding:10px 100px;
}

.btn-vt-blue:hover{
	background: #000;
	color:#fff;
	letter-spacing: 2.5pt;
	padding:10px 100px;
}



.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb30{margin-bottom:30px;}

.box-not-mvt{
	min-height:280px;}

.box-not-mvt2{
	min-height:300px;}

.box-not{
	min-height:460px;
}

@media (min-width: 568px) {
	
	 .navbar-nav > li > a {
    font-size:10px;
  }
	
	.nav > li > a {
  padding: 10px 10px;

}
	
}



@media (min-width: 768px) {
	
			.p-h1{
	font-size:28px;
	line-height: 32pt;
	font-weight:200;
}
	
	.tit-det h1{
	font-size:28px;
}
	
 .navbar-nav > li > a {
    font-size:11px;
  }
	
	.box-not-mvt{
	min-height:540px;}
	
.box-not{
	min-height:550px;
}
	
		.nav > li > a {
  padding: 10px 10px;

}
	
		.mundo-vt-bg{
	background: url("../images/bg-mundo-vt-sm.jpg") center center no-repeat !important;
	background-size: 100%;
}
	
	
}

	.divisor-vertical{
		border-left: solid 0px #000;
	}

.pad-left{
	padding-left:0px;
}

@media (min-width: 1024px) {
	
		.p-h1{
	font-size:35px;
	line-height: 52pt;
	font-weight:200;
}
	
	.pad-left{
	padding-left:30px;
}
	
	
	.divisor-vertical{
		border-left: solid 2px #000;
	}	
	
	.tit-det h1{
	font-size:33px;
}
	
.box-not{
	min-height:550px;
}
	
		.box-not-mvt{
	min-height:350px;}
	
	
	   .navbar-nav > li > a {
    font-size:11px;
  }
	
	
	.padding-agf{
	padding-right: 45px;
	padding-left:0px;
}

.padding-agf2{
	padding-right: 0px;
	padding-left: 45px;
}

.padding-agf3{
	padding-left: 45px;
	padding-right: 0px;
}
	
		.mundo-vt-bg{
	background: url("../images/bg-mundo-vt-md.jpg") center center no-repeat !important;
	background-size: 100%;
}
	
}

.flecha{transition:0.5s;}
.flecha:hover{padding-top:10px;
transition:0.5s;}

@media (min-width: 1300px) {
	
	
	
.p-h1{
	font-size:65px;
	line-height: 52pt;
	font-weight:600;
}
	
.fs-1{font-size:70px;}
.fs-2{font-size:60px;}
.fs-3{font-size:50px;}
.fs-4{font-size:40px;}
.fs-5{font-size:16px !important;}	

	
.bg-1{
	background: url("../images/vnt-factoring-slide1-1366.jpg") center top no-repeat;
}	
	
	.pad-agf-menu{padding: 2px 31px 2px 10px !important;}
	
	h1,
.h1 {
  font-size: 32px;
}
	
	.tit-det h1{
	font-size:43px;
}
	
	.box-not{
	min-height:750px;
}
	
	
	.navbar-nav > li > a {
    font-size:15px;
		font-weight:600;
  }
	
	
		.nav > li > a {
  padding: 10px 20px;

}
	
		.padding-agf{
	padding-right: 85px;
	padding-left:0px;
}

.padding-agf2{
	padding-right: 40px;
	padding-left: 45px;
}

.padding-agf3{
	padding-left: 85px;
	padding-right: 0px;
}
	
		.mundo-vt-bg{
	background: url("../images/bg-mundo-vt.jpg") center center no-repeat !important;
	background-size: 100%;
}
	
	.form-control {
   display: block;
  width: 100%;
  height: 33px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 3px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	
	
}



@media (min-width: 1400px) {
	
.p-h1{
	font-size:70px;
	line-height: 52pt;
	font-weight:600;
}
	
.bg-1{
	background: url("../images/vnt-factoring-slide1-1440.jpg") center top no-repeat;
}


@media (min-width: 1800px) {
	
	.p-h1{
	font-size:85px;
	line-height: 52pt;
	font-weight:600;
}
	
		.contenedor-menu{
	padding:80px 0 10px 0;
	}
	
	.contenedor-menu-white{
	padding:80px 0 10px 0;
	}
	
.box-event{
	min-height:560px;
}
	
	.bg-1{
	background: url("../images/vnt-factoring-slide1-1920.jpg") center top no-repeat;
}
	
	.form-control {
   display: block;
  width: 100%;
  height: 50px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 3px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	
	
	
}


@media (min-width: 1900px) {
	
body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 19px;
  line-height: 1.9;
  color: #000;
  background-color: #fff;
  font-weight:300;
}	
	
.bg-1{
	background: url("../images/vnt-factoring-slide1-1920.jpg") center top no-repeat;
}
	
	.p-h1{
	font-size:95px;
	line-height: 52pt;
	font-weight:600;
}
	
.marginnewsletter{
	padding-left:160px;
	padding-right:160px;
	}	
	
		.p-h1{
	font-size:70px;
	line-height: 52pt;
	font-weight:200;
}
	
.p-h2{
	font-size:22px;
}	
	
.tit-not{min-height:60px;}
	
	.box-not{
	min-height:800px;
	margin-bottom:40px;
}
	
.tit-not h4{
font-size: 22px;
line-height: 22pt;}
	
.estracto-not{
font-size: 15px;
line-height: 25pt;
min-height:30px;
}
	
	
.box-event{
	min-height:640px;
}
	
	.espacio-flechas{
			margin-top:100px;
		}
	
}

@media (min-width: 2400px) {
	.p-h1{
	font-size:90px;
	line-height: 52pt;
	font-weight:200;
}
	
		.navbar-nav > li > a {
    font-size:20px;
		font-weight:600;
  }
	
.fs-5{font-size:21px !important;}		
	
.bg-1{
	background: url("../images/vnt-factoring-slide1-2560.jpg") center top no-repeat;
}		
		
.espacio-flechas{
			margin-top:200px;
		}		
		
	}


