#header .logo img {
    padding: 0;
    max-height: 70px;
}

#hero .hero-img {
    width: 40%;
    float: right;
}

#header.header-scrolled {
    height: 90px;
}

#about .about-container .icon-box:hover .icon {
    background: #004F9F;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #004F9F;
    transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
    color: #004F9F;
    font-size: 24px;
    line-height: 0;
}

.img__zisenosotros{
    width: 450px;
}

.section-header strong{
    color: #004F9F;   
}

.img__zisefooter {
    width: 180px;
    margin: 9px 0;
}

#footer .footer-top .social-links a {
    font-size: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007bff;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    transition: 0.3s;
}

#footer {
    background: #008ab5;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

@media (max-width: 600px) {
#why-us .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 35px;
    display: block;
    color: #fff;
}
 }



 .carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
  }
  
  .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
  }
  
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
  }
  
  
  .owl-carousel .item {
    text-align: center;
  }
  
  .owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
  }
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
  }
  
  .owl-carousel .owl-prev {
    left: -35px;
  }
  
  .owl-carousel .owl-next {
    right: -35px;
  }
  
  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
  }
  
  .owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
  }
  
  .owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
  }

  .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 85px;
    background: transparent;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 85px;
    margin: 230px 68px;
    padding: 0 -3px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.navbar a, .navbar a:focus {
    font-weight: 700;
     }

     
     .section-header h3 {
        font-size: 36px;
        color: #0351a0;
        text-align: center;
        font-weight: 900;
        position: relative;
    }

    #about .about-extra h4 {
        font-weight: 900;
        font-size: 24px;
        color: #0351a0;
        text-align: center;
    }

    #services .icon {
        position: absolute;
        left: 0;
        top: calc(50% - 32px);
    }

    #services .icon i {
        font-size: 50px;
        line-height: 0;
        transition: 0.5s;
        margin: 0 10px;
    }

    #why-us .card i {
        font-size: 48px;
        padding-top: 15px;
        color: #ffffff;
    }

    #why-us .card p {
        font-size: 15px;
        color: #ffffff;
    }

    body{
        overflow-x: hidden;
    }


    .wsapbtn{
        position: fixed;
        bottom: 80px;
        right: 30px;
        font-size: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background:#26cc64;
        color: #fff;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 66px;
        height:66px;
        transition: 0.3s;
        z-index: 999;
    }

    .wsapbtn:hover {
      color: rgb(255 255 255);
  }

    


      .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0;
        left: 15%;
        top: 11rem;
    }
      .carousel-caption  h5 {
        font-family: "Montserrat", sans-serif;
        font-size: 55px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 150px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0 20px 20px 0;
        color: rgb(0, 0, 0);
      }

   .btn-get-started {
        background: #007bff;
        border: 2px solid #007bff;
        color: #fff;
    }

    .btn-get-started {
      font-family: "Montserrat", sans-serif;
      font-size: 25px;
      font-weight: 600;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px 32px;
      border-radius: 50px;
      transition: 0.5s;
      margin: 0 20px 20px 0;
      color: #fff;
  }
    #footer {
      background: #004a99;
      padding: 0 0 30px 0;
      color: #eee;
      font-size: 14px;
  }





@media (max-width: 1024px) {
  .spacenav {
    margin: 80px 0 0 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 0;
}

.carousel-caption h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  padding: 41px 50px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 22px 0 0 0;
  color: rgb(0, 0, 0);
}

.displayflex{
display: block;
}

.btn-get-started {
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 4px 30px;
border-radius: 50px;
transition: 0.5s;
margin: 0 20px 20px 0;
color: #fff;
}

}

@media (max-width: 992px) {
  #hero .hero-info h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  #hero .hero-img {
      width: 40%;
      float: none;
  }
}

@media (max-width: 767px) {
  .spacenav {
    margin: 80px 0 0 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 0;
}

.carousel-caption h5 {
font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;
display: inline-block;
padding: 10px 0px;
border-radius: 50px;
transition: 0.5s;
margin: 22px 0 0 0;
color: rgb(0, 0, 0);
}


.displayflex{
display: flex;
}

.btn-get-started {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 4px 30px;
border-radius: 50px;
transition: 0.5s;
margin: 0 20px 20px 0;
color: #fff;
}

}

@media (max-width: 450px) {
  .spacenav {
    margin: 80px 0 0 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 0;
}

.carousel-caption h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 0px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 20px 0 0 0;
  color: rgb(0, 0, 0);
}

.btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 18px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 5px;
  color: #fff;
}

.displayflex {
  justify-content: center;
  display: flex;
} 
}








.carousel-caption1 {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 37%;
  top: 15rem;
  text-align: right;
}

.carousel-caption1 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: rgb(0, 0, 0);
}



.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 15rem;
  text-align: center;
}

.carousel-caption2 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: rgb(0, 0, 0);
}




.carousel-caption3 {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 15rem;
  text-align: center;
}

.carousel-caption3 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: rgb(0, 0, 0);
}





  
@media (max-width: 1250px) {
  
  .carousel-caption1 {
    position: absolute;
    right: 10%;
    bottom: 0;
    left: 26%;
    top: 7rem;
    text-align: right;
}
  
  .carousel-caption1 h5 {
    width: 487px;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    transition: 0.5s;
    margin: 35px;
    color: rgb(0, 0, 0);
}
  
  
  .carousel-caption2 {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    top:7rem;
    text-align: center;
  }
  
  .carousel-caption2 h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    transition: 0.5s;
    margin: 15px 0;
    color: rgb(0, 0, 0);
  }
  
  
  .carousel-caption3 {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    top:7rem;
    text-align: center;
  }
  
  .carousel-caption3 h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
    transition: 0.5s;
    margin: 15px 0;
    color: rgb(0, 0, 0);
  }
  
  }
  





      

@media  (max-width: 992px) {

.carousel-caption1 {
position: absolute;
right: 10%;
bottom: 0;
left: 37%;
top: 9rem;
text-align: right;
}
.carousel-caption1 h5 {
width: 509px;
font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 600;
letter-spacing: 0px;
display: inline-block;
padding: 0;
border-radius: 50px;
transition: 0.5s;
margin: 17px 32px 25px -65px;
color: rgb(0, 0, 0);
}


.carousel-caption2 {
position: absolute;
right: 10%;
bottom: 0;
left: 14%;
top: 9rem;
text-align: center;
}

.carousel-caption2 h5 {
font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 0;
border-radius: 50px;
transition: 0.5s;
margin: 0;
color: rgb(0, 0, 0);
}



.carousel-caption3 {
position: absolute;
right: 10%;
bottom: 0;
left: 14%;
top: 9rem;
text-align: center;
}

.carousel-caption3 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  color: rgb(0, 0, 0);
}


}








@media (max-width: 450px) {

.carousel-caption1 {
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 37%;
  top: 4rem;
  text-align: right;
}

.carousel-caption1 h5 {
  width: 226px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 5px -10px;
  color: rgb(0, 0, 0);
}



.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 2.8rem;
  text-align: center;
}

.carousel-caption2 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  color: rgb(0, 0, 0);
}


.carousel-caption3 {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  top: 2.8rem;
  text-align: center;
}

.carousel-caption3   h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  color: rgb(0, 0, 0);
}

}

  
@media (max-width: 350px) {
  .carousel-caption1 {
      position: absolute;
      right: 10%;
      bottom: 0;
      left: 29%;
      top: 2rem;
      text-align: right;
  }
  
    }
    