@import "font/stylesheet.css";
html {
    scroll-behavior: smooth;
}

.navbar-nav {
    padding-right: 100px;
}

.navbar-nav li {
    padding: 15px;
    font-weight: bold;
}

.navbar-nav a:hover {
    color: #1e824c;
}


/* HEADER */

.pb_header {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}

.carousel-caption {
    position: absolute;
    top: 600px;
    left: 250px;
}


/* CONTENEDOR DE REDES */

.redes-sociales {
    position: absolute;
    top: 75px;
    right: 60px;
    width: 5px;
    z-index: 9;
    font-size: 13px;
}

.redes-sociales .fa-stack {
    font-size: 1.6em;
}

.redes-sociales .fa-circle {
    padding: 5px;
    color: #fff;
    font-size: 31px;
}

.redes-sociales span {
    border-radius: 5px;
    margin-top: 5px;
}

.redes-sociales a:hover {
    text-decoration: none;
}


/* ICONOS DE REDES SOCIALES Y LOGO */

#facebook-icon {
    color: #1877f2;
    padding: 5px;
}

#twitter-icon {
    color: #1da1f2;
    padding-top: 0px;
}

#instagram-icon,
#whatsapp-icon,
#email-icon {
    font-size: 28px;
}

#facebook-span {
    background-color: #1877f2;
}

#twitter-span {
    background-color: #1da1f2;
}

#instagram-span {
    background-color: #ed0018;
}

#whatsapp-span {
    background-color: #20a451;
}

#email-span {
    background-color: #25286b;
}

#pb_logo {
    margin-left: 115px;
    margin-top: 15px;
}

#multimedia1 {
    background: url('../img/bg_multimedia_3.png');
}

#multimedia2 {
    background: url('../img/bg_multimedia_2.png');
}

#multimedia3 {
    background: url('../img/bg_multimedia_1.png');
}

#multimedia-row {
    overflow: hidden;
}

#multimedia1,
#multimedia2,
#multimedia3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

#multimedia1:hover,
#multimedia2:hover,
#multimedia3:hover {
    transform: scale(1.1);
}


/* MENU HEADER */

.pb_menu {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}


/* Multimedia */

.pb_mul_section {
    height: 600px;
}

.pb_mul_section a {
    color: #25286b;
    z-index: 1000;
    width: 30%;
    padding: 10px;
    border-radius: 0;
    margin-top: 520px;
    font-weight: bold;
    font-size: 15px;
}

.pb_mul_section a img {
    padding-right: 15px;
}

.btn-light {
    background-color: #ffff;
}

.pb_comunicados {
    height: 300px;
    background: url('../img/bg_comunicados.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pb_comunicados img {
    float: right;
    margin-top: -100px;
    margin-right: 705px;
}

.comunicados_title {
    position: inherit;
    margin-top: 130px;
    color: #20a451;
}

.pb_contacto {
    height: 650px;
    background-color: #20a451;
}

.pb_contacto .form-control {
    padding: 0px 5px 5px 0px;
}

.pb_contacto .form-control input,
textarea {
    border-radius: 0px;
    padding: 15px;
}

.pb_contacto p,
h2 {
    color: white;
    margin-bottom: 42px;
}

.pb_contacto p {
    margin-top: 120px;
    margin-left: 130px;
    font-size: 15.08pt;
}

.contacto_datos {
    margin-top: 55px;
    margin-left: 100px;
}

.contacto_datos .fa-whatsapp {
    font-size: 25px;
    color: white;
    font-size: 40PX;
}

.formulario_contacto input[type="submit"] {
    background-color: #fdcb42;
    color: #444444;
    border: none;
    width: 30%;
    border-radius: 5px;
}

footer {
    height: 150px;
    background-color: #25286b;
    text-align: center;
    color: white;
    margin: 0px;
}

footer p {
    padding-top: 60px;
    padding-bottom: 42px;
}


/* COMUNICADOS */

.pb_header_comunicados {
    background: url('../img/bg_header_comunicados.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-top: 50px;
}

.pb_header_comunicados ul {
    list-style: none;
    display: inline-flex;
    position: inherit;
    float: right;
    margin-right: 200px;
    padding-left: 350px;
}

.pb_header_comunicados ul li {
    padding: 15px;
    margin-top: 15px;
}

.pb_header_comunicados ul li a,
a:link,
a:visited {
    text-decoration: none;
    color: #1f9f4e;
}

.pb_comunicados_conten {
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
    min-height: 100vh;
}

.pb_comunicados_conten p {
    padding-top: 42px;
    padding-bottom: 42px;
}

.pb_comunicados_conten .pdf-content {
    padding: 42px 0px 42px 0px;
}


/* Multimedia */

.pb_header_multimedia {
    background: url('../img/bg_header_comunicados.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-top: 50px;
}

.pb_header_multimedia ul {
    list-style: none;
    display: inline-flex;
    position: inherit;
    float: right;
    margin-right: 200px;
    padding-left: 350px;
}

.pb_header_multimedia ul li {
    padding: 15px;
    margin-top: 15px;
}

.pb_header_multimedia ul li a,
a:link,
a:visited {
    text-decoration: none;
    color: #1f9f4e;
}

.pb_multimedia_conten {
    height: auto;
    padding-top: 50px;
    padding-bottom: 42px;
    min-height: 100vh;
}

.pb_multimedia_conten button {
    font-weight: bold;
}

.content-multimedia img {
    width: 100%;
    margin-bottom: 42px;
}

.pb_elmejor {
    margin-left: 700px;
    margin-top: 100px;
}

.activo {
    display: inherit;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #1f9f4e;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

.inactivo {
    display: none;
}

.contacto_datos a {
    color: inherit;
}

.max_imagen {
    height: 166.5px;
    width: 166.5px;
    object-fit: cover;
}

.dn {
    display: none;
}

.help-block {
    color: white;
}

.modal-header {
    border: none;
}

.video_multimedia {
    width: 100%;
}

.galeria-content {
    margin-top: 52px;
}

.modal-content {
    width: 200%;
    left: -200px;
    background-color: #fff0;
}

.modal-body {
    padding: 0;
    margin: -10px;
}

.msg {
    color: #ffff;
}

.loading {
    color: #ffff;
}

.img-thumbnail {
    transition: .5s;
    border: 1px solid whitesmoke;
    border-radius: 0;
    width: 15%;
}

.img-thumbnail:hover {
    transform: scale(1.1);
    cursor: zoom-in;
    opacity: .5;
}

.galeria {
    border-radius: 0px;
    border: none;
}


/* videos */

#html5-videos {
    list-style: none;
    display: inline-flex;
}

#html5-videos li {
    margin-right: -165px;
}

#html5-videos li img {
    width: 50%;
}


/* logo */

.pb_logo {
    padding-top: 80px;
}

@media only screen and (min-width: 2560px) {
    .carousel-caption {
        top: 1000px;
    }
    .pb_mul_section a {
        width: 30%;
    }
    .pb_comunicados img {
        margin-top: -105px;
        margin-right: 1000px;
    }
    .pb_comunicados {
        height: 500px;
    }
}

@media only screen and (max-width: 1600px) {
    .carousel-caption {
        top: 540px;
    }
    .pb_mul_section a {
        width: 80%;
    }
    .pb_comunicados img {
        margin-top: 0px;
        margin-right: 680px;
    }
    .pb_comunicados {
        height: 400px;
    }
}

@media only screen and (max-width: 1440px) {
    .carousel-caption {
        top: 540px;
    }
    .pb_mul_section a {
        width: 80%;
    }
    .pb_comunicados img {
        margin-top: 0px;
        margin-right: 750px;
    }
    .pb_comunicados {
        height: 400px;
    }
}

@media only screen and (max-width: 1366px) {
    .carousel-caption {
        top: 535px;
    }
    .pb_comunicados img {
        margin-top: 0px;
        margin-right: 650px;
    }
    .pb_mul_section a {
        width: 80%;
    }
    .pb_comunicados {
        height: 400px;
    }
}

@media only screen and (max-width: 1024px) {
    .pb_mul_section a {
        width: 80%;
    }
    .pb_comunicados img {
        margin-right: 645px;
        margin-top: 105px;
    }
}

@media only screen and (max-width: 768px) {
    #pb_logo {
        width: 50%;
        margin: 0px;
        padding-top: 30px;
        padding-left: 30px;
    }
    .navbar-nav {
        text-align: center;
        margin-right: -90px;
    }
    .pb_elmejor {
        margin-left: 0px;
        margin-top: 0px;
    }
    .pb_elmejor img {
        width: 100%;
        padding-bottom: 55px;
    }
    .pb_header {
        height: auto;
    }
    .contacto_datos {
        margin-top: 50px;
        margin-left: 0px;
    }
    .pb_contacto {
        margin-top: 0px;
        height: auto;
        padding-bottom: 50px;
    }
    .pb_contacto p {
        margin: 65px;
    }
    .pb_mul_section a {
        width: 80%;
    }
    .pb_comunicados img {
        margin-right: 110px;
    }
    .pb_logo img {
        width: 50%;
    }
    .max_imagen {
        width: 103.5px;
        height: 103.5px;
        object-fit: cover;
    }
    .pb_spin {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    #pb_logo {
        position: inherit;
        float: right;
        margin-top: -5px;
    }
    .navbar-nav {
        text-align: center;
        margin-right: -90px;
    }
    .navbar-toggler {
        position: inherit;
        float: left;
        margin-top: -35px;
    }
    .pb_header_multimedia {
        height: auto;
    }
    .pb_header_comunicados {
        height: auto;
    }
    .contacto_datos {
        margin-top: 55px;
        margin-left: 0px;
        color: #ffffff;
    }
    .pb_contacto p {
        margin: 30px;
    }
    .pb_contacto {
        height: auto;
        padding-bottom: 50px;
    }
    .pb_comunicados {
        height: 350px;
    }
    .pb_mul_section a {
        width: 65%;
        margin-top: 265px;
    }
    .pb_comunicados img {
        margin-top: 0px;
        margin-right: 185px;
    }
    .pb_header ul {
        display: block;
        padding-left: 0px;
        text-align: center;
        margin-right: 0px;
        float: none;
    }
    .pb_header_multimedia ul {
        display: block;
        padding-left: 0px;
        text-align: center;
        margin-right: 0px;
        float: none;
    }
    .modal-content {
        width: 100%;
        left: 0px;
    }
    footer {
        height: 165px;
    }
    #multimedia-row {
        overflow: hidden;
        height: 1000px;
    }
    #multimedia1,
    #multimedia2,
    #multimedia3 {
        height: 333px;
    }
    .pb_multimedia_conten {
        height: auto;
        min-height: 465px;
    }
    .pb_logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb_logo img {
        width: 50%;
    }
    #html5-videos li {
        margin-right: 0px;
    }
    #html5-videos li img {
        width: 100%;
    }
    .max_imagen {
        width: 67.34px;
        height: 67.34px;
        object-fit: cover;
    }
    .pb_spin {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .pb_spin {
        display: none;
    }
    #pb_logo {
        position: inherit;
        float: right;
        margin-top: 0px;
    }
    .navbar-nav {
        text-align: center;
        margin-right: -90px;
    }
    .navbar-toggler {
        position: inherit;
        float: left;
        margin-top: -40px;
    }
    .pb_header {
        height: auto;
    }
    .pb_header_multimedia {
        height: auto;
    }
    .pb_header_comunicados {
        height: auto;
    }
    .contacto_datos {
        margin-top: 0px;
        margin-left: 0px;
    }
    .pb_contacto {
        padding-top: 50px;
    }
    .pb_contacto p {
        margin: 0px;
    }
    .pb_contacto {
        height: auto;
        padding-bottom: 50px;
    }
    .pb_mul_section a {
        width: 65%;
        margin-top: 208px;
    }
    .pb_comunicados {
        height: 350px;
    }
    .pb_comunicados img {
        margin-top: 0px;
        margin-right: 110px;
    }
    .pb_header ul {
        display: grid;
        padding-left: 0px;
        text-align: center;
        margin-right: 0px;
        float: none;
    }
    .pb_header_multimedia ul {
        display: block;
        padding-left: 0px;
        text-align: center;
        margin-right: 0px;
        float: none;
    }
    .pb_header_comunicados ul {
        display: block;
        padding-left: 0px;
        text-align: center;
        margin-right: 0px;
        float: none;
    }
    .modal-content {
        width: 100%;
        left: 0px;
    }
    footer {
        height: 190px;
    }
    #multimedia-row {
        overflow: hidden;
        height: 800px;
    }
    #multimedia1,
    #multimedia2,
    #multimedia3 {
        height: 269px;
    }
    .pb_multimedia_conten {
        height: auto;
        min-height: 457px;
    }
    .pb_logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb_logo img {
        width: 50%;
    }
    #html5-videos li {
        margin-right: 0px;
    }
    #html5-videos li img {
        width: 100%;
    }
    .max_imagen {
        width: 43.5px;
        height: 43.5px;
        object-fit: cover;
    }
    .mapa_ruta {
        height: auto;
    }
}