/*Estilos generales (footer, navbar y container superio)*/

.container-superior {
    position: fixed;
    top: 0;
    z-index: 200;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s ease-out;
}


.boton_fijo_contacto {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 100;
}

.img_whats {
    width: 90px;
}

.contendor_interno {
    position: absolute;
}

.logo_empresa {
    position: absolute;
    width: 190px;
    height: auto;
    margin-top: 5px;
    transition: all .6s ease-out;
}


.contenedor_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor_logo :hover {
    cursor: pointer;
}

.img_contacto {
    width: 190px;
    transition: all .6s ease-out;
}

.contenedor_contacto {
    text-align: right;
    border-right: 2px solid rgb(0, 0, 0);
}

.social_icons_sup {
    font-size: 35px;
    color: gray;
    display: flex;
    justify-content: left;
    align-items: center;
}

.social_icons_footer {
    font-size: 25px;
    color: gray;
}

.social_media div {
    display: inline-block;
}

.social_media a {
    text-decoration: none;
    color: inherit
}

.navbar {
    padding: 0px;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 200;
    transition: all .2s ease-out;
}

.sombra_nav{
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
}

.navbar .menu {
    position: absolute;
    top: 80px;
    width: 100%;
}

.navbar-nav {
    font-family: 'Arial', sans-serif;
    font-size: 17px;
    height: 45px;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

.navbar-brand {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;

    font-style: italic;
}

.ventana_activa {
    border-bottom: 5px solid white;

}

.nav-item {
    transition: 0.2s;
    color: rgba(255, 255, 255, 0);
}

.nav-item:hover {
    border-bottom: 5px solid rgba(255, 255, 255, 0.5);
}

.navbar_bg_custom {
    background-color: #ad8330;
}



.carousel {
    z-index: 199;
}

/*Estilos transision*/

.wp_icon {
    transition: .8s;
}

.wp_icon:hover {
    color: #25D366;
}

.fb_icon {
    transition: .8s;
}

.fb_icon:hover {
    color: #3b5998;
}

.ms_icon {
    transition: .8s;
}

.ms_icon:hover {
    color: #006AFF;
}

hr {
    border: none;
    border-top: 5px solid black !important;
    width: 30%;
    margin: 10px auto !important;
    border-color: black !important;
  }
  h2{
    line-height: 1.5;
  }

/* Estilos para footer*/
.footer {
    background-color: #ecebeb;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: rgb(0, 0, 0);
}
.mostrar_pc {
    display: block;
}

.mostrar_mob {
    display: none;
}
.vacante{
    width: 100%;
    display: flex;
    align-items: center;
}
.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: white;
}
.text_modal_vacantes{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: rgb(73, 79, 83);
}

.margen_person2{
    margin-bottom: 100px;
}

.margen_person{
    margin-bottom: 100px;
}

/* comportamiento en screen < 576px*/
@media screen and (max-width: 576px) {
    .margen_person{
        margin-bottom: 70px;
    }
    .margen_person2{
        margin-bottom: 30px;
    }
    .mostrar_pc {
        display: none;
    }

    .mostrar_mob {
        display: block;
    }
    .navbar-nav{
        height: auto;
    }
    .footer {
        font-size: 15px;
    }

    .logo_empresa {
        width: 170px;
    }

    .contenedor_logo {
        border-right: 2px solid rgb(0, 0, 0);
    }

    .social_icons_sup {
        font-size: 27px;
    }

    .ms_icon {
        color: #006AFF;
    }

    .fb_icon {
        color: #3b5998;
    }

    .wp_icon {
        color: #25D366;
    }

    .img_whats {
        width: 60px;
    }

}

@media screen and (max-width: 992px) {
    .nav-item:hover {
        border-bottom: none;
    }

    .ventana_activa {
        border-bottom: none;

    }
}

@media screen and (min-width: 1650px) {
    .navbar-nav {
        font-family: 'Arial', sans-serif;
        font-size: 22px;
        height: 50px;
    }
    
    .navbar-nav .nav-link {
        color: #fff;
        margin-right: 20px;
        margin-left: 20px;
    }
}