/* Use a media query to add a breakpoint at 800px: */

/*body{
  background-color: #FFF5F3;
}*/

/* Páginas de Referencias*/
/*
https://htmlcodex.com/demo/?item=2270
https://htmlcodex.com/demo/?item=1144
https://htmlcodex.com/demo/?item=168
*/

/*
TIPO DE LETRA
  https://fonts.google.com/share?selection.family=Handlee%7CHeebo:wght@100;200;300;400;500;600;700;800;900%7CLobster%20Two:ital,wght@0,400;0,700;1,400;1,700%7CNunito%20Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900
*/

/*

font-family: 'Handlee', cursive;
font-family: 'Heebo', sans-serif;
font-family: 'Lobster Two', cursive;
font-family: 'Nunito Sans', sans-serif;

*/

.correosInfo{
  font-size: 14px;
}

.activeMenu{
  color: orange !important;
}

.imgLogoIBV{
  width: 100px;
  height: 50px;
}

.imgLogoIBV-Footer{
  width: 250px;
  height: 100px;
}

@media screen and (max-width: 500px) {  
  .imgLogoIBV-Footer{
    width: 250px;
    height: 150px;
  }
}

.komvacInfo{
  height: 50px;
}

.footerIBV{
  height: 100%;
}

.HandleeFont{
  font-family: 'Handlee', cursive;
}

.NunitoFont{
  font-family: "Nunito", sans-serif;
}

.buttonMenu:hover{
  background-color: orangered;
}

.lineTitle{
  width: 95px;
  border: 3px solid rgb(224 70 57);
  margin-left: 0%;
  margin-right: 50%;
}
/*style="border-top: 5px solid rgb(38 217 69 / 49%); width:50px; margin-left: 0%;  margin-right: 50%;"*/

.header-top{
  font-size: 14px;
}
.header-top-info label{
  font-size: 16px;
}

.btnDashboard{
  font-size: 16px;
}

.header-nube-white::before, .header-nube-white::after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}

.header-nube-white::after{
  height: 19px;
/*  top: auto;*/
  background: url("../../images/bg-header-top.png") center center repeat-x;
  bottom: 0;
}

.header-nube::before, .header-nube::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../../images/bg-header-top.png") center center repeat-x;
  z-index: 1;
}

.header-nube::after{
  height: 19px;
  top: auto;
  bottom: -3px;
  background: url("../../images/bg-header-bottom.png") center center repeat-x;
}

.footer-img::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 85px;
  left: 0;
  z-index: 1;
}

/*.footer-img::before{
  top: -1%;
  background: url("../../images/overlay-bottom-blue.png") top center repeat-x;
  background-size: contain;
*/}

@media screen and (max-width:2560px) {  
  .header-nube::before {
    top: -2px;
  }
/*  .footer-img::before{
    top: -85px;
  }*/
}

@media screen and (max-width:2550px) {  
  .header-nube::before {
    top: -1px;
  }
/*  .footer-img::before{
    top: -72px;
  }*/
}

@media screen and (max-width:1440px) {

  .header-nube::before {
    top: -2px;
  }
/*  .footer-img::before{
    top: -63px;
  }*/
}

@media screen and (max-width:1024px) {
/*  .footer-img::before{
    top: -43px;
  }*/
}

@media screen and (max-width:768px) {
/*  .footer-img::before{
    top: -33px;
  }*/
}

@media screen and (max-width:425px) {
/*  .footer-img::before{
    top: -17px;
  }*/
}

@media screen and (max-width: 375px) {
/*  .footer-img::before{
    top: -13px;
  }*/
}

@media screen and (max-width: 320px) {
  .footer-img::before{
/*    top: -14px;*/
  }
}

.footerIBV .icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

.linkMenu a:hover{
  color: red !important;
}

.linkMenuHover{
  color: black !important;
}
.linkMenuHover:hover{
  color: red !important;
}

#blogSection{
  height: 490px;
}

#blog{
  position: relative; 
  top:-210px;
}

.corruselParthers .owl-nav, .owl-dots, .corruselIBVIndex .owl-nav, .owl-dots{
  display: block !important;
}

.corruselParthers .owl-nav, .corruselIBVIndex .owl-nav {
  opacity: 0;
  visibility: visible;
}

.corruselParthers:hover .owl-nav, .corruselIBVIndex:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  color: blue;
}

.corruselParthers .owl-nav .owl-prev, .corruselIBVIndex .owl-nav .owl-prev {
  left: -15px;
}

.corruselParthers .owl-nav .owl-next, .corruselIBVIndex .owl-nav .owl-next {
  right: -35px;
}

.corruselParthers .owl-nav .owl-prev, .corruselParthers .owl-nav .owl-next, .corruselIBVIndex .owl-nav .owl-prev, .corruselIBVIndex .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
/*   background: #fff;*/
  font-size: 1.7em;
  visibility: 0;
}

.corruselParthers .owl-dots .owl-dot, .corruselIBVIndex .owl-dots .owl-dot {
  display: inline-block;
}

.corruselParthers .owl-dots, .corruselIBVIndex .owl-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.corruselParthers .owl-dots .owl-dot > span, .corruselIBVIndex .owl-dots .owl-dot > span {
  border-radius: 0%;
  display: inline-block;
  width: 18px;
  height: 4px;
  margin: 2px 5px;
  background: gray;
}

.corruselParthers .owl-dots .owl-dot.active > span, .corruselIBVIndex .owl-dots .owl-dot.active > span {
  background: #1089ff;
}

/* REDES SOCIALES */

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp:hover, .instagram:hover, .facebook:hover {
  color: orange;
}

.instagram {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 75px;
  background: linear-gradient(#515BD4, #8134AF, #DD2A7B);
/*  background-color: #DD2A7B;*/
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  z-index: 100;
}

.instagram-icon {
  margin-top: 13px;
}

.facebook {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 140px;
  background-color: #3B5998;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 36px;
  z-index: 100;
}

.facebook-icon {
  margin-top: 13px;
}

@media screen and (max-width: 990px) {
  #blogSection{
    height: auto;
  }
  #blog{
    position: relative;
    top: 0px;
  }
}

/* MAPS */
.responsive-map {
  overflow: hidden;
/*  padding-bottom: 15%;*/
  position: relative;
  height: 450px;
}
.responsive-map iframe{
  left: 0;
  top: 0;
  height: 450px;
  width: 100%;
  position: absolute;
}

/* BANNER IMÁGENES */
.imgBanner{
  border-color: #103a40; 
  border-style: solid; 
  border-width: 10px; 
  border-radius: 15px;
  margin-bottom: 60px;
/*  height: 750px;*/
}

/*@media screen and (max-width: 1200px) {
  .imgBanner{
    height: 650px;
  }
}

@media screen and (max-width: 768px) {
  .imgBanner{
    height: 450px;
  }
}

@media screen and (max-width: 425px) {
  .imgBanner{
    height: auto;
  }
}*/

/* POST CALENDARIO */
.titleCalendar{
  height: 80px;
  font-size: 15px;
}
.contentCalendar{
  height: 70px;
  font-size: 15px; 
}
.imgCalendarPost{
  height: 140px;
}

/* ANUNCIOS */
/*.anuncioIBV h1, .anuncioIBV h2, .anuncioIBV h3, .anuncioIBV h4, .anuncioIBV h5{*/
/*  font-family: 'Handlee', cursive;*/
/*  font-family: 'Lobster Two', cursive;*/
/*}*/

.anuncioCardIBV{
  height: 200px;
}
.anuncioCardIBVContent{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .anuncioCardIBV{
    height: 160px;
  }
}

/* QUÉ NOS DISTIGNUE */
.bgQueNosDistingue{
  background-color: #feb243;
}

.queNosDistingueInfo{
  height: 500px;
  font-size: 1.1em;
}

@media screen and (max-width: 1440px) {
  .queNosDistingueInfo{
    font-size: 0.9em;
  }
}

/* CONTÁCTANOS */
.contact-form {
  -webkit-box-shadow: 0 4px 28px rgba(0,0,0,.05);
  box-shadow: 0 4px 28px rgba(0,0,0,.05);
  border-radius: 8px;
  background: var(--white);
  padding: 60px;
  position: relative;
  z-index: 9
}

.contact-form .form-row input, .contact-form .form-row textarea {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: none;
    outline: none;
    border-radius: 0px;
    border-bottom: 1px solid #6de36c;
    resize: none
}

.contact-form .form-row{
  margin-bottom: 25px;
}

.contact-form .form-row input:focus, .contact-form .form-row textarea:focus {
    border-color: var(--primary-color)
}

/* CALENDARIO IBV */
#calendarioIBV{
  margin-bottom: 120px;
}

/* DESCARGABLES IBV */
#descargablesIBV{
  margin-bottom: 120px; 
}

#menuSemanalIBV{
  margin-bottom: 30px;  
}

.imgMenuSemanalIBV{
  margin-bottom: 50px;  
}


.documentoCard {
  -webkit-box-shadow: 0 4px 28px rgba(0,0,0,.05);
  box-shadow: 0 4px 28px rgba(0,0,0,.05);
  border-radius: 8px;
  background: var(--white);
/*  padding: 60px;*/
  position: relative;
/*  z-index: 9*/
}

.stats-icon {
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    background-color: #000;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center
}

.stats-icon.orange {
    background-color: #ff7976
}

.stats-icon i {
    color: #fff;
    font-size: 1.7rem;
}

/* PARALLAX  */

.btnParalax{
  font-size: 17px;
}

.imgDesayunoDia{
  width: 300px;
  height: 180px;
  border-radius: 5px;
}