@font-face {
    font-family: 'RENE BIEDER - GALANO GROTESQUE EXTRABOLD';
    src: url('../fonts/RENE BIEDER - GALANO GROTESQUE EXTRABOLD.OTF');
}

@font-face {
    font-family: 'RENE BIEDER - GALANO GROTESQUE BOLD';
    src: url('../fonts/RENE BIEDER - GALANO GROTESQUE BOLD.OTF');
}

@font-face {
    font-family: 'RENE BIEDER - GALANO GROTESQUE MEDIUM';
    src: url('../fonts/RENE BIEDER - GALANO GROTESQUE MEDIUM.OTF');
}

@font-face {
    font-family: 'RENE BIEDER - GALANO GROTESQUE';
    src: url('../fonts/RENE BIEDER - GALANO GROTESQUE.OTF');
}

body {
    background: url(../img/Fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}


#contactanos {
    background: #3B9344;
    color: white;
}

#sta {
    background: black;
    color: white;
    text-align: center;
    padding: 8px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.textA {
    color: #3B9344;
}

.textB {
    color: #CCDEC2 !important;
}

.nav-link {
    white-space: nowrap;
    font-family: 'RENE BIEDER - GALANO GROTESQUE MEDIUM';
    font-size: 18px;
}


.ft1 {
    font-family: 'RENE BIEDER - GALANO GROTESQUE BOLD';
    font-size: 18px;
}


.ft2 {
    font-family: 'RENE BIEDER - GALANO GROTESQUE MEDIUM';
    font-size: 16px;
}

.flecha {
    width: 28px;
}


.flechaB {
    width: 32px;
}


.img-social {
    width: 50px;
}

.btn-warning {
    background: #CCDEC2;
    border-color: #CCDEC2;
    
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3B9344;
    --bs-btn-hover-border-color: #3B9344;
    --bs-btn-focus-shadow-rgb: 59, 147, 68;
    --bs-btn-active-bg: #3B9344;
    --bs-btn-active-border-color: #3B9344;
}

.bg-green {
    color: #3B9344 !important;
    background: #CCDEC2;
}

.navbar{
    transition: .5s;
}

@media (min-width: 768px) {

  .divider-left-white {
    position: relative; /* Necesario para el pseudo-elemento */
  }
  .divider-left-white::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5%;
    height: 95%;      /* Ajusta el largo de la línea */
    width: 2px;
    background: #fff;
    border-radius: 2px;
    z-index: 1;
  }
  
}

@media (max-width: 767px) {
    .divider-top-white {
    position: relative; /* Necesario para el pseudo-elemento */
    }

    .divider-top-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 50%;         /* Ajusta el largo de la línea */
    height: 2px;
    background: #fff;
    border-radius: 2px;
    z-index: 1;
    }

    .img-social {
    width: 26px !important;
  }
  .t5, .t2 {
    font-size: 16px !important;
  }
  
  .t0 {
    font-family: 'RENE BIEDER - GALANO GROTESQUE BOLD' !important;
    font-size: 20px !important;
  }
  .t1, .t6, .t3 {
    font-size: 28px !important;
  }
}