@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

/*---Color primary---
yellow light #ffeba7
blue #404f94
*/

body{
  font: 300 16px/26px Roboto,Arial,Helvetica;
}

.title-page-intrernal{
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 20px;
}
.container-titlePage{
  border-top: 1px solid #c2c1c194;
  border-bottom: 1px solid #c2c1c194;
  margin-bottom: 20px;
}

.bg-fomevi{
    background-color:  transparent;
}
header{
  position: relative;
    top: -110px;
}
.item-nav{
    color: #363636 !important;
    letter-spacing: 0.1em;
    opacity: 0.9;
}
.text-white{
  color: white !important;
}
#navbar{
  padding: 16px 6px;
  transition: ease-in all .4s; 
  -moz-transition: ease-in all .4s;
  -webkit-transition: ease-in all .4s;
}

.navbar-fixed{
  background-color: white;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: ease-in all .4s; 
  -moz-transition: ease-in all .4s;
  -webkit-transition: ease-in all .4s;
}


.navbar .megamenu{ padding: 1rem; }

.item-nav:hover {
 color: #363636 !important;
 opacity: 1;
 transition: ease-in-out all .4s; 
 -moz-transition: ease-in-out all .4s;
 -webkit-transition: ease-in-out all .4s;
}

a.item-nav.btn.button-transaccion.from-left.text-white:hover {
  color: #ffffff !important;
  opacity: 1;
  transition: ease-in-out all .4s; 
  -moz-transition: ease-in-out all .4s;
  -webkit-transition: ease-in-out all .4s;
 }

.item-nav:focus {
  color: #252525 !important;
  opacity: 1;
  font-weight: 400;
  transform: scale(1.1);
}  

.item-nav:after {
  content: "";
  width: 0%;
  height: 1px;
  transition: all 0.8s ease;
  bottom: 25%;
}
.item-nav:hover::after {
  height: 1px;
}

.justify {
  text-align: justify;
}

.text-purple {
  color: #363636;
}

.bg-purple {
  background-color: #ffffff;
  color: #363636;
}
.bg-yellow {
  background-color: #f7f4d3;
  color: #363636;
}
.bg-blue {
  /*background-color: #d2dcf6;*/
  color: #162740;
  min-height: 210px;
}

.bg-blue .lead{
  font-weight: 300;
  font-size: 1.2em;
}

.bg-blue:hover {
  background-color: #f3f6fd;
  transition: ease-in-out all .4s; 
  -moz-transition: ease-in-out all .4s;
  -webkit-transition: ease-in-out all .4s;
}

.bg-blue hr::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0px;
  transition-delay: .5s;
}

.bg-blue:hover hr{
  height: 2px;
  background-color: #053fc7;
  left: 100%;
}

#clic{
  margin-top: -110px;
}

#convenios{
background: url(../img/bg-clic.jpg);
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 


#Preguntas{
  position: relative;
  background: url(../img/office.jpg);
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  }


.title_content{
  text-align: center;
  color: #102770;

}
.subTitle{
  font-size: 1.6em;
  padding: 0px;
  margin-bottom: 30px;
  color: #afb2b7fa;
}

.title_content h2{
  font-size: 2.6em;

}

section {
  padding: 4em 2em;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;  
}

section.active {
	opacity: 1;
	top: 0;
}

/*========== arrow nav ================*/
.carousel-control-prev-icon,
.carousel-control-next-icon{
    
    color: #333 !important;
    transition: .2s ease-in-out;
    height: 50px;
    width: 50px;
}

.carousel-control-next-icon{
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23333333%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23333333%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2014.990234%203.9902344%20A%201.0001%201.0001%200%200%200%2014.292969%205.7070312%20L%2033.585938%2025%20L%2014.292969%2044.292969%20A%201.0001%201.0001%200%201%200%2015.707031%2045.707031%20L%2035.707031%2025.707031%20A%201.0001%201.0001%200%200%200%2035.707031%2024.292969%20L%2015.707031%204.2929688%20A%201.0001%201.0001%200%200%200%2014.990234%203.9902344%20z%22%20color%3D%22%23333333%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
}
.carousel-control-prev-icon{
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22%23333333%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23333333%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M%2034.980469%203.9902344%20A%201.0001%201.0001%200%200%200%2034.292969%204.2929688%20L%2014.292969%2024.292969%20A%201.0001%201.0001%200%200%200%2014.292969%2025.707031%20L%2034.292969%2045.707031%20A%201.0001%201.0001%200%201%200%2035.707031%2044.292969%20L%2016.414062%2025%20L%2035.707031%205.7070312%20A%201.0001%201.0001%200%200%200%2034.980469%203.9902344%20z%22%20color%3D%22%23333333%22%20font-weight%3D%22400%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
}


/*=========== Noticias =================*/

.snip1529 {
  background: linear-gradient(0deg, rgb(100,100,100) 10%, rgb(54, 54, 54) 90%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #2b2b2b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 10px;
  max-width: 310px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  height: 340px;
  transform: perspective(800px);
  transform-style: preserve-3d;
}

.snip1529 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1529 img {
  max-width: 200%;
  height: auto;
  vertical-align: top;
  position: relative;
  opacity: 0.6;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

.snip1529 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1529 .date {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 800;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.snip1529 .date span {
  display: block;
  line-height: 14px;
}

.snip1529 .date .month {
  font-size: 11px;
}

.snip1529 h3,
.snip1529 p {
  margin: 0;
  padding: 0;
}

.snip1529 h3 {
  font-weight: 400;
  letter-spacing: -0.4px;
}

.snip1529 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: #ffeba7;
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
  color: #404f94;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.snip1529 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1529:hover .hover,
.snip1529.hover .hover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.snip1529:hover figcaption,
.snip1529.hover figcaption {
  opacity: 0;
}

.snip1529:hover .date,
.snip1529.hover .date {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*========================================*/

/*========= Tienes dudas ========*/
.snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #404f94;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #404f94;
  border-color: transparent #404f94;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: #ffeaa7;
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-snip{
  font-size: 1.2em;
  display: block;
}

.text-snip-subtitle{
  display: block;
  padding-top: 6px;
}

/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer{	padding: 20px 0;		
  background: linear-gradient(-45deg, #404f94, #665cc4, #1a317c, #05164e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;}
footer ul{	padding-left: 0;	list-style: none;}
footer ul li{	padding-top: 4px;}
footer a {  color: #ffeba7;}
/* Copy Right Footer */
.footer-copyright {	background: #102770;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #FFF;	margin: 2px 0 0;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ffeba7;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ffeba7; color: #363636;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}

/*============ icon whatsapp =====*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  padding: 6px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*======== caroousel ============*/

.owl-carousel .owl-item img {
  display: block;
  text-align: center;
  width:  auto !important;
  margin: auto;
}

.card-title {
  font-size: 1em;
  margin-bottom: 0.5rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    margin-bottom: 30px;
    border-top: 1px solid #cecece;
    text-align: center;
    font-size: 1.4em;
    background-color: #05164e;
    height: 100%;
    padding-bottom: 60px;;
    color: white;
  }

  .navbar-light .navbar-nav .nav-link{
    color: white !important;
  }

  .item-nav{
    padding-top:20px;
    letter-spacing: 0.40em !important;
  }
.button-transaccion{
  border: 1px solid #f1efef !important;
  color:white !important;
}
.snip1529 {
  max-width: 100% !important;
}


  }

  .atention_client{
    display: none;
  }
  .owl-item{
    width: 346px !important;
  }
  

.margin-content{
  height: 80px;
  width: 100%;
}

.owl-carousel .owl-stage{
  display: flex !important;
}

 @import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

.loading-page{
  background: #ececec;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-page .counter {
    text-align: center;
  }

  .loading-page .counter p {
    font-size: 30px;
    font-weight: 100;
    color: #404f94;
  }

  .loading-page .counter h1 {
    color: #404f94;
    font-size: 40px;
    margin-top: -10px;
  }
  .loading-page .counter hr {
    background: #404f94;
    border: none;
    height: 4px;
  }
  .loading-page .counter {
    position: relative;
    width: 200px;
  }
  .loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: #404f94;
  } 

.hidden{
  display: none;
}

a.disabled{
  color: #707cb5 !important;
  cursor:not-allowed;
}
.show{
  display: block;
}
.wrapper-spinner .loading-page{
  position: relative;
  width: 100% !important;
  height: 300px;
}

.content-slide{
  margin: 20px;
  text-align: center;
  align-items: center;
  height: 300px;
}
.content-slide p, img{
  align-items: center;
}

.content-slide img{
  height: 120px;
}
.content-slide p{
  text-align: justify;
  padding-top: 20px;
  padding-right: 20px;
}
.content-slide .line, .content-slide .line2{
  height: 1px;
  background-color: #ddd;
  margin: 4px;
}
.content-slide .line{
  width: 60px;
}
.content-slide .line2{
  width: 100px;
}
.navbar-light .navbar-nav .nav-link{
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-modalbox > mat-dialog-container {
  background-color: transparent !important;
}