/*** Cabeceras ***/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body.full-with-container .container-main {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#pd_header {
    background: #F5F5F5;
}
#pd_header .container {}
#pd_header--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap:60px;
    margin-bottom: 48px;
}
#pd_header--content {
    display: grid;
    justify-items: stretch;
    align-content: center;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
}
#pd_header h1 {
    color:#F7A504;
    font-weight: 900;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
}
#pd_header--summary {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    letter-spacing: -0.64px;
    color: #1b1b1b;
}
#pd_header--image {
    text-align: right;
}
#pd_header--image img {
    width: 504px;
    height:360px;
}
@media (max-width: 767px) {
    #pd_header .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    #pd_header--container {
        grid-template-columns: repeat(1, 1fr);
    }
    #pd_header--image {
        order:1;
    }
    #pd_header--content {
        order:2;
    }
    #pd_header h1 {
        font-size: 28px;
        line-height: 35px;
    }
    #pd_header--summary {
        font-size: 15px;
        line-height: 20px;
    }
    #pd_header--content {
        padding: 30px 15px;
    }
    #pd_header--image img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
    .yellow_button {
        width: 100%;
    }
}
/*** Cabeceras - Fin ***/
/*** Body sección clientes/médicos ***/
#pd_home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:34px;
}
.pd_home--link .btn-primary {
    width: 100%;
    border-radius: 0px;
    background-color: #FFFFFF;
    color: #f7a600;
    border: solid 1px #f7a600;
    font-weight: bold;

}
.pd_home--link .btn-primary:hover{
    color: #FFFFFF;
    background-color: #f7a600;
    border-color: #FFFFFF;
}

.pd_home--content {
    padding: 24px;
    background: #F6A404;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
}
.pd_home--title {
    min-height: 56px;
}
.pd_home--title a {
    font-weight: 900;
    font-size: 23px;
    color: #373737;
    line-height: 26px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}
.pd_home--title a:hover {
    text-decoration: none;
    color: #373737;
}
.pd_home--descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #373737;
    margin-top:13px;
    min-height: 90px;
    margin-bottom:37px;
}
@media (max-width: 767px) {
    #pd_home {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap:0px;
        grid-row-gap: 20px;
    }

    #pd_home img {
        width: 100%;
    }

    .pd_home--title {
        font-size: 25px;
        line-height: 25px;
    }
    .pd_home--subti {
        margin-top: 5px;
        font-size: 16px;
        line-height: 17px;
    }
}
/*** Bloque de cifran con fondo gris (sobre accesos del footer) ***/
#block-patientsanddoctorsgray-2,
#block-patientsanddoctorsgray {
    margin-bottom: 70px;
    margin-top: 48px;
    background: #D5D5D5;
    padding-top: 86px;
    padding-bottom: 86px;
}
#gray_numbers {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-family: 'Roboto',sans-serif;
    font-style: normal;
}
.gray_numbers--title {
    font-weight: 900;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #F7A504;
}
.gray_numbers--subti {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing: -0.64px;
    color: #373737;
}
@media (max-width: 767px) {
    #block-patientsanddoctorsgray-2,
    #block-patientsanddoctorsgray {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #gray_numbers {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap:0px;
        text-align: center;
    }
    .gray_numbers--child {
        margin-bottom: 30px;
    }
    .gray_numbers--title {
        font-size: 25px;
        line-height: 25px;
    }
    .gray_numbers--subti {
        margin-top: 5px;
        font-size: 16px;
        line-height: 17px;
    }
}
/*** Bloque de cifran con fondo gris (sobre accesos del footer) - Fin ***/
/*** Bloques de acceso sobre el footer ***/
#block-patientsanddoctorsfooter {
    display: inline-block;
    margin-top: 48px;
    width: 100%;
}
#gray_access {
    display: grid;
    grid-template-columns: repeat(auto-fill, 543px);
    grid-column-gap:24px;
}
.gray_access--body {
    background: #D5D5D5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gray_access--child,
.yellow_button {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
}
.gray_access--content {
    display: grid;
    justify-items: stretch;
    align-content: center;
    padding-left: 24px;
    padding-right: 24px;
}
.gray_access--title {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #000000;
}
.gray_access--subti {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #000000;
    margin-top: 16px;
}
.gray_access--image img {
    width: 184px;
    max-width: 184px;
    height: 171px;
}
.yellow_button {
    background: #F7A504;
    color: #FFF;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 85.5%;

    text-align: center;
    letter-spacing: -0.06em;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #f7a600;
}
.yellow_button:hover {
    text-decoration: none;
    color: #f7a600;
    background: #fff;
    border: solid 1px #f7a600;
}
@media (max-width: 767px) {
    #block-patientsanddoctorsfooter {
        margin-top: 0px;
    }
    #gray_access {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap:0px;
    }
    .gray_access--child {
        margin-bottom: 30px;
    }
    .gray_access--title {
        font-size: 15px;
        line-height: 15px;
    }
    .gray_access--content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gray_access--image img {
        width: 115px;
        height: auto;
    }
    .gray_access--subti {
        margin-top: 5px;
        font-size: 13px;
        line-height: 14px;
    }
    .yellow_button {
        font-size: 14px;
    }
}
/*** Bloques de acceso sobre el footer - Fin ***/
/*** Bloque de contenidos ***/
#pd_body {
    margin-top: 70px;
}
.pd_container_min {
    max-width: 100%;
    width: 920px;
    margin: 0 auto;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #000000;
}
.pd_container_min ul {
    padding-left: 0px;
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.pd_container_min ul.ul_two {
    padding-left: 0px;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.pd_container_min ul li:not(.title) {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}
.pd_container_min ul li:not(.title):before {
    content:'';
    background: #F7A504;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.pd_container_min ul li.title {
    margin-bottom: 8px;
    font-weight: bold;
}
.pd_body_image {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}
.pd_body_image img {
    width: 100%;
    height: auto;
}
.pd_body_image_text {
    background:#F7A504;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    font-weight: 300;
    width: 411px;
    height: auto;
    letter-spacing: -0.64px;
    color: #000000;
    display: inline-block;
    padding: 16px 24px;
    position: absolute;
    right: 0;
    left: -65px;
    bottom: 20px;
}
.pd_body_image_text_right {
    right: -65px;
    background:#F7A504;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    font-weight: 300;
    width: 411px;
    height: auto;
    letter-spacing: -0.64px;
    color: #000000;
    display: inline-block;
    padding: 16px 24px;
    position: absolute;
    bottom: 48px;
}
.pd_body_image_text_top_right {
    top: 48px;
    bottom: auto;
    right: -65px;
    bottom:auto;
    background:#F7A504;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    font-weight: 300;
    width: 411px;
    height: auto;
    letter-spacing: -0.64px;
    color: #000000;
    display: inline-block;
    padding: 16px 24px;
    position: absolute;
}
.pd_content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.64px;
    color: #F7A504;
}
#pd_resultados {
    margin-bottom: 24px;
}
.pd_resultados--child {
    margin-top: 10px;
    display: flex;
    grid-column-gap: 30px;
    align-content: center;
    align-items: center;
}
.pd_long_paragraph {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #000000;
}
@media (max-width:1200px) {
    .pd_body_image_text {
        right:0px !important;
        bottom: 0px !important;
        left: 0px !important;
        top:0px !important;
    }
}
@media (max-width:992px) {
    .pd_container_min ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
@media (max-width: 767px) {
    .pd_body_image {
        margin-bottom: 70px;
    }
    .pd_body_image img {
        width: 100%;
        height: auto;
    }
    .pd_body_image_text {
        position: relative;
        font-size: 16px;
    }
    .pd_long_paragraph,
    .pd_container_min {
        font-size: 14px;
    }
    .pd_container_min ul.ul_two {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
@media (max-width:476px) {
    .pd_container_min ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

/*** Bloque de contenidos - Fin ***/

.unilabs--title {
	font-size: 24px;
	font-weight: 500;
	color: #F7A504;
  font-family: 'Roboto',sans-serif;
	font-style: normal;
	line-height: 34px;
	letter-spacing: -0.64px;
}

.unilabs--history {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background-color: #F5F5F5;
}

.unilabs--cover {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -0.64px;
	color: #F7A504;
}

.unilabs--fundation {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.64px;
	color: #F7A504;
}

.unilabs--first_lab {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.64px;
}

.unilabs--expansion {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.64px;
	color: #E43317;
}

.unilabs--agreement {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.64px;
	color: #1BB1C8;
}

.unilabs--leader {
	font-family: 'Roboto',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.64px;
	color: #8A2A2B;
}

/* ESTILOS CONTENIDO */
.twenty-seconds {
    background: #F5F5F5;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.twenty-seconds > div {
    text-align: center;
}

.twenty-seconds > div h4 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #373737;
}

.twenty-seconds > div p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #F7A504;
}

.twenty-seconds .seconds-icon {
    position: relative;
}

.twenty-seconds .seconds-icon img {
    background: #F7A504;
    border-radius: 100%;
    padding: 10px;
}

.twenty-seconds .seconds-icon > div {
    content: "";
    width: 15px;
    height: 15px;
    background: #F7A504;
    margin: auto;
    transform: rotate(45deg);
    margin-top: -12px;
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 540px;
    }

    .twenty-seconds {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* ESTILOS CONTENIDO */
.grown {
    background: #F5F5F5;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 30px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.grown > div {
    text-align: center;
}

.grown > div h4 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #373737;
}

.grown > div p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #F7A504;
}

.grown .seconds-icon {
    position: relative;
}

.grown .seconds-icon img {
    background: #F7A504;
    border-radius: 100%;
    padding: 10px;
}

.grown .seconds-icon > div {
    content: "";
    width: 15px;
    height: 15px;
    background: #F7A504;
    margin: auto;
    transform: rotate(45deg);
    margin-top: -12px;
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 540px;
    }

    .grown {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* ESTILOS CONTENIDO */
.cover {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 30px;
}

.cover > div {
    text-align: center;
}

.cover > div h4 {
    margin: 5px 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
    color: #373737;
}

.cover > div p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #373737;
}

.cover .seconds-icon img {
    width: 90px;
    padding: 10px;
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }

    .cover .seconds-icon img {
        width: 80px;
    }

    .cover > div h4 {
        font-size: 40px;
        line-height: 35px;
    }

    .cover > div p {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 540px;
    }

    .cover {
        grid-template-columns: 1fr;
    }

    .cover .seconds-icon img {
        width: 65px;
    }

    .cover > div h4 {
        font-size: 40px;
        line-height: 45px;
    }

    .cover > div p {
        font-size: 18px;
    }
}

.pd_home_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 37px;
}

.pd_home_top .pd_home--child {
    margin-bottom: 40px;
    display: flex;
}

.pd_home_top .pd_home--child .pd_home--content {
    width: 65%;
}

.pd_home_top .pd_home--child .pd_home--image {
    width: 35%;
    order: 2;
}

.pd_home_top .pd_home--child .pd_home--image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .pd_home_top {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .pd_home--content {
        min-height: 310px;
    }
}

@media screen and (max-width: 767px) {
    .pd_home_top {
        grid-template-columns: 1fr;
    }

    .pd_home_top .pd_home--child {
        flex-wrap: wrap;
    }

    .pd_home_top .pd_home--child .pd_home--image {
        width: 100%;
        order: 1;
    }

    .pd_home_top .pd_home--child .pd_home--content {
        width: 100%;
        order: 2;
    }

    .pd_home_top .pd_home--child .pd_home--image img {
        width: 100%;
    }

    .pd_home .pd_home--child .pd_home--image .who_are_image img {
        width: 100%;
    }
}
/* Corporativo/Empleo Nuevo */
.page-node-856 .pd_unete--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    margin-bottom: 48px;
    background: #F5F5F5;
}
.page-node-856 .pd_unete--content {
    display: grid;
    justify-items: stretch;
    align-content: center;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    padding: 20px;
}
.page-node-856 .pd_unete--title h3{
    font-size: 30px;
}
.page-node-856 .pd_unete--summary {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    letter-spacing: -0.64px;
    color: #1b1b1b;
}
.page-node-856 .pd_unete--image {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .page-node-856 .pd_unete--container {
        display: block;
    }
    .page-node-856 .pd_unete--summary {
        font-size: 16px;
    }
}