@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.nav-bg {
    transition: all 0.5s ease;
}
#logo {
    width: 100px;
    height: 58px;
    margin-top: 12.5px;
}
#menu-mobile img {
    width: 100px;
    padding: 20px 0px;
}
.bg1 {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}
.bg1 .dropdown-content {
    background: rgba(0, 0, 0, 0.9);
}
.bg1 #logo {
    background: url("../images/logos/mcp-logo-white.png") center center
        no-repeat;
    background-size: cover;
}
.bg2 {
    background: #ffffff;
    transition: all 0.5s ease;
}
.bg2 #logo {
    background: url("../images/logos/logo-original.png") center center no-repeat;
    background-size: cover;
}
nav-bg nav a {
    text-transform: uppercase;
}
nav.bg1 a {
    color: #ffffff;
}
nav.bg2 a {
    color: #333333;
}
#home_principal {
    width: 100%;
    height: 100%;
    color: #fff;
    background: url("../images/bg/home_bg.jpg") center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#home_principal h1 {
    font-size: 62px;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
}
.boton {
    padding: 10px;
    transition: 0.5s;
    border-radius: 4px;
    text-transform: uppercase;
    background: transparent;
    border: none;
}
#home_principal .boton {
    color: #ffffff;
    border: 1px solid #ffffff;
}
#home_principal .boton:hover {
    color: #333333;
    background: #ffffff;
    transition: 0.5s;
}
#home_principal button i {
}
.opacidad {
    opacity: 0.6;
    top: 0;
    width: 100%;
    height: calc(100% - 84px);
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 30%, #000 85%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(30%, transparent),
        color-stop(85%, #000)
    );
    background: -webkit-linear-gradient(top, transparent 30%, #000 85%);
    background: -o-linear-gradient(top, transparent 30%, #000 85%);
    background: -ms-linear-gradient(top, transparent 30%, #000 85%);
    background: linear-gradient(to bottom, transparent 30%, #000 85%);
}
#home_principal .row {
    height: 100%;
}
#home_principal .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    height: 100%;
}
#home_principal .container .col {
    height: 100%;
    background-size: cover;
    display: table;
}
.text-welcome {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 180px;
}
.relleno {
    padding: 100px 0px;
}
.relleno2 {
    padding: 60px 0px;
}
#home_proyectos {
}
.text-center {
    text-align: center;
}
.titulo {
    font-weight: 400;
    color: #6e6e6e;
    font-size: 26px;
    text-transform: uppercase;
}
.subtitulo {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
    margin-bottom: 40px;
}
#home_proyectos .card {
    padding: 40px 20px;
    margin: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
}
#home_proyectos .card img {
    width: 130px;
    background: #ffffff;
    padding: 20px;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
}

#home_proyectos .card h4 {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    font-size: 20px;
}
#proyecto-vih:hover {
    transition: all 0.5s;
    background: #ed1b23;
    color: #ffffff;
}
#proyecto-vih:hover img {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#proyecto-tuberculosis:hover {
    transition: all 0.5s;
    background: #fcaf18;
    color: #ffffff;
}
#proyecto-tuberculosis:hover img {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#proyecto-malaria:hover {
    transition: all 0.5s;
    background: #1c75bc;
    color: #ffffff;
}
#proyecto-malaria:hover img {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#proyecto-servicios-de-salud:hover {
    transition: all 0.5s;
    background: #648595;
    color: #ffffff;
}
#proyecto-servicios-de-salud:hover img {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
#page_noticias .card-notice {
    height: 300px;
}
.card-notice {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}
.card-notice .degradado,
#post_header .degradado {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 30%, #000 85%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(30%, transparent),
        color-stop(85%, #000)
    );
    background: -webkit-linear-gradient(top, transparent 30%, #000 85%);
    background: -o-linear-gradient(top, transparent 30%, #000 85%);
    background: -ms-linear-gradient(top, transparent 30%, #000 85%);
    background: linear-gradient(to bottom, transparent 30%, #000 85%);
}

.card-notice-conten {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.card-notice-conten a {
    color: #fff;
    transition: 0.5s;
}
.card-notice-conten a:hover {
    text-decoration: underline;
    transition: 0.5s;
}

.card-notice-conten h3 {
    margin: 8px 0 16px;
    font-weight: 300;
    font-size: 1.68rem;
}
.card-notice-conten h4 {
    margin-bottom: 8px;
    font-size: 15px;
}
#home_noticias .boton {
    color: #333333;
    background: #ffffff;
    border: 1px solid #333333;
}
#home_noticias .boton:hover {
    color: #ffffff;
    background: #333333;
    transition: 0.5s;
}
#home_apoyo img {
    width: 60%;
    text-align: center;
    padding: 20px 0px;
}
footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: baseline;
}
footer i {
    vertical-align: bottom;
}
ul.lista a {
    color: #616161 !important;
}
ul.lista a:hover {
    color: #2962ff !important;
}
ul.lista li {
    margin: 5px 0px;
}
footer hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
}
/*
.footer-copyright{
background: #0071c1 !important;
}
*/
.titulo_principal {
    font-size: 2.875rem;
    line-height: 2.9375rem;
    margin: 0 0 3.125rem 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
p.description {
    font-size: 15px;
}
.sub-titulo {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
}
.parrafo {
    text-align: justify;
}
p.description i,
table i,
.collapsible-body i,
#contenido_principal i {
    vertical-align: bottom;
}
#contenido_principal h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    font-size: 20px;
}
#contenido_principal h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
}
.collapsible-body .subti {
    padding-bottom: 15px;
}
table {
    margin-top: 50px;
}
#post_header {
    width: 100%;
    height: 300px;
    position: relative;
}
#post_header .container,
#post_header .row,
#post_header .col {
    height: 100%;
}
#post_header .col {
    display: table;
    padding-bottom: 40px;
}
#post_header h1 {
    display: table-cell;
    vertical-align: bottom;
}
#post_header .container {
    z-index: 10;
    position: relative;
}
.concurso-title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    display: block;
}
.concurso-detail {
    display: block;
    margin-bottom: 15px;
}
.cerrado .estado {
    color: #e53935;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #e53935;
    background: #ffebee;
    margin-left: 15px;
}
.abierto .estado {
    color: #66bb6a;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #66bb6a;
    background: #e8f5e9;
    margin-left: 15px;
}
.concurso-download i {
    vertical-align: bottom;
}
.postularse,
#contact_form button {
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #2962ff;
    background: #2962ff;
    transition: 0.5s;
}
.postularse:hover {
    transition: 0.5s;
    background: #0d47a1;
}
#contact_form button:hover {
    transition: 0.5s;
    background: #0d47a1 !important;
}
.form-postulacion {
    border-radius: 4px;
    padding: 40px !important;
}
#persona {
    transition: 0.5s all;
}
#empresa {
    display: none;
    transition: 0.5s all;
}
.btn-postula {
    color: #ffffff;
    border-color: #4caf50;
    background: #4caf50;
    margin-left: 20px;
    padding: 10px 30px;
    transition: 0.5s;
}
.btn-postula:hover {
    transition: 0.5s;
    color: #4caf50;
    background: #e8f5e9;
}
.btn-postula i,
.btn-cancelar i {
    font-size: 17px;
}
.btn-cancelar {
    color: #9e9e9e;
    border-color: #9e9e9e;
    background: #fafafa;
    transition: 0.5s;
}
.btn-cancelar:hover {
    transition: 0.5s;
    color: #fafafa;
    background: #9e9e9e;
}
ul.lista-contacto {
    width: 100%;
    height: auto;
    color: #616161 !important;
    transition: 0.5s;
    font-weight: 500;
    margin-bottom: 50px;
}
.lista-contacto a:hover {
    color: #2962ff !important;
    transition: 0.5s;
}
iframe {
    width: 100%;
    min-height: 400px;
}
.lista-contacto li {
    margin-bottom: 5px;
}
#contacto_form_page .sub-titulo {
    margin-top: 0 !important;
}
#contact_form textarea,
#form_denuncia textarea {
    height: 150px;
}
#form_denuncia {
    border-radius: 4px;
}
#form_denuncia textarea {
    height: 110px;
}
#form_denuncia .sub-titulo {
    text-transform: inherit !important;
}
#denuncia_form {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    position: relative;
}
.step-content {
    overflow: hidden !important;
}

ul.sub-lista {
    margin-left: 15px !important;
}
#modalYt iframe {
    width: 100%;
    min-height: 400px;
}
#modalYt .modal-content {
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 600px) {
    #home_principal h1 {
        font-size: 30px;
    }
}
