p /*!
 * Start Bootstrap - New Age v5.0.8 (https://startbootstrap.com/themes/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

footer a {
    color: #fdcc52;
    transition: all .35s;
}



footer a:hover,footer a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background: rgba(41, 115, 64, 1);
    background: -moz-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(0, 0, 0 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 115, 64, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(41, 115, 64, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#297340', endColorstr='#000', GradientType=1);
    color: white;
    transition: all .35s;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #fcbd20;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: white;
    border-color: rgba(255, 255, 255, 0.8);
}

#mainNav .container {
    max-width: none;
}

#mainNav .navbar-nav > li > a {
    font-size: 13px;
    font-family: 'Roboto', serif;
    padding: 1.5em;
    /*text-transform: uppercase;*/
}

#mainNav .navbar-nav > li > a.active {
    color: #fdcc52 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: white;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
}

.dropdown-menu {
    background-color: #646563 !important;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item {
    border-bottom: 1px solid white;
    color: white;
}

.social-media .fab {
    color: white;
    font-size: 2em;
    margin-right: 15px;
}

@media (min-width: 992px) {
    #mainNav {
        background: rgba(41, 115, 64, 1);
        background: -moz-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(51, 48, 90, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 115, 64, 1)), color-stop(100%, rgba(51, 48, 90, 1)));
        background: -webkit-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(51, 48, 90, 1) 100%);
        background: -o-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(51, 48, 90, 1) 100%);
        background: -ms-linear-gradient(left, rgba(41, 115, 64, 1) 0%, rgba(51, 48, 90, 1) 100%);
        background: linear-gradient(to right, rgba(41, 115, 64, 1) 0%, rgba(51, 48, 90, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#297340', endColorstr='#33305a', GradientType=1);
    }

    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }

    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: white;
    }

    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: #3f8a4e;
        background: rgba(0, 0, 0, 0.4);
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }

    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        /*color: #fdcc52;*/
    }

    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        /*color: #fdcc52;*/
    }
}

header.masthead.main {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background: linear-gradient(to right, rgba(60, 59, 95, 0.90), rgba(0, 0, 0, 0.9)), url("../img/banner_main.jpg");
    background-size: cover;
    max-height: 65%;
}

header.masthead.nosotros {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(39, 50, 109, 0.90), rgba(46, 35, 33, 0.9)), url("../img/nosotros/banner_main.jpg");
    background-size: cover;
    max-height: 400px;
    min-height: 300px;
}

header.masthead.socios {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(39, 50, 109, 0.90), rgba(46, 35, 33, 0.9)), url("../img/nosotros/banner_main.jpg");
    background-size: cover;
    min-height: 100px;
}

header.masthead.socios .well {
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.5);
}

header.masthead.socios .well a {
    color: white;
    font-size: 1.5em;
}

header.masthead.petroquimica {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(39, 50, 109, 0.90), rgba(46, 35, 33, 0.9)), url("../img/nosotros/banner_main.jpg");
    background-size: cover;
    max-height: 400px;
    min-height: 100px;
}

header.masthead.noticias {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.1)), url("../img/noticias/banner.png");
    background-size: cover;
    max-height: 300px;
    min-height: 100px
}

header.masthead.comites {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.9)), url("../img/comites/background.jpg");
    background-size: cover;
    height: auto;
}

header.masthead.bolsa_de_trabajo {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0)), url("../img/bolsa/background.png");
    background-size: cover;
    min-height: 300px;
    max-height: 400px;
}

header.masthead.comites h1, header.masthead.bolsa_de_trabajo h1 {
    font-size: 50px !important;
}

header.masthead.main h1 {
    font-size: 40px !important;
}
header.masthead.proveedores {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.1)), url("../../img/noticias/banner.png");
    background-size: cover;
    max-height: 550px;
    min-height: 100px
}

.bolsa_de_trabajo h1::after {
    content: "";
    border-bottom: 3px solid white;
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 10px;
}

section.bolsa {
    padding-top: 10px;
}

.bolsa h2.section-heading {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;

}

.bolsa .regular-text {
    color: black;
    font-weight: bold;
}

.comites h1::after {
    content: "";
    border-bottom: 3px solid white;
    display: block;
    margin: auto;
    width: 100px;
    margin-top: 10px;
}

.comites .col-md-4 {
    margin-bottom: 20px;
}

.comite {
    background: rgba(71, 89, 100, 0.8);
    color: white;
    min-height: 160px;
}

.comite-individual {
    min-height: 350px;
}

.comite h3 {
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.comite ul {
    list-style: disc;
}

.organizacion {
    background: #2b2e64;
    color: white;
}

header.masthead .header-content {

    margin-bottom: 100px;
    text-align: center;
}

header.masthead .header-content h1 {
    font-size: 30px;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}

h2.section-heading {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
}

header.masthead.directorio_empresas {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0px;
    color: white;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0)), url("../img/directorio/background.png");
    background-size: cover;
    min-height: 300px;
    max-height: 400px;
}

@media print {

    header.masthead.directorio_empresas, header.masthead .header-content {
        padding: 0px !important;
        height: auto !important;
        margin-bottom: 0px !important;
        min-height: auto;
    }

    .directorio {
        padding: 0px !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

}

header.masthead.comites h1, header.masthead.directorio_empresas h1 {
    font-size: 50px !important;
}

.directorio_empresas h1::after {
    content: "";
    border-bottom: 3px solid white;
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 10px;
}

.directorio {
    list-style: none;

}

.directorio li {
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead .header-content {
        margin-bottom: 0;
        text-align: center;
    }

    header.masthead .header-content h1 {
        font-size: 30px;
    }

    header.masthead .device-container {
        max-width: 325px;
    }
}

section.download {
    position: relative;
    padding: 50px 0;
}

section.download h2 {
    font-size: 50px;
    margin-top: 0;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px;
    }
}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.cta {
    position: relative;
    padding: 0;
    background-image: url("../img/bg-cta.jpg");
    background-position: center;
    background-size: cover;
}

.banner_noticias {
    position: relative;
    padding: 150px 0;
    background: url("../img/banner_noticias.jpg");
    background-position: center;
    background-size: cover;
    color: white;
}

.banner_noticias .btn {
    padding-left: 40px;
    padding-right: 40px;
}
.banner_congreso {
    position: relative;
    padding: 150px 0;
    background: url("../img/banner_noticias.jpg");
    background-position: center;
    background-size: cover;
    color: white;
}

.banner_congreso .btn {
    padding-left: 40px;
    padding-right: 40px;
}
.banner_vacantes {
    position: relative;
    padding: 200px 15px;
    background: linear-gradient(to right, rgba(60, 59, 95, 0.90), rgba(17, 17, 28, 0.9)), url("../img/banner_vacantes.jpg");
    background-position: center;
    background-size: cover;
    color: white;
}
.banner_peticion_oferta{
    position: relative;
    padding: 200px 15px;
    background: linear-gradient(to right, rgb(59 90 95 / 90%), #1a4829e6), url(../img/banner_peticion_ofertas.jpg);
    background-position: center;
    background-size: cover;
    color: white;
}
.banner_comites {
    position: relative;
    padding: 200px 15px;
    background: linear-gradient(to right, rgba(41, 115, 64, 0.90), rgba(0, 0, 0, 0.9)), url("../img/banner_comites.jpg");
    background-position: center;
    background-size: cover;
    color: white;
}

.banner_mision {
    position: relative;
    padding: 250px 0;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.9)), url("../img/nosotros/mision.png");
    background-position: center;
    background-size: cover;
    color: white;
}

.banner_vision {
    position: relative;
    padding: 250px 0;

    background: linear-gradient(to right, rgba(41, 115, 64, 0.90) 0%, rgba(53, 0, 0, 0.9) 100%), url(../img/nosotros/vision.png);
    background-position: center;
    background-size: cover;
    color: white;
}

.industria p {
    font-size: 1em;
}

.industria.light {
    background: radial-gradient(ellipse, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.2));
}

.industria.blue {
    background: radial-gradient(ellipse, rgb(34, 70, 95), rgba(0, 0, 0, 0.9));
    color: white;
}

.industria.green {
    background: linear-gradient(to right, #006630, #1f140d);
    color: white;
}

.industria h3 {
    margin-bottom: 30px;
}

.industria h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.industria.light a {
    color: #282c4e;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}

.noticia.light {
    background: radial-gradient(ellipse, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.2));
}

.noticia.gray {
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.noticia.blue {
    background: radial-gradient(ellipse, rgb(34, 70, 95), rgba(0, 0, 0, 0.9));
    color: white;
}

.noticia.green {
    background: linear-gradient(to right, #006630, #1f140d);
    color: white;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

section.contact h2 i {
    color: #dd4b39;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

.btn-primary {
    background: linear-gradient(to right, #006630, #1f140d);
    color: white;
    padding: 8px;
    border: #006630 1px solid;
    border-radius: 3px !important;
}

@media print {
    footer {
        display: none;
    }
}

footer {
    padding: 25px 0;
    text-align: center;
    color: white;

    background: radial-gradient(ellipse, rgba(60, 59, 95, 0.90), rgba(0, 0, 0, 0.9)), url("../img/banner_main.jpg");
    background-position: center center;

}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    text-decoration: none;
}

.footer-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;

}

.footer-form label {
    font-size: 0.5em;
    width: 100%;
}

.footer-form .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn {
    border-radius: 300px;
    font-family: 'Roboto', 'sans-serif';
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

.banner_contacto {
    background: url('../img/contacto/banner.png');
    color: white;
}

.banner_contacto .bg-dark {
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white;
}

.banner_contacto .bg-dark a {
    color: white;
}

/* ---------------------- TREE FAMILY ------------------------------------------------------------------ */
/*Now the CSS*/
* {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree .nivel1 > li, .tree .nivel2 > li {
    font-size: 1.5em;
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    left: -25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/


/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/


.tree .nivel2 > li > a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 20px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

/* TEMP */

.tree .nivel1 > li > a {
    margin-bottom: 10px;
    border-radius: 5px;
}

.tree .nivel1 li::after, .tree .nivel1 li::before {
    height: 0px;
}

.tree .nivel2::before {
    top: -20px;
    height: 40px;
}

.tree .nivel2 {
    margin-top: 80px;
    width: 100%;
}

#sub1 a, #sub2 {
    color: #2c336c;
}

#sub1 {
    transform: rotate(90deg);
}

#sub2 {
    transform: rotate(-90deg);
}

.tree .nivel2 > li > a::before {
    height: 0px;
    margin-left: 13px;
    margin-right: 13px;
}

.tree .nivel3 {
    position: relative;
    margin-top: -200px;
    left: 150px;
    text-align: left;
    list-style: none;
}

.tree .nivel3 > li {
    width: 200px;
    margin-bottom: 10px;
}

.tree .nivel3 > li > a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree .nivel3::before, .tree .nivel3 > li::before, .tree .nivel3 > li::after {
    content: none;
    border: none;
}

.tree .nivel3 > li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.tree ul li a {
    background: #d9d9d9;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
}

#subaistac a, #subaistac-lg a {
    border-radius: 100%;
    padding: 30px;
}

#sublvl1, #sub1 a, #sub2 a {
    padding: 5px 40px;
}

#organigrama {
    background: url('../img/organigrama.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#subaistac {
    display: none;
}

.mision_descripcion {
    position: relative;
    padding: 180px 100px;
}

.vision_descripcion {
    position: relative;
    padding: 180px 100px;
}

@media (max-width: 768px) {
    .tree .nivel1 > li, .tree .nivel2 > li {
        left: auto;
    }

    #sub1, #sub2 {
        transform: none;
    }

    .tree .nivel3 {
        margin-top: 0px;
        margin-left: 30%;
        left: 0;
    }

    .tree .nivel2 {
        margin-top: 0px;
    }

    .tree .nivel1 > li, .tree .nivel2 > li {
        float: none;
    }

    #subaistac-lg {
        display: none;
    }

    #subaistac {
        display: block;
    }

    section.px-5, .mision_descripcion, .vision_descripcion {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-group label {
    display: none !important;
}

.form-inline .form-group input, .form-inline .form-group select, .form-inline .form-group textarea {
    width: 100% !important;
}

.bg-success, .bg-danger, .bg-secondary, .bg-info {
    color: white !important;
}

.autocomplete-input {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.img-responsive {
    width: 100%;
    height: auto;
}

iframe {
    min-height: 600px;
    border: 0px;
}
.bg-light a
{
    color:#007bff;
    text-decoration: none;
}
.bg-light a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-info, .btn-success, .btn-danger, .btn-secondary, .btn-info:hover, .btn-success:hover, .btn-danger:hover, .btn-secondary:hover
{
    color:white !important;
}
.btn-warning, .btn-warning:hover
{
    color:#333 !important;;
}
.bg-deactive
{
    background: #ccc !important;
    color:#757575
}