@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'pf_din_text_comp_probold';
    src: url('../fonts/pfdin/pfdintextcomppro-bold-webfont.woff2') format('woff2'),
        url('../fonts/pfdin/pfdintextcomppro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_din_text_comp_prolight';
    src: url('../fonts/pfdin/pfdintextcomppro-light-webfont.woff2') format('woff2'),
        url('../fonts/pfdin/pfdintextcomppro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_din_text_comp_promedium';
    src: url('../fonts/pfdin/pfdintextcomppro-medium-webfont.woff2') format('woff2'),
        url('../fonts/pfdin/pfdintextcomppro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: "pf_din_text_comp_prolight";
    font-size: 2.8rem;
    color: #0f4c92;
}

a {
    color: #0f4c92;
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    border: none;
    outline: none;
}

h2 {
    text-align: center;
    font-weight: normal;
    font-family: "pf_din_text_comp_prolight";
    margin: 4rem 0;
    font-size: 5rem;
}

h3 {
    text-align: left;
    color: #ffb91e;
    font-weight: normal;
    font-family: "pf_din_text_comp_promedium";
    margin: 4rem 0;
    font-size: 4rem;
}

strong {
    font-weight: normal;
    font-family: "pf_din_text_comp_promedium";
}

.container {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 110rem;
}

header {
    width: 100%;
    height: 26rem;
    background: #fff;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header .logo {
    display: block;
    float: left;
    background: url(../img/frontend/logo.png) no-repeat;
    background-size: 25rem 7.6rem;
    width: 25rem;
    height: 7.6rem;
    margin: 8.5rem 0 0 0rem;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header .menuopener {
    background: url(../img/frontend/menu_opener.png) right 0 no-repeat;
    background-size: 3rem 2rem;
    width: 9rem;
    line-height: 2rem;
    height: 2rem;
    float: right;
    font-size: 2.6rem;
    text-transform: uppercase;
    margin: 13.5rem 2rem 0 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

header #menu {
    float: right;
    overflow: hidden;
    font-size: 2rem;
    top: 26rem;
    left: 0;
    position: fixed;
    width: 100%;
    background: #f0f0f0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
    display: none;
}

header #menu li {
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.4rem;
    line-height: 6rem;
}

header.small {
    height: 14rem;
}

header.small .logo {
    background: url(../img/frontend/logo.png) no-repeat;
    background-size: 20rem 6.1rem;
    width: 20rem;
    height: 6.1rem;
    margin: 4rem 0 0 0rem;
}

header.small .menuopener {
    margin: 7rem 2rem 0 0;
}

header.small #menu {
    top: 14rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




section {
    width: 100%;
}

section.blue {
    background: #1d459a;
    color: #fff;
}

section.grey {
    background: #f0f0f0;
}

section.intro {
    height: 60vh;
    /*height: 59.5rem;*/
    position: relative;
    /* margin-top: 26rem; */
    margin-top: 0rem;
}

section.intro ul {
    width: 100%;
    min-height: 59.5rem;
    position: relative;
}

section.intro ul li {
    width: 100%;
    min-height: 59.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
}

section.intro ul li:first-child {
    display: block;
}

section.intro #slidernav {
    width: 100%;
    height: 1.2rem !important;
    position: absolute;
    left: 0;
    bottom: 5rem;
    z-index: 9999;
    text-align: center;
}

section.intro #slidernav a {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #4bc0e0;
    text-indent: -5000px;
    border: 1px solid #4bc0e0;
    margin: 0 1rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
}

section.intro #slidernav a.active {
    border-color: #fff;
    background: #fff;
}

section.intro p {
    line-height: 3.5vh;
    padding: 5vh 10%;
    position: absolute;
    text-transform: uppercase;
    /* width: 100%; */
    height: 50px;
    left: 50%;
    text-align: center;
    margin-left: -50%;
    margin-top: auto;
}

section.intro p img {
    max-width: 100px;
    max-height: 100px;
    margin: 10px;
}

section.intro p b {
    color: #4bc0e0;
}



section.unidades {
    padding: 4rem 0 0 0;
}

section.unidades .container {
    max-width: 100%;
}

section.unidades ul.unidades {
    width: 100%;
    float: left;
    overflow: hidden;
}

section.unidades ul.unidades li {
    width: 20%;
    float: left;
    text-align: center;
}

section.unidades ul.unidades li:nth-child(2) {
    width: 20%;
}

section.unidades ul.unidades li.regulacion {
    background: url(../img/frontend/icn_regulacion.png) 50% 4rem no-repeat;
}

section.unidades ul.unidades li.investigacion {
    background: url(../img/frontend/icn_investigacion.png) 50% 0 no-repeat;
}

section.unidades ul.unidades li.farmacoeconomia {
    background: url(../img/frontend/icn_farmacoeconomia.png) 50% 4rem no-repeat;
}

section.unidades ul.unidades li.serviciosjuridicos {

    background: url(../img/frontend/icn_serviciosjuridicos.png) 50% 4rem no-repeat;
}

section.unidades ul.unidades li.insumosmedicos {

    background: url(../img/frontend/icn_insumosmedicos.svg) 50% 4rem no-repeat;
    background-size: 135px;
}

section.unidades ul.unidades li a {
    display: block;
    padding-top: 23rem;
}

section.unidades ul.unidades li a span {
    display: block;
    color: #fff;
    padding: 7rem 0 10rem 0;
    text-transform: uppercase;
    font-size: 3.8rem;
}

section.unidades ul.unidades li.regulacion span {
    background: #fdb61a;
}

section.unidades ul.unidades li.investigacion span {
    background: #4bc0e0;
}

section.unidades ul.unidades li.farmacoeconomia span {
    background: #ef426c;
}

section.unidades ul.unidades li.serviciosjuridicos span {
    background: #398aea;

}

section.unidades ul.unidades li.insumosmedicos span {
    background: #fdb61a;

}

section.servicios {
    position: relative;
}

section.servicios h2 {
    font-size: 3rem;
}

section.servicios h3 {
    font-family: "pf_din_text_comp_prolight";
    font-weight: normal;
    font-size: 3.8rem;
    float: right;
    width: 75rem;
}

section.servicios ul.section {
    position: absolute;
    left: 0;
    top: 7rem;
    overflow: hidden;
    width: 27.5rem;
    display: none;
}

section.servicios ul.section li.regulacion {
    background: url(../img/frontend/icn_regulacion.png) 50% 4rem no-repeat;
}

section.servicios ul.section li.investigacion {
    background: url(../img/frontend/icn_investigacion.png) 50% 0 no-repeat;
}

section.servicios ul.section li.farmacoeconomia {
    background: url(../img/frontend/icn_farmacoeconomia.png) 50% 4rem no-repeat;
}

section.servicios ul.section li.serviciosjuridicos {
    background: url(../img/frontend/icn_serviciosjuridicos.png) 50% 4rem no-repeat;
}

section.servicios ul.section li.insumosmedicos {
    background: url(../img/frontend/icn_covid.svg) 50% 4rem no-repeat;
    background-size: 140px;
}


section.servicios ul.section li.regulacion.active {
    display: block;
}

section.servicios ul.section li.investigacion.active {
    display: block;
}

section.servicios ul.section li.farmacoeconomia.active {
    display: block;
}

section.servicios ul.section li.serviciosjuridicos.active {
    display: block;
}

section.servicios ul.section li.insumosmedicos.active {
    display: block;
}

section.servicios ul.section li {
    padding-top: 23rem;
    text-align: center;
    display: none;
}

section.servicios ul.section li span {
    display: block;
    color: #fff;
    padding: 2rem 0 2rem 0;
    text-transform: uppercase;
    font-size: 3.8rem;
}

section.servicios ul.section li.regulacion span {
    background: #fdb61a;
}

section.servicios ul.section li.investigacion span {
    background: #4bc0e0;
}

section.servicios ul.section li.farmacoeconomia span {
    background: #ef426c;
}

section.servicios ul.section li.serviciosjuridicos span {
    background: #398aea;
}

section.servicios ul.section li.insumosmedicos span {
    background: #ef426c;
}

section.servicios .service ul {
    width: 75rem;
    overflow: hidden;
    float: right;
}

section.servicios .service ul li {
    background: url(../img/frontend/ok.png) no-repeat;
    background-size: 2.5rem 2.2rem;
    background-position: 0 0.5rem;
    padding-left: 4rem;
    width: 100%;
    float: left;
    line-height: 4rem;
}

section.servicios .service ul li span.box {
    display: block;
    width: 50%;
    float: left;
}

section.servicios .service ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 34rem;
    font-size: 4rem;
}

section.servicios .service ul.arrow {
    background: url(../img/frontend/arrow.png) 40% 15% no-repeat;
    background-size: 5.2rem 4.8rem;
}


section.servicios div {
    font-size: 2.6rem;
    overflow: hidden;
}

section.servicios div.service {
    position: relative;
    margin-bottom: 5rem;
    display: none;
}

section.servicios div.service.investigacion h3 {
    color: #fdb61a;
}

section.servicios .service.investigacion ul li {
    background: url(../img/frontend/ok_b.png) no-repeat;
    background-size: 2.5rem 2.2rem;
    background-position: 0 0.5rem;
}

section.servicios div.service.farmacoeconomia h3 {
    color: #fdb61a;
}

section.servicios .service.farmacoeconomia ul li {
    background: url(../img/frontend/ok_r.png) no-repeat;
    background-size: 2.5rem 2.2rem;
    background-position: 0 0.5rem;
}

section.servicios div.service.serviciosjuridicos h3 {
    color: #fdb61a;
}

section.servicios .service.serviciosjuridicos ul li {
    background: url(../img/frontend/ok_b.png) no-repeat;
    background-size: 2.5rem 2.2rem;
    background-position: 0 0.5rem;
}

section.servicios div.service a.close {
    display: block;
    background: url(../img/frontend/close.png) no-repeat;
    width: 2.9rem;
    height: 3.1rem;
    text-indent: -5000px;
    position: absolute;
    right: 0;
    top: 0;
}




section.alianzas {
    padding: 4rem 0;
}

section.alianzas ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

section.alianzas ul li {
    width: 33%;
    margin: 5rem 0 5rem 0;
    float: left;
    text-align: center;
}

section.alianzas ul li:nth-child(3n+1) {
    clear: left;
}


section.experiencias {
    padding: 4rem 0;
}

section.experiencias ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

section.experiencias ul li {
    width: 25%;
    margin: 3rem 0 3rem 0;
    float: left;
}

section.experiencias ul li img {
    width: 20rem;
    height: 9rem;
}

section.experiencias ul li:nth-child(4n+1) {
    margin-left: 0rem;
}


section.contact {
    position: relative;
    color: #fff;
    padding-bottom: 8rem;
      text-align:center;
}

section.contact h2 {
    color: #89d1e6;
      text-align:center;
}

section.contact form {
    width: 43rem;
    float: left;
    overflow: hidden;
}

section.contact form label {
    width: 100%;
    float: left;
    overflow: hidden;
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
}

section.contact form label span {
    color: #89d1e6;
}

section.contact form label input {
    border: none;
    background: #fff;
    line-height: 2.6rem;
    height: 2.6rem;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0.5rem;
}

section.contact form label textarea {
    border: none;
    background: #fff;
    padding: 0.5rem;
    line-height: 2rem;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    height: 17rem;
}

section.contact form label input,
section.contact form label textarea {
    width: 34rem;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}

section.contact form button {
    float: right;
    border: none;
    background: #89d1e6;
    color: #fff;
    padding: 0rem 2rem;
    font-family: "pf_din_text_comp_prolight";
    font-size: 2rem;
    text-transform: uppercase;
    cursor: pointer;
}

section.contact div.cont {
    width: 50%;
    float: right;
    overflow: hidden;
}

section.contact div.cont a {
    color: #fff;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 52.5%;
        */
    }

    header {
        height: 14rem;
    }

    header .logo {
        background: url(../img/frontend/logo.png) no-repeat;
        background-size: 20rem 6.1rem;
        width: 20rem;
        height: 6.1rem;
        margin: 4rem 0 0 2rem;
    }

    header .menuopener {
        margin: 7rem 2rem 0 0;
    }

    header #menu {
        top: 14rem;
    }

    section.intro {
        margin-top: 0rem;
    }

    section.servicios ul.section {
        width: 22rem;
    }

    section.servicios ul.section li span {
        font-size: 3.2rem;
    }

    section.servicios ul.section li.regulacion {
        background-size: 12.1rem 11rem;
    }

    section.servicios ul.section li.investigacion {
        background-size: 8.6rem 14.6rem;
    }

    section.servicios ul.section li.farmacoeconomia {
        background-size: 12.2rem 11rem;
    }

    section.servicios ul.section li.serviciosjuridicos {
        background-size: 12.2rem 11rem;
    }

    section.servicios ul.section li.insumosmedicos {
        background-size: 12.2rem 11rem;
    }

    section.servicios ul.section li {
        padding-top: 20rem;
    }

    section.servicios h3,
    section.servicios .service ul {
        max-width: 68rem;
    }

    section.contact div.cont {
        width: 50%;
    }

    section.contact form {
        margin-left: 2rem;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 42.5%;
    }

    header {
        height: 14rem;
    }

    header .logo {
        background: url(../img/frontend/logo.png) no-repeat;
        background-size: 20rem 6.1rem;
        width: 20rem;
        height: 6.1rem;
        margin: 5rem 0 0 2rem;
    }

    header .menuopener {
        margin: 7rem 2rem 0 0;
    }

    header #menu {
        top: 14rem;
    }

    section.intro {
        margin-top: 0rem;
    }

    section.unidades ul.unidades li a span {
        font-size: 3.5rem;
        padding: 5rem 0 6rem 0;
    }

    section.unidades ul.unidades li.regulacion {
        background-size: 7.6rem 6.9rem;
    }

    section.unidades ul.unidades li.investigacion {
        background-size: 5.4rem 9.1rem;
        background-position: 50% 2rem;
    }

    section.unidades ul.unidades li.farmacoeconomia {
        background-size: 7.6rem 6.9rem;
    }

    section.unidades ul.unidades li.serviciosjuridicos {
        background-size: 7.6rem 6.9rem;
    }

    section.unidades ul.unidades li.insumosmedicos {
        background-size: 7.6rem 6.9rem;
    }

    section.unidades ul.unidades li a {
        padding-top: 14rem;
    }


    section.unidades ul.unidades li {
        width: 50%;

    }

    section.unidades ul.unidades li:nth-child(2) {
        width: 50%;
    }

    section.alianzas ul li {
        width: 50%;
    }

    section.alianzas ul li.empty {
        display: none;
    }

    section.alianzas ul li:nth-child(1) img {
        width: 12.4rem !important;
        height: 8.4rem !important;
    }

    section.alianzas ul li:nth-child(2) img {
        width: 14rem !important;
        height: 6.8rem !important;
    }

    section.alianzas ul li:nth-child(4) img {
        width: 10.1rem !important;
        height: 8.5rem !important;
    }

    section.alianzas ul li:nth-child(5) img {
        width: 16.7rem !important;
        height: 4.3rem !important;
    }

    section.alianzas ul li:nth-child(6) {
        clear: left;
    }

    section.servicios h3 {
        width: 100%;
    }

    section.servicios div.service {
        margin-top: 12rem;
    }



    section.servicios .service ul {
        width: 90%;
        font-size: 1em;
    }

    section.servicios ul.section {
        width: 100%;
        overflow: hidden;
    }

    section.servicios .service ul li {
        width: 85%;
    }

    section.servicios ul.section li {
        background-position: 10% 50% !important;
        float: left;
        width: 100%;
        padding-top: 0;
    }

    section.servicios ul.section li.regulacion {
        background-size: 7.5rem 6.9rem !important;
    }

    section.servicios ul.section li.investigacion {
        background-size: 5.3rem 9.1rem !important;
    }

    section.servicios ul.section li.farmacoeconomia {
        background-size: 7.6rem 6.9rem !important;
    }

    section.servicios ul.section li.serviciosjuridicos {
        background-size: 7.5rem 6.9rem !important;
    }

    section.servicios ul.section li.insumosmedicos {
        background-size: 7.5rem 6.9rem !important;
    }

    section.servicios ul.section li span {
        float: right;
        width: 70%;
        font-size: 2.8rem;
    }

    section.experiencias ul li {
        width: 50%;
        text-align: center;
    }

    section.experiencias ul li.empty {
        display: none;
    }

    section.contact form,
    section.contact div.cont {
        float: none;
        margin: 0 auto;
    }

    section.contact form {
        width: 90%;
    }

    section.contact form label {
        font-size: 4rem;
    }

    section.contact form button {
        padding: 1rem 3rem;
        font-size: 4rem;
    }

    section.contact div.cont {
        width: 90%;
    }

    section.contact form label input,
    section.contact form label textarea {
        width: 45rem;
    }

}
