html {
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
}
body {
  padding-top: 66px;
  font-family: 'Montserrat', sans-serif;
  /*
  background: url(../img/bg-ivess.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  color: #044F98;
  line-height: 1.3;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main{
  flex: 1 0 auto;
}
a:hover{
  text-decoration: none;
}
img, picture{
  max-width: 100%;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.navbar{
  box-shadow: 0px 3px 6px #00000029;
}
.navbar .navbar-collapse{
  position: fixed;
  left: 0;
  top: 0;
  min-width: 250px;
  background: #FFF;
  color: #000;
  min-height: 100vh;
  padding: 20px;
  box-shadow: 9px 9px 15px #00000029;
}
.navbar .navbar-collapse a{
  color: #0284CD !important;
}
.navbar .navbar-collapse a:hover{
  color: #2BACE2 !important;
}
.navbar .navbar-collapse a.btn {
  color: #FFF !important;
}
.navbar-brand{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img{
  max-height: 50px;
  height: 50px;
}
.navbar-light .navbar-toggler{
  border: 0;
  color: #0284CD;
  outline: 0;
}
.navbar-light .navbar-toggler img{
  width: 35px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out .7s;
  height: 500px;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.usuario img{
  width: 35px;
}
.bg-light {
  background-color: #FFF!important;
}
.btn{
  font-weight: bold;
}
.btn-azul{
  background: #0284CD;
  color: #FFF;
}
.btn-azul:hover{
  background: #2BACE2;
  color: #FFF;
}
.btn-celeste{
  background: #2BACE2;
  color: #FFF;
}
.btn-celeste:hover{
  background: #0284CD;
  color: #FFF;
}
.btn-verde{
  background: #67A553;
  color: #FFF;
}
.btn-verde:hover{
  background: #4d7d3e;
  color: #FFF;
}
.btn.active{
  background: #044F98;
}
.texto-azul{
  color: #0284CD;
}
.texto-celeste{
  color: #2BACE2;
}
.texto-azul-oscuro{
  color: #044F98;
}
.texto-verde{
  color: #67A553;
}
h1, h2, h3, h4, h5{
  font-weight: bold;
}
p{
  margin-bottom: 0;
}
.carousel-caption .h1, .carousel-caption h2{
  text-shadow: 0px 3px 6px #000000B2;
}
.carousel-caption {
  right: 5%;
  left: 5%;
}
.iconos-home img{
  width: 60px;
}
.iconos-home h5{
  font-size: 0.8rem;
}
.iconos-home p{
  font-size: 14px;
}
.owl-nav{
  display: none;
}
.owl-dots{
  margin-top: 15px;
}
.bg-gris{
  background: #FCFCFC;
}
.bg-celeste{
  background: #D3E6F4;
}
.bg-blanco{
  background: #FFF;
}
.bg-ondas{
  background: url(../img/bg-ivess.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: -webkit-image-set(url('../img/bg-ivess.webp') 1x);
}
.items{
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 16px;
}
.items:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  position: absolute;
  left: -15px;
  top: 2px;
  color: #62BDF2;
  font-size: 12px;
  line-height: 1;
}
.estrellas i{
  color: #EDC454;
  margin: 0 2px;
}
.avatar img{
  height: 50px !important;
  width: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}
footer{
  background: #1E73BE;
  color: #FFF;
  padding: 20px 0;
}
footer a{
  color: #FFF;
}
footer a:hover{
  color: #2BACE2;
}
footer ul{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer ul li{
  margin-bottom: 5px;
}
.logo-footer{
  border: 6px solid white;
  border-radius: 20px;
  width: 150px;
}
footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #2BACE2;
}
.cliente-flotante{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
}
.cliente-flotante .btn{
  box-shadow: 0px 0px 15px #00000080;
}
.beneficio{
  display: flex;
  align-items: center;
}
.beneficio img{
  width: 60px;
}
.retornabilidad .beneficio{
  align-items: start;
}
.card-header {
  padding: .75rem 0.75rem;
  background: #CFE5F2;
}
.card-header button{
  padding: 0;
  font-size: 14px;
  color: #044F98;
  font-weight: normal;
  white-space: normal;
}
.whatsapp{
  color: #67A553;
  font-weight: bold;
}
.whatsapp img{
  width: 60px;
}
.producto{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-contenido h2{
  font-size: 1.25rem;
}
.blog-contenido h2{
  font-size: 1.1rem;
}
.blog-contenido h3{
  font-size: 1.05rem;
}
.blog-contenido h4{
  font-size: 1rem;
}
.blog-contenido h5{
  font-size: 0.95rem;
}
.blog-contenido p{
  margin-bottom: 10px;
}
.blog-contenido li p{
  margin-bottom: 5px;
}
.img-autor{
  width: 120px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.img-autor-lg{
  width: 180px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.notas-recientes{
  border: 2px solid #D3E6F4;
  transition: all 0.5s ease;
}
.notas-recientes:hover{
  border: 2px solid #D3E6F4;
  background: #FFF;
  transition: all 0.5s ease;
}
.encabezado.bg-ondas h1{
  font-size: 1.75rem;
}
.autor p{
  font-size: 14px;
}
.autor h5{
  font-size: 1.15rem;
}
.descripcion2{
  font-size: 14px;
  font-weight: 400;
}
.descripcion2 h2{
  font-size: 20px;
}
.buscador .form-control{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.buscador .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px){
  .navbar-toggler{
    margin-right: 135px;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .medios-pago{
    font-size: 13px;
  }
  .carousel-fade .carousel-item {
    height: auto;
  }
}
@media (max-width: 767px){
  .h1, h1 {
    font-size: 2rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .h3, h3 {
    font-size: 1.55rem;
  }
  .h4, h4 {
    font-size: 1.45rem;
  }
  .h5, h5 {
    font-size: 1.35rem;
  }
  .carousel-caption h1{
    font-size: 1.8rem;
  }
  .carousel-caption h2{
    font-size: 1.3rem;
  }
  footer{
    padding-bottom: 70px;
  }
  .encabezado.bg-ondas h1{
    font-size: 1.55rem;
  }
}