@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1180px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	height: 168px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: url(../images/top/bgtop.png) center no-repeat;
	background-size: cover;
	position: relative;
}
.contentDarkTop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 48px;
	position: relative;
	padding-right: 177px;
}
.contentDarkTop .itemDarkTop a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
.contentDarkTop .itemDarkTop a img{
	margin-right: 5px;
	margin-top: 3px;
}
.contentDarkTop .itemDarkTop1{
	margin-right: 37px;
}


#logo {
    display: block;
    width: 200px;
    position: absolute;
    top: 32px;
    left: 15px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}

#topMenu{
	height: 120px;
	width: 100%;
	margin-top: 0px;
}
#menu{
	margin: auto;
	position: absolute;
	top: 0;
	right: 0px;
	height: 120px;
	text-align: center;
}
#menu ul{
	margin: 0;
	display: inline-block;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}
#menu li:before{
	content: '';
	position: absolute;
	width: 1.1px;
	height: 22px;
	top: calc(50% - 11px);
	right: -3px;
	background: url(../images/top/li.png) center no-repeat;
	background-size: cover;
}
#menu li a{
	display: block;
	color: #484848;
	position: relative;
	background: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height:30px;
	height: 30px;
	padding: 0 15px;
	/*9971291411*/
}
#menu li:last-child{
	float: right;
	margin-right: 0;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
	background: url(../images/top/bg.png);
	border-radius: 18.5px;	
}

#redes{
	width: auto;
	height: 31px;
	position: absolute;
	top: 8.5px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
}
#redes a{
	color: #ffffff;
	height: 24px;
	width: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/top/red1.png) center left no-repeat;
}
#redes .tr{
	background: url(../images/top/red1.png) center no-repeat;
}
#redes .yt{
	background: url(../images/top/red1.png) center right no-repeat;
}
#redes .in{
	background: url(../images/top/red2.png) center no-repeat;
}
#redes a:hover,#redes a:focus{
	opacity: 0.8;
}

#redes2{
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 13px;
}
#redes2 a{
	color: #ffffff;
	height: 24px;
	width: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
#redes2 a:last-child{
	margin-right: 0;
}
#redes2 a .fa{
	display: none;
}
#redes2 .fb{
	background: url(../images/top/red1.png) center left no-repeat;
}
#redes2 .tr{
	background: url(../images/top/red1.png) center no-repeat;
}
#redes2 .yt{
	background: url(../images/top/red1.png) center right no-repeat;
}
#redes2 .in{
	background: url(../images/top/red2.png) center no-repeat;
}
#redes2 a:hover,#redes2 a:focus{
	opacity: 0.8;
}
#redes .tk,
#redes2 .tk{
    background: #000;
    color:#fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#redes a svg,
#redes2 a svg{
  fill: #fff;
  width: 15px;
}
#redes2 .tk{
    height: 25px;
}

#prefooter{
	background: #3a3a3a;
	padding: 50px 0;
}
.imgprefoot{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
}
.textoPrefot{
	color: #d7d7d7;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.textoPrefot a{
	color: #d7d7d7;
}
.textoPrefot strong{
	text-transform: uppercase;
	font-weight: 800;
}
#menufoot{
	background: #4c4c4c;
}
.contentMenufoot{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 30px 0;
}
.contentMenufoot a{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}
.contentMenufoot div{
	margin-right: 49px;
}
.contentMenufoot div:last-child{
	margin-right: 0;
}



#datFooter{
	background: #3e3e3e;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contentDatFooter .item1,.contentDatFooter .item2,
.contentDatFooter .item3,.contentDatFooter .item4{
	padding-top: 49px;
	padding-bottom: 73px; 
}
.contentDatFooter .item1{
	width: 100%;
	margin-right: 0;
	background: #2e2e2e;
	position: relative;
	padding-bottom: 49px;
}
.contentDatFooter .item1 img{
	margin: auto;
}
.contentDatFooter .item2{
	margin-right: 55px;
}
.contentDatFooter .item3{
	margin-right: 55px;
}
.contentDatFooter .item4{}

.contentDatFooter .item1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 500px;
	height: 100%;
	background: #2e2e2e;
}
.contentDatFooter .item1:after{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	width: 500px;
	height: 100%;
	background: #2e2e2e;
}
.contentDatFooter .item1 .titleItem1{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: rgba(255,255,255,0.75);
	text-align: center;
	padding-top: 20px;
}
.contentDatFooter .item1 .titleItem1 span{
	display: block;
}
.contentDatFooter .titleItem{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 18px;
}
.contentDatFooter .cntItem{
	font-size: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: rgba(255,255,255,0.75);
}
.contentDatFooter .cntItem a{
	color: rgba(255,255,255,0.75);
}
.contentDatFooter .cntItem2{
	display: flex;
}
.contentDatFooter .cntItem2 div{
	width: 17px;
}
.contentDatFooter .item3 img{
	margin-right: 3px;
}
/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#353535;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 43px;
}
#footer .container{
	font-family:inherit; 
	font-size:inherit;
	padding-top: 19px;
	padding-bottom: 18px; 
}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*Footer*/
#footer{height:auto;}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter{
	margin-bottom:10px;
}
#footer .tfooter span{display:block; text-align:center; line-height:18px}

/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


/*#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 2;
}*/
#sliderTop{
	height: 380px;
	margin-top: 168px;
}
#sliderTop .slides li{
	height: 380px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.sliderIMG{
	display: none;
}
#sliderTop .contLogos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sliderTop .contLogos .container{
	height: 100%;
}

.caption{
	position: absolute;
	width: 662px;
	height: 259px;
	bottom: 0;
	left: calc(50% - 331px);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 60px;
	background: url(../images/top/ellipse.png) top center no-repeat;
	background-size: cover;
	text-align: center;
}

.caption .tit1{
	color: #e83f44;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 24px;
	margin-bottom: 17px;
	position: relative;
}
.caption .tit1:before{
	content: '';
	position: absolute;
	width: 141px;
	height: 5px;
	background: url(../images/top/linea.png) center no-repeat;
	background-size: cover;
	bottom: 0;
	left: calc(50% - 70.5px);
}
.caption .tit2{
	color: #3b3b3b;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 21px;
	line-height: auto;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.caption .tit3{
	color: #898888;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
}
.logoSlider{
	position: absolute;
	bottom: 40px;
	left: calc(50% - 255px);
}
.logoSlider img{
	margin: auto;
	width: 160px;
}
.textoSlider{
	width: auto;
	background: url(../images/banner/bgslider.png) center no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #ffffff;
	margin-top: 30px;
	line-height: 30px;
	padding: 10px 30px;
}
.flex-control-nav{
	bottom: 5px;
}
#sliderTop .flex-control-nav li:first-child::before,#sliderTop .flex-control-nav li:last-child::before{
	background: transparent;
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
	background: transparent;
	padding: 7px 2px;
}
.flex-control-paging li a {
    width: 17px;
    height: 17px;
    display: block;
    background: none;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0 0 3px transparent;
    border: solid 1px transparent;
}
.flex-control-paging li a:hover {
    background: transparent;
}
.flex-control-paging li a.flex-active{
    background: transparent;
    cursor: default;
}
.flex-control-paging li a:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: calc(50% - 2px);
	left: calc(50% - 2px);
	background: #ff3d42;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{
	border: solid 1px #ff3d42;
}

#main{
	overflow: hidden
}

#icoWa{
	background: url(../images/icoWa.png?v2) 0 0 no-repeat;
	width: 292px;
	height: 77px;
	position: fixed;
	bottom: 46px;
	right: 0;
	z-index: 5
}
.desktop .wow{
	visibility: hidden;
}
#textHome1{
	background: url(../images/inicio/fondo1.jpg?v2) center no-repeat;
	background-size: cover;
}
.contentHome1{
	height: 487px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #494949;
}
.titleHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 28px;
	text-align: center;
	color: #3a3a3a;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.titleHome1:before{
	content: '';
	position: absolute;
	width: 46px;
	height: 7px;
	bottom: -7px;
	left: calc(50% - 23px);
	background: #5e5e5e;
}
#textHome2{
	background: url(../images/inicio/fondo2.jpg?v2) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.contentHome2{
	height: 697px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
}

.btn-servicios{
	background: url(../images/inicio/btn-a.png) center no-repeat;
	width: 221px;
	height: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: auto;
	margin-top: 36px;
}
.btn-servicios:hover{
	color: #ffffff;
	opacity: 0.85;
	text-decoration: none;
}
#textHome3{
	background: url(../images/inicio/fondo3.jpg?v2) center no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contentHome3{
	position: relative;
}
.conteHome3des{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.conteHome3des img{
	margin-right: 20px;
	width: auto;
}
.home3{
	height: auto;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleHome3{
	text-align: center;
	font-size: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 44px;
	color: #000000;
}
.titleHome3 strong{
	font-weight: 900;
}
.contentHome3 .img-home3{
	margin: auto;
}
.sTitleHome3{
	text-align: center;
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
}
.sTitleHome3 strong{
	font-size: 20px;
}
.desLibro{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.desLibro a{
	display: block;
	width: 241px;
	height: 46px;
	background: #40817b;
	border-radius: 23px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 36px;
}
.desLibro a:hover,.desLibro a:focus,.btnDow:hover,.btnDow:focus{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.9;
}
#textHome4{
	padding-top: 73px;
	padding-bottom: 78px;
}
.imgHome4{
}
.home4{
	height: auto;
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0;
}
.titleHome4{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	text-align: center;
}
.titleHome4 span{
	font-weight: 900;
	display: block;
}
.stitleHome4{
	color: #616161;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	padding: 13px 0;
}
.btnDow{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/banner/btn.png) center no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 46px;
	border-radius: 23px; 
	cursor: pointer;
}
.regisHome4{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.regisHome4 img{
	margin-left: 20px;
}
.divDesHome4{
	width: 91px;
	min-height: 106px;
	background: #393a2f;
	padding: 9px 8px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.25px;
	color: #ffffff; 
	line-height: 20px;
}
.contDes{
	margin-top: 5px;
	font-size: 24px;
	line-height: 44px;
	background: #6d6d6d;
}

.cntLibro{
	border-radius: 6px;
}
.cntLibro .fancybox-skin{
	border-radius: 6px;
    position: relative;
    background: #ececec;
    color: #444;
    text-shadow: none;
}
.winLibro .titleLibro{
	background: url(../images/ventana/fondo.png?v2) center no-repeat;
	background-size: cover;
	height: 97px;
	padding: 11px 0;
}
.winLibro .titleLibro img{
	margin: auto;
}
.titleWinLibro1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #3c3c3c;
	text-align: center;
	line-height: 26px;
	padding-top: 14px;
	padding-bottom: 10px;
}
.fancybox-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 8040;
    background-size: cover;
}
#frmLibro{
	padding: 0 25px;
}
#frmLibro .form-group{
	margin-bottom: 6px
}
#frmLibro .form-control{
	display: block;
	height: 44px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
#frmLibro input[type=submit]{
	display:inline-block; 
	height:39px; 
	background:#189e42; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:'Open Sans', sans-serif; 
	font-size:14px;
	width: 159px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	border-radius: 20px;
	margin-top: 7px;
}
#frmLibro input[type=submit]:hover,
#frmLibro input[type=reset]:hover{opacity:.8}
#frmLibro .error input{
	border:solid 1px #000; 
	background:rgba(255,216,217,1.00); 
	color:#000;
}

#frmLibro input::-webkit-input-placeholder {color:#949494; opacity:  1;}
#frmLibro input:-moz-placeholder {color:#949494; opacity:  1;}
#frmLibro input::-moz-placeholder {color:#949494; opacity:  1;}
#frmLibro input:-ms-input-placeholder {color:#949494; opacity:  1;}
#frmLibro input:focus::-webkit-input-placeholder {opacity:0.5}
#frmLibro input:focus:-moz-placeholder{opacity:0.5}
#frmLibro input:focus::-moz-placeholder{opacity:0.5}
#frmLibro input:focus:-ms-input-placeholder{opacity:0.5}
#frmLibro .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmLibro .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#frmLibro .select{	
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/caret.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #FFF;
}

#formTop{
	position: relative;
	z-index: 5;
	padding-top: 60px;
	padding-bottom: 15px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #3a3a3a;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}
#frmContacto .tit:before{
	content: '';
	position: absolute;
	height: 7px;
	width: 46px;
	background: #5e5e5e;
	bottom: -7px;
	left: calc(50% - 23px); 
}
#frmContacto .tit2{
	text-align: center;
	color: #5e5e5e;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 30px;
}
#frmContacto .row{
	margin: 0 -4.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4.5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 53px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent;
	border: 1px solid #d6d6d6;
}
#frmContacto .textarea{
	height: 108px
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: rgba(25,158,65,0.75); 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 82px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 19px;
	margin-bottom: 40px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#mapSection{
	background: #57af3b;
	padding: 20px 0;
}
#mapSection .titleMap{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #ffffff;
	text-align: center;
}
#mapSection .titleMap img{
	margin-bottom: -2px;
	margin-right: 4px;
}
#cont1{
	padding-bottom: 50px;
}
.contentCont1{
	padding-left: 0px;
	position: relative;
	height: auto;
}
.bgDeposito{
	background: url(../images/contacto/fondo1.png) center left no-repeat;
	background-size: cover;
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
}
.bgSantander{
	background: url(../images/contacto/fondo2.png) center no-repeat;
	background-size: cover;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleSan{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	line-height: 36px;
	color: #ffffff;
	text-align: left;
	padding-bottom: 15px;
}
.titleSantander{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 0.25px;
	line-height: 36px;
	color: #ffffff;
	text-align: left;
}
.titleSantander strong{
	font-weight: 600;
}
.titleSantander span{
	display: block;
}
.contDatosBan{
	height: 147px;
	border-left: solid 1px #ffffff;
	padding-left: 40px;
	margin-left: 40px;
	display: flex;
	align-items: center;
}
.contentSomos1{
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #494949;
}
.contentSomos1 strong{
	font-weight: 800;
}
.titleSomos1{
	color: #3a3a3a;
	font-weight: 800;
	text-align: center;
	position: relative;
	font-size: 30px;
	line-height: 28px;
	padding-bottom: 24px;
	margin-bottom: 30px;
}
.titleSomos1:before{
	content: '';
	position: absolute;
	width: 46px;
	height: 7px;
	bottom: -7px;
	left: calc(50% - 23px);
	background: #5e5e5e;
}
#textSomos2{
	position: relative;
	height: 640px;
	margin-bottom: 8px;
}
#textSomos2:before{
	content: '';
	position: absolute;
	width: 956px;
	height: 100%;
	top: 0;
	right: calc(50% + 4px);
	background: url(../images/quienes/bg1.jpg);
	background-size: cover;
}
#textSomos2:after{
	content: '';
	position: absolute;
	width: 956px;
	height: 100%;
	top: 0;
	left: calc(50% + 4px);
	background: url(../images/quienes/bg2.jpg);
	background-size: cover;
}
.contentSomos2{
	padding-right: 50%;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}
.somos2{
	padding-right: 30px;
	height: 640px;
	display: flex;
	align-items: center;
}
.titleSomos2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 28px;
	color: #ffd222;
	text-align: left;
	padding-bottom: 18px;
	margin-bottom: 12px;
	border-bottom: solid 1px #ffffff;
}
.titleVision{
	margin-top: 50px;
}
#textSomos3{
	background: url(../images/quienes/bg4.jpg);
	background-size: cover;
	padding: 51px 0;
	margin-bottom: 8px;
	min-height: 606px;
	position: relative;
}
#textSomos3:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0px;
	right: 50%;
	top: 51px;
	background: url(../images/quienes/img1.png) center;
	background-size: cover;
}
#bg2Somos3{
	height: 300px;
	background: url(../images/quienes/img1.png) center;
	background-size: cover;
}
.contentSomos3{
	padding-left: 0;
}
.somos3{
	padding-left: 0px;
	padding-top: 28.5px;
	padding-bottom: 60px;
}
.titleSomos3{
	color: #363636;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 28px;
	text-align: left;
	padding-bottom: 23px;
}
.contentSomos3 ul{
	line-height: 36px;
	font-size: 14px;
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: left;
	list-style-image: url(../images/quienes/li.png);
	margin-left: 25px;
}
.contentSomos3 ul li{
	line-height: 24px;
	padding-bottom: 12px;
}
.contentSomos3 ul li:last-child{
	padding-bottom: 0;
}
.contentSomos3 ul strong{
	font-weight: 800;
}
#textHacer1{
	padding: 90px 0;
}
#textHacer1 div[class*="col-"]{
	width: 100%;
}
#textHacer1 img{
	margin: auto;
}
.contentHacer1{
	color: #494949;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 55px;
}
.titleHacer1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 28px;
	color: #bf2221;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.titleHacer1:before{
	content: '';
	position: absolute;
	width: 46px;
	height: 7px;
	left: calc(50% - 23px);
	bottom: -7px;
	background: #5e5e5e;
}

#textHacer2{
	position: relative;
	height: 617px;
}
#textHacer2:before{
	content: '';
	position: absolute;
	width: 960px;
	height: 100%;
	top: 0;
	right: 50%;
	background: url(../images/hacemos/1.jpg) center no-repeat;
	background-size: cover;
}
#textHacer2:after{
	content: '';
	position: absolute;
	width: 960px;
	height: 100%;
	top: 0;
	left: 50%;
	background: url(../images/hacemos/2.jpg) center no-repeat;
	background-size: cover;
}
.contentHacer2{
	padding-left: 50%;
	position: relative;
	z-index: 2;
	height: 617px;
	display: flex;
	align-items: center;
}
.hacer2{
	padding-left: 20px;
}
.titleHacer2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 28px;
	color: #ffffff;
	text-align: left;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 24px;
}
.titleHacer2:before{
	content: '';
	position: absolute;
	width: 46px;
	height: 7px;
	bottom: -7px;
	left: 0;
	background: #ffffff; 
}
.contentHacer2 ul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	text-align: left;
	list-style-image: url(../images/hacemos/li.png);
	margin-left: 20px;
}
#textHacer3{
	background: url(../images/hacemos/fondo3.jpg) center no-repeat;
	background-size: cover;
	padding-top: 62px; 
}
#textHacer3 .row{
	margin: 0 -15px;
}
#textHacer3 div[class*='col-']{
	padding: 0 15px;
	width: 100%;
}
#textHacer3 div[class*='col-']:first-child{
	background: transparent;
	margin-bottom: 0px;
	padding-bottom: 17px !important;
}
.bgGris{
	background: rgba(158,158,158,0.25);
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #494949;
	padding-bottom: 51px;
	padding: 0 30px 30px 40px;
}

.bggris0{
	background: rgba(158,158,158,0.25);
	padding-bottom: 51px !important;
	padding-left: 55px;
}

.bgGris strong{
	font-weight: 800;
}
.bggris2{
	padding-left: 55px;
}
.bggris2 span{
	display: block;
}
.bggris3{
	padding-bottom: 25px !important;
	margin-top: 17px;
}
.titleHacer3{
	color: rgb(217,174,26);
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 29px;
	line-height: 28px;
	text-align: left;
	padding-top: 55px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.titleTres{
	padding-top: 42px;
}
.subtitleHacer3{
	padding-top: 10px;
	display: flex;
	align-items: center;
} 
.subtitleHacer3 img{
	margin-right: 5px;
}
.subtitleh3{
	padding-top: 27px;
}
.imgperson{
	padding-top: 5px;
	position: relative;
}
.imgperson img{
	margin: auto;
	mix-blend-mode: darken;
}
.imgperson:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -385px;
	width: 437px;
	height: 300px;
	background: url(../images/hacemos/fondo4.png) center no-repeat;
	background-size: cover;
}
#textHacer4{
	padding-top: 63px;
}
#textHacer4 .row{
	margin: 0 -10.66px;
}
#textHacer4 div[class*="col-"]{
	margin-bottom: 48px;
	padding: 0 10.66px;
	width: 50%;
}
.contItemDip{
	max-width: 269px;
	min-height: 269px;
	margin: auto;
}
.contItemDip a{
	text-decoration: none;
}
.contItemDip figure{
	height: 269px;
	border: solid 1px #dbdbdb;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contItemDip figure img{
    max-height: 267px;
}
.contItemDip a:hover figure:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/hacemos/lup.png) center;
	border: solid 1px #dbdbdb;
}
.nameDip{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #616161;
	text-align: center;
	padding-top: 21px;
}
.nameDip span{
	display: block;
}
.titleDip1{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #2e2e2e;
	text-align: center;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.titleDip1:before{
	content: '';
	position: absolute;
	width: 43px;
	height: 4px;
	bottom: -4px;
	left: calc(50% - 21.5px);
	background: #e23820;
}

.cntNewHome1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #7e7e7e;
}
.titleNewHome1{
	color: #505050;
	font-weight: 800;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: 0px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 6px;
}
.titleNewHome1:before{
	content: '';
	position: absolute;
	width: 281px;
	height: 1px;
	background: url(../images/top/linea2.png);
	bottom: 0;
	left: calc(50% - 140px);
}
#textNewHome2{
	background: url(../images/top/fondo1a.jpg) center no-repeat;
	background-size: cover;
}
.contentNewHome2{
	height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: right;
}
.contentNewHome2 span{
	display: block;
}

#textNewHome3{
	padding: 114px 0;
	background: #f2f2f2;
}
#textNewHome3 div[class*="col-"]:last-child{
	position: relative;
}
#textNewHome3 div[class*="col-"]:last-child:before{
	content: '';
	position: absolute;
	top: -9px;
	left: 0;
	width: 1px;
	height: calc(100% + 34px);
	background: url(../images/top/linea3.png);
}
.cntHome3{
	max-width: 518px;
	margin-left: 0;
	margin-right: auto;
}
.cntHome3a{
	margin-left: auto;
	margin-right: 0;
}
.titleNewHome3{
	color: #303030;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding-top: 30px;
}
.tit2NewHome3{
	color: #7e7e7e;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	padding: 5px 0;
}
.title3NewHome3{
	color: #7e7e7e;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.btnDescargarNew{
	max-width: 323px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
}
.btnDescargarNew a{
	max-width: 323px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 21.5px;
	background: url(../images/top/verde.png);
}
.btnDescargarNew div.div1{
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #454545;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	background: url(../images/top/gris.png) top center no-repeat;
	background-size: cover;
	max-width: 254px;
	margin-left: auto;
	margin-right: auto;
}
.btnDescargarNew a:hover{
	text-decoration: none;
}

.btnServNew2{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0px;
	color: #ffffff;
	width: 221px;
	height: 59px;
	background: #353535;
	border-radius: 4px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.btnServNew2:hover{
	color: #ffffff;
	text-decoration: none;
}

.titleHacemos4a{
	background: #FF7933;
	font-family: 'Poppins',sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 25px 15px;
	margin-bottom: 50px;
}


#imageHome{
    padding: 100px 0 0;
}
#imageHome img{
    display:block;
    max-width: 100%;
    margin: 0 auto;
}

.rowBtn{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	height: inherit;
}
.rowBtn >div{
	width: 50%;
	height: inherit;
}
.rowBtn >div a{
	display: flex;	
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #FFF;
	height: 50px;
	line-height: normal;
	background: #FDE312;
	background: linear-gradient(34deg, rgba(253, 227, 18, 1) 0%, rgba(247, 175, 32, 1) 34%, rgba(242, 137, 43, 1) 74%, rgba(242, 137, 43, 1) 100%);
	-webkit-transition: linear all .2s;
  	-o-transition: linear all .2s;
  	transition: linear all .2s;
}
.rowBtn >div:first-child{
	border-right: solid 2px #FFF;
}
.rowBtn >div:first-last{
	border-left: solid 2px #FFF;
}
.rowBtn >div a:hover{
	background: #FDE312;
	background: linear-gradient(225deg, rgba(253, 227, 18, 1) 0%, rgba(247, 175, 32, 1) 34%, rgba(242, 137, 43, 1) 74%, rgba(242, 137, 43, 1) 100%);
}