h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

#Nosotros h1 {
    text-align: center;
}


.services .icon-box i {
    float: left;
    color: #c40d62;
    font-size: 40px;
    line-height: 0;
}

.home-s i {
    font-size: 51px !important;
    margin-top: 13px;
}


.home-s .masinfo {
    padding: 8px 30px 9px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-flex
;
    align-items: center;
    border: 2px solid #c40d62;
    float: right;
}
a {
    color: #c40d62;
    text-decoration: none;
}


.home-s .icon-box {
    margin-bottom: 20px;
    padding: 50px;
    border-radius: 6px;
    background: #252525;
    transition: 0.3s;
    position: relative;
}




.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
}

.contact .info-box i {
    font-size: 32px;
    color: #c40d62;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form .form-group {
    margin-bottom: 25px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit] {
    background: #c40d62;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}


.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #c40d62;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}






.faq {
     min-height: 10px; 
}

.carousel-indicators {
    padding-top: 0px;
}


@media (max-width: 575.98px) {
    .section-title .titulo {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

      /* Esto se aplica en pantallas pequeñas, tipo celular */
    .services .icon-box p {
      margin-top: 42px;
        margin-left: 0px;
        line-height: 24px;
        font-size: 14px;
    }


    .services h2 {
        margin-left: 0px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .services h2 a {
     color: #fff;
        margin-left: 5px;
        position: absolute;
       margin-top: -5px;
    }


    .home-s .icon-box {
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 6px;
        background: #252525;
        transition: 0.3s;
        position: relative;
        min-height: 300px;
    }
}

@media (min-width: 1200px) {
    .services .icon-box p {
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
    }
  .clientes_regionales .img{
    min-height: 200px;
    width: auto !important;
    height: auto !important;
  }
  .clientes_regionales .nombre{
    min-height: 50px;
  }
  .clientes_regionales .desc{
    min-height: 120px;
  }
  .clientes_regionales .get-started-btn{
    margin-left: 0px;
  }

  }
  .bande{
    position: absolute;
    /* margin-bottom: 40px; */
    /* margin: 0 auto; */
    /* float: right; */
    right: 0px;
    width: 50px;
    height: 38px;
    }
}




















/*FIX CARRUSEL*/

/* Extra large (xl): ≥1200px */
@media (min-width: 1200px) {
  .popup{
       width:251px !important; 
       height:190px !important;
    }

    .bdesc{
      height: 150px !important;
      overflow: hidden; 
    }

  .carousel-indicators {
      margin-bottom: 0rem;
  }
}

/* Extra extra large (xxl): ≥1400px */
@media (min-width: 1400px) {
  .popup{
     width:297px !important; 
     height:233px !important;
  }

  .bdesc{
    height: 190px !important;
    overflow: hidden; 
  }
  .carousel-indicators {
    margin-bottom: -2rem;
  }

}

.bdescf img{
     width:50px !important; 
     height:28px !important;
}


@media (min-width: 992px) {
  /* Esto se aplica en pantallas grandes, tipo escritorio */

.popup{
/*     width:297px !important; 
     height:233px !important;*/
}



  .bdescf{
    font-size: 0.75em !important;

  }
  .carousel-item{
    height: 540px !important;
  }




}

@media (max-width: 575.98px) {
  /* Esto se aplica en pantallas pequeñas, tipo celular */
.popup{
   /*  width:304px !important; 
     height:238px !important;*/
}


 .bdesc {
/*    height: 150px !important;*/
}

.carousel-indicators {
    margin-bottom: -50PX;
    display: block;
}

}
