body {
	font-family: 'avenir', 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: #000;
	text-align: justify;
	font-size: 20px;
	margin-bottom: 535px;
}
@media (max-width: 767px) {
	body {
	margin-bottom:800px;
}
}
@media (max-width: 440px) {
	body {
	margin-bottom:830px;
}
}
.bodyHome {
	margin-bottom: 471px;
	background: #ccdcee;
}
@media (max-width: 991px) {
	.bodyHome {
	margin-bottom: 455px;
}
}
@media (max-width: 767px) {
	.bodyHome {
	margin-bottom:735px;
}
}
html {
    position: relative;
    min-height: 100%;
}
a {
	color: #27409a;
}
a:hover{
	color: #27409a;
	text-decoration: underline;
}
.plecaTit {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1f1f1;
	padding: 150px 0;
	transition: all 0.3s ease;
	margin-top: 41px;
}
@media (max-width:505px) {
	.plecaTit {
	padding: 50px 0;
	}
}
.plecaTit h1 {
	color: #27409a;
	font-size: 60px;
	font-weight: 800;
}
@media (max-width:505px) {
	.plecaTit h1  {
	font-size: 43px;
	}
}
.plecaNos {
	background-image: url(../images/plecaNosotros.jpg);
}
.plecaBienes {
	background-image: url(../images/plecaBienes.jpg);
}
.plecaServicios{
	background-image: url(../images/plecaServicios.jpg);
}
.plecaNegocios {
	background-image: url(../images/plecaNegocios.jpg);
}
.infoFlotante {
	background-color: #FFF;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.14);
	box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.14);
	padding: 15px;
	margin-top: -100px;
}
.infoFlotante strong{
	color: #b6bf40 !important;
	font-style: normal !important;
	font-weight: 200;
}
@media (max-width:991px) {
	.infoFlotanteInfo {
	margin-top: 0px
	}
}
.contenido ul{
	padding-left: 15px;
}
.contenido h2{
	font-size: 24px;
	color: #27409a;
	font-weight: 800;
}
.contenido h1{
	font-size: 50px;
	color: #27409a;
	font-weight: 800;
	margin-bottom: 40px;
}
.contenido strong{
	color: #27409a;
	font-weight: 700;
}
.brouchure {
	font-style: italic;
}
.imgMargin {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.imgMargin {
	margin-top: 0px;
}
}
.marginSecciones {
	margin-top: 70px;
}
@media (max-width: 767px) {
	.marginSecciones {
	margin-top: 1.5rem;
}
}
.navCollapse{
	display: flex;
} 
@media (max-width: 991px) {
	.navCollapse{
	display: block;
	} 
}
.menuServicios {
	width: 32%;
	text-align: left;
}
@media (max-width: 991px) {
	.menuServicios {
	width: 100%;
	overflow: hidden;
	}
}
.menuServiciosBot {
	list-style-type: none;
	 margin: 0;
	 padding: 0;
	 font-size: 24px;
}
.menuServiciosBot li {
	padding-bottom: 13px;
}
@media (max-width: 991px) {
	.menuServiciosBot li {
	display: inline-block;
	font-size: 18px;
	}
}
.menuServiciosBot li a {
	color: #000;
	display: block;
	padding:  0 10px 0;
	text-decoration: none;
	transition:all .2s ease-in-out;
}
.menuServiciosBot li a:hover {
	color: #27409a !important;
	font-weight: 600;
	transition:all .2s ease-in-out;
}
.activoMenu {
	color: #27409a !important;
	font-weight: 600;
	border-left: solid 1px #b6bf40;
	border-bottom: solid 1px #b6bf40;
	transition:all .3s ease-in-out;
}
@media (max-width: 991px) {
	.activoMenu {
	border-left: transparent;
}
}
.infoServicios {
	background-color: #fafafa;
	border:solid 1px #b6bf40;
	width: 68%;
	font-size: 18px;
	color: #27409a;
}
@media (max-width: 991px) {
	.infoServicios {
	width: 100%;
}
}
.navLinks {
    display: none;
     opacity: 0;
    animation: anim .3s ease-in-out;
}
.showInfo {
	opacity: 1 !important;
	display: block !important;
	animation: anim .3s ease-in-out;
	padding: 20px;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*  estilos para esconder o mostrar un div y ponerles animación   */
.HighElement, .HighIcon, .NumeraliaItem, .HighElement2, .HighElement3 {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

.DivAnimShow {
	opacity: 1;
}
/*----------------------------------------------------------------*/


/* ----------------- ANIMACIONES ----------------- */
.zoomIN {

	transition: all .2s ease-in-out;

}

.zoomIN:hover {
  transform: scale(1.2) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomIN2 {

	transition: all .2s ease-in-out;

}

.zoomIN2:hover {
  transform: scale(1.02) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



.delay1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.3s;
}

.delay2 {
  -webkit-animation-delay: 1s;
  animation-delay: .6s;
}

.delay3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 0.9s;
}
.delay4 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 1.2s;
}

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1.5s;
}
.divIcon {
	display: inline-flex;
}
@media (max-width: 1199px) {
	.divIcon {
	display: block;
}
}
#header {
	background: #FFF;
}
.logoHeader {
	width: 91px;
}
@media (max-width: 767px) {
.logoCont {
	text-align: center;
}
}
.plecaHeader {
	transition:all .2s ease-in-out;
	padding-bottom: 30px;
	padding-top: 15px;
}
.headerTit {
	color: #000;
	font-weight: 700;
	font-size:35px;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	letter-spacing: 2px;
	transition:all .2s ease-in-out;
	line-height: 40px;
}
@media (max-width: 767px) {
	.headerTit {
	transition:all .2s ease-in-out;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	right: 13px;
	text-align: right
}
}
@media (max-width: 449px) {
	.headerTit {
	font-size: 20px;
	line-height: 30px;
}
}
.bandera {
	width: 81px;
	position: absolute;
	bottom: 0px;
	right: 5px;
	transition:all .2s ease-in-out;
}
@media (max-width: 767px) {
	.bandera {
	display: none;
}
}
.bandera2 {
	display: none;
}
@media (max-width: 767px) {
	.bandera2 {
	display: block;
	position: absolute;
	right: 13px;
	top: 5px;
	width: 40px;
}
}
.menuheader {
	position: absolute;
	background: #000;
	width: 100%;
	z-index: 1;
background: rgba(62,156,218,1);
background: -moz-linear-gradient(left, rgba(62,156,218,1) 0%, rgba(62,156,218,1) 35%, rgba(183,191,64,1) 35%, rgba(183,191,64,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,156,218,1)), color-stop(35%, rgba(62,156,218,1)), color-stop(35%, rgba(183,191,64,1)), color-stop(100%, rgba(183,191,64,1)));
background: -webkit-linear-gradient(left, rgba(62,156,218,1) 0%, rgba(62,156,218,1) 35%, rgba(183,191,64,1) 35%, rgba(183,191,64,1) 100%);
background: -o-linear-gradient(left, rgba(62,156,218,1) 0%, rgba(62,156,218,1) 35%, rgba(183,191,64,1) 35%, rgba(183,191,64,1) 100%);
background: -ms-linear-gradient(left, rgba(62,156,218,1) 0%, rgba(62,156,218,1) 35%, rgba(183,191,64,1) 35%, rgba(183,191,64,1) 100%);
background: linear-gradient(to right, rgba(62,156,218,1) 0%, rgba(62,156,218,1) 35%, rgba(183,191,64,1) 35%, rgba(183,191,64,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9cda', endColorstr='#b7bf40', GradientType=1 );
}
@media (max-width: 768px) {
	.menuheader {
		background:#b7bf40;
	}
}
.headerPlecas {
	position: absolute;
	top: 0px;
	width: 321px;
	right: 30px;
}
@media (max-width: 449px) {
	.headerPlecas {
	width: 260px;
}
}
.jetmenu {
    float: right;
    background: #b7bf40;
}
@media (min-width: 951px) {
.jetmenu {
    width: auto;
}
}
.jetmenu > li > a {
	color: #FFF;
	padding: 10px 24px;
}
@media (max-width: 991px) {
	.jetmenu > li > a {
		padding: 10px 14px;
	}
}
@media (max-width: 805px) {
	.jetmenu > li > a {
		padding: 10px 10px;
	}
}
@media (max-width: 768px) {
	.jetmenu > li > a {
		font-size: 17px;
	}
}
.jetmenu > li.showhide {
    background: #b7bf40;
}
.jetmenu > li.showhide{
	color: #FFF;
} 
.jetmenu > li.showhide .icon em {
	background: #FFF;
}
@media (max-width: 768px) {
	.jetmenu a {
		background: #b7bf40;
	}
}
@media (max-width: 991px) {
	.menuheader .container {
		max-width: 100%;
	}
}
.jetmenu > li > a:hover {
		background: #27409a;
	}
.ls-container {
	margin-top: 41px !important;
	z-index: 0;
	-webkit-box-shadow: 0px -2px 7px 8px rgba(0,0,0,0.16);
-moz-box-shadow: 0px -2px 7px 8px rgba(0,0,0,0.16);
box-shadow: 0px -2px 7px 8px rgba(0,0,0,0.16);
}
#secciones {
	background: #ccdcee;
	padding: 30px 0;
}
.seccionCard {
	background:  #FFF;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: solid 1px #87bfff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	padding: 15px 10px 55px;
	height: 100%;
}
.seccionCard h2 {
	color: #27409a;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.seccionCard ul{
	text-align: left;
	list-style-type: none;
	 margin: 0;
	 padding: 0;
	 font-size: 16px;
}
.seccionCard li{
	padding-bottom: 12px;
}
.botMasInfo {
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	width: 83%;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.botMasInfo {
		width: 89%;
	}

}
.botMasInfo a {
	text-decoration: none;
	color: #000;
	display: block;
}
.botMasInfo i {
	margin-left: 10px;
}
.botMasInfo i svg{
	font-size: 30px;
	vertical-align: middle;
	color: #b7bf40;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.botMasInfo:hover a i svg{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #7d8b94;
	padding: 30px 0;
	color:#FFF;
    font-size: 15px;
}
.footericonInfo {
	font-size: 50px;
}
.footer a{
	color: #FFF;
}
.socialMedia {
	margin-top: 30px;
}

.socialMedia img{
	width: 42px;
	height: auto;
	margin-right: 30px;
}
@media (max-width: 440px) {
	.socialMedia img{
	margin-right: 20px;
}
}
.socialMedia img:last-child{
	margin-right: 0px;
}
.socialMedia a:hover img{
	opacity: 0.7;
      filter: alpha(opacity=40);
	transition:all .2s ease-in-out;
}
.formaFooter input, .formaFooter textarea{
	background-color: #b8bfc4;
	border-radius: 0px;
	border: none;
	font-family: 'avenir', 'Nunito Sans', sans-serif;
}
.formaFooter .form-control::-webkit-input-placeholder { color: #000; font-size: 13px; }  /* WebKit, Blink, Edge */
.formaFooter .form-control:-moz-placeholder { color: #000; font-size: 13px;}  /* Mozilla Firefox 4 to 18 */
.formaFooter .form-control::-moz-placeholder { color: #000; font-size: 13px;}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #000; font-size: 13px;}  /* Internet Explorer 10-11 */
.formaFooter .form-control::-ms-input-placeholder { color: #000; font-size: 13px;}  /* Microsoft Edge */
.footer h1 {
	font-size: 24px;
	font-weight: 700;
}
.formaFooter input:focus, .formaFooter textarea:focus{
	background-color: #b7bf40;
}
.formaFooter textarea:focus,
.formaFooter input:focus,
.uneditable-input:focus {   
  outline: none !important;
    border:1px solid #000;
    box-shadow: 0 0 3px #b7bf40;
}
#valores {
	margin-top: 90px;
	padding-bottom: 30px;
}
#valores h1 {
	color: #2e358e;
}
.valoresIcono {
	margin-top: 30px;
	transition:all .3s ease-in-out;
}
.valoresIcono svg{
	width: 110px !important;
	height: 110px;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	padding: 15px;
	background: #acc337;
	color: #FFF;
	vertical-align: middle;
	transition:all .3s ease-in-out;
}
@media (max-width: 1199px) {
	.valoresIcono svg{
		display: block;
		margin: 0 auto;
	}
}
.valoresIcono span {
	font-size: 25px;
	color: #2e358e;
	margin-left: 20px;
	transition:all .3s ease-in-out;
	font-weight: 500;
}
@media (max-width: 1199px) {
	.valoresIcono span {
	text-align: center;
		display: block;
		margin-left: 0px;
}
}
@media (max-width: 474px) {
	.valoresIcono span {
	font-size: 19px;
}
}
.valoresIcono a {
	padding: 10px;
	display: block;
	transition:all .3s ease-in-out;
}
.valoresIcono a:hover{
	text-decoration: none;
	background: #edf0f1;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	display: block;
	width: 100%;
	transition:all .3s ease-in-out;
}
.valoresIcono a:hover svg{
	background: #409cda;
	transition:all .2s ease-in-out;
}
#misionVision img{
	width: 259px;
}

.modelosOpt {
	min-height: 376px;
	font-size: 18px;
	padding: 25px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.68);
	box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.68);
	text-align: left;
	height: 100%;
}
@media (max-width: 767px) {
	.modelosOpt {
		min-height: 100px;
		height: auto;
	}
}
.HighElement:first-child .modelosOpt, .HighElement:nth-child(3) .modelosOpt{
	border: solid 1px #87bfff;
	background-color: #87bfff;;
}
.HighElement:nth-child(2) .modelosOpt, .HighElement:nth-child(4) .modelosOpt{
	border: solid 1px #b7bf40;
	background-color: #b7bf40;;
}
.modelosOpt h4{
	margin-bottom: 20px;
}
.titSlide {
	color: #27409a;
	font-size: 60px;
	font-weight: 800;
	position: absolute;
	z-index: 200;
	width: 90%;
	text-align: left;
	margin-left: 50px;
	margin-top: 70px;
}
@media (max-width:505px) {
	.titSlide  {
	font-size: 43px;
	}
}
.botCursosWrap .botCursos:first-child{
	border-bottom: solid 1px #b7bf40;

}
.botCursos {
	padding: 5px 0 5px 5px;
}




.fancybox-iframe {
	 border-radius: .3em;
}
.fancybox-slide--iframe .fancybox-content  {
  	margin: 20px 0;
	border-radius: .3em;
    max-height: 100%;
    max-width: 80%;
}
@media (min-width: 758px) {
	.fancybox-slide--iframe .fancybox-content  {
    height: 500px !important;
		width: 950px !important;
}
}
@media (max-width: 632px) {
	.fancybox-slide--iframe .fancybox-content  {
 		width: 100%;
		max-width: 100%;
}
	.fancybox-slide {
		padding: 24px;
	}
}

.valoresVent {
	padding: 20px;
}
.valoresVent p{
	font-size: 22px;
	font-weight: 300;
	line-height: 37px;
	text-align: justify;
}
.valoresIcono2 {
	margin-top: 30px;
transition: all .3s ease-in-out;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.valoresIcono2 svg{
	width: 110px !important;
	height: 110px;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
	padding: 15px;
	background: #2e358e;
	color: #FFF;
	vertical-align: middle;
	transition:all .3s ease-in-out;
	z-index: 4;
}
@media (max-width: 1199px) {
	.valoresIcono2 svg{
		display: block;
		margin: 0 auto;
	}
}

p.valoresIcono2Tit {
	font-size: 35px;
	color: #2e358e;
	margin-left: 20px;
	transition:all .3s ease-in-out;
}
@media (max-width: 1199px) {
	p.valoresIcono2Tit {
	text-align: left;
		display: block;
		margin-left: 0px;
}
}
.circle {
  border-radius: 50%;
  background-color: #409cda;
  width: 190px;
  height: 190px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.flecha1 {
	position: absolute;
	top: 41%;
	right: -12px;
	font-size: 50px;
	color:#2e358e;
}
.flecha2 {
	position: absolute;
	right: -12px;
	font-size: 50px;
	color: #2e358e;
	bottom: -38px;
	right: 47%;
}

.flecha3 {
	position: absolute;
	top: 41%;
	left: -12px;
	font-size: 50px;
	color:#2e358e;
}
@media (max-width: 767px) {
	.flecha1 {
	position: absolute;
	left: 44%;
	bottom: -32px;
	font-size: 50px;
	color: #2e358e;
	transform: rotate(90deg);
	top: auto;
	right: auto;
}
.flecha2 {
	position: absolute;
	right: -12px;
	font-size: 50px;
	color: #2e358e;
	bottom: -38px;
	right: 46%;
}

.flecha3 {
	position: absolute;
	left: 45%;
	bottom: -32px;
	font-size: 50px;
	color: #2e358e;
	transform: rotate(-90deg);
	top: initial;
	right: revert;
}

}







