@font-face {
    font-family: 'rose';
    src: url('../fonts/roseblue/roseblue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  

  .rose,
  .hero .heading{
    font-family: 'rose' !important;
  }

  .features-icon img{
width: 85px;
  }
.header-area .header-bottom {
    background: #056964;
}

.header-area .header-top {
    background: #f58809;
}

.main-header .main-menu ul>li a{
    color: white
}

.header-btn{
    background: #f58809;
}

.slider-area .hero__caption h1, .slider-area2 .hero__caption h1{
    color: #f58809;
}

.slider-area .hero__caption span, .slider-area2 .hero__caption span{
    color: #056964;
}

.btn{
    background: #f58809;
}

.footer-bg {
    background: #056964;
}

.main-header .main-menu ul>li:hover>a {
    color: #f58809;
}

.section-tittle span{
    color: #f58809;
    text-transform: math-auto;
}

h1, h2, h3, h4, h5, h6{
    color: #056964;
}

.logo{
    font-size: 50px;
    margin-top: 15px;
    color: white;
}

.main-header .main-menu ul>li:hover>a::after, #scrollUp, #back-top{
    background: #f58809;
}

.bradius-40{
    border-radius: 40px;
}

.div_beneficio{
    background: #ffffff;
    border-radius: 25px;

    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        flex: 1;
        box-sizing: border-box;
}

.hero__caption.hero__caption2 h1 {
    text-shadow: 0px 1px 10px #000000a1;
}

.video-container {
    width: 100%;
    padding-top: 100%; /* Esto asegura una proporción de 1:1 */
    position: relative;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 80%;
    border-radius: 40px;
    object-fit: cover; /* Esto asegura que el video llene completamente el cuadro sin distorsionarse */
}

.centered-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar_testimonial{
    width: 60px;
    border-radius: 100px;
}

.sticky-bar .logo{
color:#052e3a;
}

.sticky-bar ul>li>a{
    color: #f58809 !important;
}

.features-icon div{
    border-radius: 100px;
}

.features-icon div img{
    border-radius: 100px;
    filter: brightness(0) invert(1);
    padding: 15px;

}


.blue {
    background-color: #1f97d4;
}

.yellow {
    background-color: #fbce0c;

}

.aqua {
    background-color: #0fd9df;

}

.footer-logo img{
    max-width: 300px;
}

.footer-social a{
    font-size: 24px;;
}
