html{
    scroll-behavior: smooth;
}
section{
    padding-top: 125px !important;
}
.about_nxt_left {
    padding-bottom: 45px;
}
.about-box .block {
    display: block;
    margin-bottom: 0px;
}
#whatsapp{
    position: fixed;
    z-index: 99999;
    bottom: 1rem;
    left: 3rem;
    color: green;
    font-size: 3rem;
}
#whatsapp:hover{
    color: #0e660e;
}
.header_slider_wrapper .owl-theme .owl-nav {
    display: none;
}
.about-box .block  .acc-btn {
    padding: 1px 50px 10px 70px;
}
.about_nxt_right {
    padding-left: 0px;
}
.abt_txt p {
    text-transform: inherit;
}
.abt_nxt_icon_wrapper ul li {
    text-transform: inherit;
}
.wrapper_second_contact, .wrapper_second_useful {
    margin-left: 1rem;
}
.logo-footer{
    width: 145px;
}
.elegirnos-img{
    padding-right: 0;
    padding-left: 0;
}
.nosotros-img, .capacitacion-img, .servicios-img, .elegirnos-img{
    width: 100%;
}
.mt-3{
    margin-top: 3rem;
}        
@media(min-width:992px){
    .elegirnos-img{
        padding-right: 0;
        padding-left: 0;
    }
    .servicios-img{
        width: 380px;
    }
    .mt-lg-0{
        margin-top: 0;
    }
}
 .menu_fixed, .sc_navigation, .main-menu-wrapper {
    background: #111;

}
.abt_heading_wrapper h1 {
  display: inline-grid;
}

/*CONTACTO*/
.top_serv_box ul li {
    height: 200px;
}
/* ESTILOS PARA LA PARTE DE CARGAR UNA IMAGEN*/
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    padding: 8px 15px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.04);
    text-transform: uppercase;
    font-size: 12px;
}

.file-message {
    overflow: hidden;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: small;
    font-weight: 300;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
 .contect_form4 textarea {
    margin-bottom: 30px;
}
.h-captcha{
    margin-top: 1rem;
    margin-left: 1rem;
}
@media(min-width:768px){
    .h-captcha{
        margin-top: 20rem;
    }
}