/* INTRO */
#intro {
    width: 100%;
    height: auto;
    padding: 75px 10% 100px 10%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#intro::before {
    content: '';
    width: 37%;
    height: 100%;
    position: absolute;
    background: #f1f1f1;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#intro .circlePage {
    width: 42.5vw;
    height: 42.5vw;
    position: absolute;
    border: 1px solid #8ed2d0;
    top: 25px;
    right: 10%;
    border-radius: 50%;
}

#intro .introInner {
    width: 100%;
    position: relative;
    z-index: 10;
}

#intro .introImage {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 0;
    padding: 0 0 0 0;
    text-align: left;
}

#intro .introImage .introImg {
    max-width: 100%;
    height: auto;
}

#intro .row .introHeader {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 25px 0 25px 0;
}
#intro .row .introHeader h1 {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 200px;
    color: #8ed2d0;
    padding: 0 0 20px 0!important;
    margin: -15px 0 0 -340px!important;
    text-transform: uppercase;
    letter-spacing: 35px;
    line-height: 150px;
    position: relative;
}
#intro .row .introHeader h2 {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 -200px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
#intro .row .introHeader h3 {
    font-family: 'Prestige Elite Std';
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    color: #8ed2d0;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    letter-spacing: 5px;
}

#intro .row .introBody {
    width: 100%;
    height: auto;
    text-align: justify;
    padding: 0 0 25px 50px;
}
#intro .row .introBody p {
    font-family: 'Chivo';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
}

#intro .row .introFooter {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 0 0 50px;
}
#intro .row .introFooter .row,
#intro .row .introFooter .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#intro .row .introFooter .row .col a.btnLeerMas {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #4f6571;
}
#intro .row .introFooter .row .col a.btnLeerMas::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4f6571;
    background-color: #4f6571;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#intro .row .introFooter .row .col a.btnLeerMas:hover::after,
#intro .row .introFooter .row .col a.btnLeerMas:active::after,
#intro .row .introFooter .row .col a.btnLeerMas:focus::after {
    width: 0;
}

#intro .row .introFooter .row .col a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#intro .row .introFooter .row .col a.btnContacto:hover,
#intro .row .introFooter .row .col a.btnContacto:active,
#intro .row .introFooter .row .col a.btnContacto:focus {
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
}

#intro .row .urgenciasInner {
    padding: 50px 0 0 0;
}

#intro .row .urgenciasInner .row,
#intro .row .urgenciasInner .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#intro .row .urgenciasInner .row h3.urgenciasTitle {
    font-family: 'Chivo';
    font-weight: bold;
    font-style: normal;
    font-size: 33px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 50px 50px 0 0!important;
    text-align: right;
}

#intro .row .urgenciasContent {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
#intro .row .urgenciasContent h4 {
    font-family: 'Chivo';
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    padding: 0 0 0 0!important;
    margin:  0 0 0!important;
    color: #4f6571;
}
#intro .row .urgenciasContent p {
    font-family: 'Chivo';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #4f6571;
}
#intro .row .urgenciasContent h5 {
    font-family: 'SF UI Display';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    color: #8ed2d0;
}
#intro .row .urgenciasContent a {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #8ed2d0;
    position: relative;
}
#intro .row .urgenciasContent a::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #8ed2d0;
    background-color: #8ed2d0;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease;
}
#intro .row .urgenciasContent a:hover::after,
#intro .row .urgenciasContent a:active::after,
#intro .row .urgenciasContent a:focus::after {
    width: 0;
    background: #4f6571;
    background-color: #4f6571;
}
#intro .row .urgenciasContent a:hover,
#intro .row .urgenciasContent a:focus,
#intro .row .urgenciasContent a:active {
    color: #4f6571;
}

#intro .row .urgenciasContent .introClock {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: -150px;
}
/*  */

/* PADECIMIENTOS */
#padecimientos {
    width: 100%;
    height: auto;
    padding: 75px 13% 75px 13%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#padecimientos::before {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    background: #4f6571;
    background-color: #4f6571;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#padecimientos .padecimientoContent {
    position: relative;
}

#padecimientos h2.padecimientosTitle {
    font-family: 'Chivo';
    font-weight: bold;
    font-style: normal;
    font-size: 75px;
    color: #8ed2d0;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    text-align: left;
}

#padecimientos .spacePadecimiento {
    width: 100%;
    height: auto;
    padding: 25px 0 0 0;
}

#padecimientos .padecimientoContent ul li {
    padding: 10px 0 10px 0;
}
#padecimientos .padecimientoContent ul li.firstPoint {
    position: relative;
}
#padecimientos .padecimientoContent ul li.firstPoint::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 16px;
    left: -25px;
    background: #8ed2d0;
    background-color: #8ed2d0;
}

#padecimientos .padecimientoContent ul li span{
    font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #f1f1f1;
    text-decoration: underline;
}

#padecimientos .padecimientoContent a.btnContacto {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#padecimientos .padecimientoContent a.btnContacto:hover,
#padecimientos .padecimientoContent a.btnContacto:active,
#padecimientos .padecimientoContent a.btnContacto:focus {
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
}

#padecimientos .padecimientoImg {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 110px 0 0 0;
    line-height: 0;
    position: relative;
    text-align: center;
}
#padecimientos .padecimientoImg img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
    box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
}

#padecimientos .urologosTitle {
    width: 100%;
    height: 100%;
    padding: 25px 0 0 55%;
    text-align: left;
}
#padecimientos .urologosTitle h4 {
    font-family: 'SF UI Display';
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    color: #b8bbbc;
    text-transform: uppercase;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    position: relative;
}
/*  */

/* UROLOGIA DE ALTA ESPECIALIDAD */
#urologia_alta_especialidad {
    width: 100%;
    height: auto;
    padding: 50px 13% 50px 13%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#urologia_alta_especialidad::before {
    content: '';
    width: 65%;
    height: 70%;
    position: absolute;
    background: #f1f1f1;
    background-color: #f1f1f1;
    right: 0;
    bottom: 0;
    margin: auto;
}

#urologia_alta_especialidad .urologia_alta_header {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}
#urologia_alta_especialidad .urologia_alta_header img.urologiaImg {
    max-width: 100%;
    height: auto;
}

#urologia_alta_especialidad .urologia_alta_header .urologiaTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 200px 29% 0 29%;
    text-align: center;
}
#urologia_alta_especialidad .urologia_alta_header .urologiaTitle h2 {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #8ed2d0;
    text-transform: uppercase;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    line-height: 35px;
    letter-spacing: 10px;
    position: relative;
}
#urologia_alta_especialidad .urologia_alta_header .urologiaTitle h2::after {
    content: '';
    width: 50%;
    height: 2px;
    background: #4f6571;
    background-color: #4f6571;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
#urologia_alta_especialidad .urologia_alta_header .urologiaTitle h3 {
    font-family: 'SF UI Display';
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    color: #4f6571;
    text-transform: uppercase;
    padding: 25px 0 0 0!important;
    margin: 0 0 0 0!important;
}

#urologia_alta_especialidad .urologia_body {
    width: 100%;
    height: auto;
    padding: 50px 0 0 50px;
    position: relative;
}
#urologia_alta_especialidad h2.procedimientoTitle {
    font-family: 'Chivo';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    position: relative;
}
#urologia_alta_especialidad h3.procedimientoSubtitle {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #4f6571;
    padding: 0 70% 0 0!important;
    margin: 0 0 0 0!important;
    text-align: left;
}
#urologia_alta_especialidad ul.procedimientoList li {
    padding: 10px 0 10px 0;
}
#urologia_alta_especialidad  ul.procedimientoList li span{
    font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
    text-decoration: underline;
}
#urologia_alta_especialidad .spaceProcedimientos {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
}
#urologia_alta_especialidad span.capitalizeP {
    font-family: 'SF UI Display';
    font-weight: normal;
    font-style: normal;
    font-size: 350px;
    color: #f4f4f4;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 10%;
}

#urologia_alta_especialidad a.btnLeerMas {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #4f6571;
}
#urologia_alta_especialidad a.btnLeerMas::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4f6571;
    background-color: #4f6571;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#urologia_alta_especialidad a.btnLeerMas:hover::after,
#urologia_alta_especialidad a.btnLeerMas:active::after,
#urologia_alta_especialidad a.btnLeerMas:focus::after {
    width: 0;
}

#urologia_alta_especialidad a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#urologia_alta_especialidad a.btnContacto:hover,
#urologia_alta_especialidad a.btnContacto:active,
#urologia_alta_especialidad a.btnContacto:focus {
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
}
/*  */

/* CIRUGIA ROBOTICA */
#cirugia_robotica {
    width: 100%;
    height: auto;
    padding: 75px 13% 50px 13%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#cirugia_robotica .circlePage {
    width: 42.5vw;
    height: 42.5vw;
    position: absolute;
    border: 1px solid #8ed2d0;
    top: 25px;
    right: 10%;
    border-radius: 50%;
}

#cirugia_robotica .row,
#cirugia_robotica .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    position: relative;
    z-index: 10;
}

#cirugia_robotica .cirugiaRoboticaBody {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    position: relative;
    text-align: center;
}
#cirugia_robotica .cirugiaRoboticaBody img.cirugiaImg {
    max-width: 100%;
    height: auto;
}

#cirugia_robotica .cirugiaHeader {
    width: 100%;
    height: auto;
    padding: 0 50px 0 0;
    line-height: 0;
    position: relative;
    text-align: right;
}
#cirugia_robotica .cirugiaHeader h2 {
    font-size: 55px;
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    color: #4f6571;
    line-height: 30px;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#cirugia_robotica .cirugiaHeader h3 {
    font-size: 20px;
    font-family: 'SF UI Display';
    font-weight: normal;
    font-style: normal;
    color: #4f6571;
    padding: 10px 0 0 0!important;
    margin: 0 0 0 0!important;
}

#cirugia_robotica .cirugiaContent {
    width: 100%;
    height: auto;
    padding: 0 0 50px 25px;
    position: relative;
    text-align: justify;
}
#cirugia_robotica .cirugiaContent p {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#cirugia_robotica .cirugiaRoboticaFooter {
    width: 100%;
    height: auto;
    padding: 50px 0 25px 0;
    position: relative;
    text-align: left;
}
#cirugia_robotica .cirugiaRoboticaFooter p {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#cirugia_robotica a.btnLeerMas {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #4f6571;
}
#cirugia_robotica a.btnLeerMas::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4f6571;
    background-color: #4f6571;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#cirugia_robotica a.btnLeerMas:hover::after,
#cirugia_robotica a.btnLeerMas:active::after,
#cirugia_robotica a.btnLeerMas:focus::after {
    width: 0;
}

#cirugia_robotica a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#cirugia_robotica a.btnContacto:hover,
#cirugia_robotica a.btnContacto:active,
#cirugia_robotica a.btnContacto:focus {
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
}
/*  */

/* DOCTORES */
#doctores {
    width: 100%;
    height: auto;
    padding: 75px 13% 75px 13%;
    background: #9aa9a9;
    background-color: #9aa9a9;
    position: relative;
    overflow: hidden;
}
#doctores .doctoresHeader {
    width: 100%;
    height: auto;
    padding: 0 0 25px 0;
    text-align: center;
    position: relative;
}
#doctores .doctoresHeader h2 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 70px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#doctores .doctorPicture {
    width: 100%;
    height: auto;
    padding: 0 25px 0 25px;
    text-align: center;
    line-height: 0;
    position: relative;
}
#doctores .doctorPicture img.doctorImg {
    max-width: 100%;
    height: auto;
}

#doctores .doctorFooter {
    width: 100%;
    height: auto;
    padding: 50px 5px 25px 5px;
    text-align: center;
    position: relative;
}
#doctores .doctorFooter h3 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#doctores .doctorFooter p {
    font-family: 'SF UI Display';
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
    color: #4f6571;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 10px 0 0 0!important;
    margin: 5px 0 0 0!important;
}

#doctores .doctorLast {
    width: 100%;
    height: auto;
    padding: 25px 50px 0 50px;
    text-align: left;
    position: relative;
}
#doctores .doctorLast p {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#doctores .doctorLast a.btnLeerMas {
    font-family: 'SF UI Display';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #4f6571;
}
#doctores .doctorLast a.btnLeerMas::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4f6571;
    background-color: #4f6571;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#doctores .doctorLast a.btnLeerMas:hover::after,
#doctores .doctorLast a.btnLeerMas:active::after,
#doctores .doctorLast a.btnLeerMas:focus::after {
    width: 0;
}

#doctores .doctorContact {
    width: 100%;
    height: auto;
    padding: 25px 0 0 0;
    text-align: center;
    position: relative;
}
#doctores .doctorContact a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#doctores .doctorContact a.btnContacto:hover,
#doctores .doctorContact a.btnContacto:active,
#doctores .doctorContact a.btnContacto:focus {
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
}
/*  */

/* CLINICA DEL VPH */
#clinica_wph {
    width: 100%;
    height: auto;
    padding: 75px 13% 75px 13%;
    background: #e0e0e0;
    background-color: #e0e0e0;
    position: relative;
    overflow: hidden;
}

#clinica_wph .circlePage {
    width: 42.5vw;
    height: 42.5vw;
    position: absolute;
    border: 1px solid #8ed2d0;
    bottom: -45%;
    right: 10%;
    border-radius: 50%;
}

#clinica_wph .row,
#clinica_wph .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    position: relative;
    z-index: 10;
}

#clinica_wph .clinica_wph_header {
    width: 100%;
    height: auto;
    padding: 0 0 25px 0;
    text-align: center;
}
#clinica_wph .clinica_wph_header h2 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    color: #8ed2d0;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#clinica_wph .clinica_wph_header h3 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #4f6571;
    padding: 5px 0 0 0!important;
    margin: 0 0 0 0!important;
}

#clinica_wph .clinica_wph_picture {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    text-align: center;
    position: relative;
}
#clinica_wph .clinica_wph_picture .wphImg {
    max-width: 100%;
    height: auto;
}
#clinica_wph .clinica_wph_picture .clinica_wph_footer {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 0 0;
    position: relative;
    z-index: 5;
    top: -250px;
}
#clinica_wph .clinica_wph_picture .clinica_wph_footer a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#clinica_wph .clinica_wph_picture .clinica_wph_footer a.btnContacto:hover,
#clinica_wph .clinica_wph_picture .clinica_wph_footer a.btnContacto:active,
#clinica_wph .clinica_wph_picture .clinica_wph_footer a.btnContacto:focus {
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
}

#clinica_wph .clinica_wph_muestra {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    text-align: center;
    position: relative;
}
#clinica_wph .clinica_wph_muestra .wphImg {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
    -moz-box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
    box-shadow: 7px 9px 14px -4px rgba(0,0,0,0.38);
}

#clinica_wph .clinica_wph_info {
    width: 100%;
    height: auto;
    padding: 75px 0 0 75px;
    text-align: justify;
    position: relative;
}
#clinica_wph .clinica_wph_info p {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
}

#clinica_wph .clinica_wph_info a.btnLeerMas {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #59b4b0;
}
#clinica_wph .clinica_wph_info a.btnLeerMas::after {
    content: '';
    width: 0;
    height: 2px;
    background: #59b4b0;
    background-color: #59b4b0;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#clinica_wph .clinica_wph_info a.btnLeerMas:hover,
#clinica_wph .clinica_wph_info a.btnLeerMas:active,
#clinica_wph .clinica_wph_info a.btnLeerMas:focus {
    color: #4f6571;
}
#clinica_wph .clinica_wph_info a.btnLeerMas:hover::after,
#clinica_wph .clinica_wph_info a.btnLeerMas:active::after,
#clinica_wph .clinica_wph_info a.btnLeerMas:focus::after {
    width: 100%;
    background: #4f6571;
    background-color: #4f6571;
}
/*  */

/* CLINICA DE PROSTATA */
#clinica_prostata {
    width: 100%;
    height: auto;
    padding: 75px 13% 75px 13%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

#clinica_prostata .circlePage {
    width: 42.5vw;
    height: 42.5vw;
    position: absolute;
    border: 1px solid #8ed2d0;
    top: -12.9%;
    right: 10%;
    border-radius: 50%;
}

#clinica_prostata .row,
#clinica_prostata .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
    position: relative;
    z-index: 10;
}

#clinica_prostata .clinicaImgRibbon {
    max-width: 100%;
    height: auto;
}

#clinica_prostata .clinicaImgFooter {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    line-height: 0;
    text-align: center;
    position: relative;
}
#clinica_prostata .clinicaImgFooter .clinicaImg {
    max-width: 100%;
    height: auto;
}

#clinica_prostata .clinicaInfo {
    width: 100%;
    height: auto;
    padding: 0 75px 0 50px;
    text-align: left;
    position: relative;
}
#clinica_prostata .clinicaInfo h2 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    color: #4f6571;
    padding: 0 0 25px 0!important;
    margin: 0 0 0 0!important;
}
#clinica_prostata .clinicaInfo p {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #4f6571;
}

#clinica_prostata .clinicaInfo a.btnLeerMas {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #59b4b0;
}
#clinica_prostata .clinicaInfo a.btnLeerMas::after {
    content: '';
    width: 0;
    height: 2px;
    background: #59b4b0;
    background-color: #59b4b0;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
    transition: all .3s ease;
}
#clinica_prostata .clinicaInfo a.btnLeerMas:hover,
#clinica_prostata .clinicaInfo a.btnLeerMas:active,
#clinica_prostata .clinicaInfo a.btnLeerMas:focus {
    color: #4f6571;
}
#clinica_prostata .clinicaInfo a.btnLeerMas:hover::after,
#clinica_prostata .clinicaInfo a.btnLeerMas:active::after,
#clinica_prostata .clinicaInfo a.btnLeerMas:focus::after {
    width: 100%;
    background: #4f6571;
    background-color: #4f6571;
}

#clinica_prostata .clinicaFooter {
    width: 100%;
    height: auto;
    text-align: right;
    padding: 25px 75px 100px 0;
    position: relative;
}
#clinica_prostata .clinicaFooter a.btnContacto {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    background: rgb(142,210,208);
    background: -moz-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    background: linear-gradient(0deg, rgba(142,210,208,1) 0%, rgba(151,214,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ed2d0",endColorstr="#97d6d4",GradientType=1);
    color: #4f6571;
    box-shadow: none!important;
    border-radius: 5px;
    transition: all .3s ease;
}
#clinica_prostata .clinicaFooter a.btnContacto:hover,
#clinica_prostata .clinicaFooter a.btnContacto:active,
#clinica_prostata .clinicaFooter a.btnContacto:focus {
    background: rgb(79,101,113);
    background: -moz-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    background: linear-gradient(0deg, rgba(79,101,113,1) 0%, rgba(93,113,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6571",endColorstr="#5d717c",GradientType=1);
    color: #ffffff;
}
/*  */

/* DESDE EL BLOG */
#blog {
    width: 100%;
    height: auto;
    padding: 75px 13% 75px 13%;
    background: #ffffff;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
#blog .row,
#blog .row .col {
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}

#blog .blogHeader {
    width: 100%;
    height: auto;
    padding: 0 0 50px 0;
    text-align: center;
}
#blog .blogHeader h2 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#blog .blogHeader h3 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #4f6571;
    padding: 5px 0 0 0!important;
    margin: 0 0 0 0!important;
}

#blog .blogImg {
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    line-height: 0;
    text-align: center;
    position: relative;
}
#blog .blogImg .blogImg {
    max-width: 100%;
    height: auto;
}

#blog .blogBody {
    width: 100%;
    height: auto;
    padding: 25px 40px 0 40px;
    line-height: 0;
    text-align: left;
    position: relative;
}
#blog .blogBody h2 {
    font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
    font-size: 27px;
    color: #4f6571;
    padding: 0 0 0 0!important;
    margin: 0 0 0 0!important;
}
#blog .blogBody h3 {
    font-family: 'Chivo';
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #59b4b0;
    padding: 5px 0 0 0!important;
    margin: 0 0 0 0!important;
}
/*  */
