/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


  *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-word-wrap: break-word;
    -moz-word-wrap: break-word;
    -ms-word-wrap: break-word;
    -o-word-wrap: break-word;
    word-wrap: break-word;
}

html {
    overflow-x: hidden; 
}

.c-blue{
    color:#00bcd4 !important;
}

.c-blue.uk-button{
    color:#00bcd4 !important;
    border-color:#00bcd4 !important;
}
.c-blue.uk-button-link::after{
    background: #00bcd4 !important;
}

.uk-modal.uk-open {
    z-index: 9999;
}

.btn-whatsaap {
    background: #59ce59 !important;
    color: #ffffff !important;
    border-color: #59ce59 !important;
}

.no-border {
    border:none !important;
}

.btn-whatsaap::before {
    background: #1e8ed3 !important;
}

.btn-whatsaap:hover {
    border-color: #1e8ed3 !important;
}

h1:not(.t-light),h2:not(.t-light),
h3:not(.t-light),h4:not(.t-light){
    font-weight: 400;
}


 .mod_slideshow .uk-overlay-panel {
    width: 100%;
    max-width: 1637px;
    padding: 40px;
    margin: 0 auto;
}

.mod_slideshow .uk-overlay-panel h1 {
    margin: 0;
    font-weight: 800;
    font-size: 54px;
}


.mod_slideshow .uk-overlay-panel h3 {
    font-size: 36px;
    margin-top: 0;
    line-height: 38px;
    margin-bottom: 25px;
    font-weight: 400;
}

.mod_slideshow .uk-overlay-panel h3 + a {
    color: #ffffff;
    border: 1px solid #ffffff; 
    
}
.mod_slideshow .uk-overlay-panel a.uk-button.uk-button-link::after {
    background: #ffffff;
}

.uk-button{
    color: #1e8ed3;
    border: 1px solid #1e8ed3;
    min-width: 160px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

a.uk-button.uk-button-link::after {
    background: #1e8ed3;
    right: 20px;
}

.uk-button-link:not(:disabled):before {
    right: 15px;
    line-height: 0;
    top: 50%;
    transform: translate(-50%, 0%);
}

.uk-button-link:hover::before {
    line-height: 0px !important;
    right: 5px !important;
}

a.uk-button.uk-button-link:hover::after {
    right: 10px !important;
}


.rd-contactos .uk-panel-box-primary {
    background: #ecf5fc;
    box-shadow: none;

}

.uk-panel-mued {
    background: #f7f7f7;
    border: none !important;
    
}
.uk-block-small{
    padding: 25px;  
}

.mod_info-top-b .uk-width-medium-1-4 > h3 {
    font-weight: 300;
}

.c-blue-c{
    color: #1e8ed3;
}

.c-blue-o{
    color: #1f2579;
}
.b-blue {
    background: #42b2ea;
}

.grd-blue{
    color: #ffffff;
    background: rgb(31,37,121) !important;
    background: -moz-linear-gradient(left,  rgba(31,37,121,1) 0%, rgba(42,83,216,1) 100%) !important;
    background: -webkit-linear-gradient(left,  rgba(31,37,121,1) 0%,rgba(42,83,216,1) 100%) !important;
    background: linear-gradient(to right,  rgba(31,37,121,1) 0%,rgba(42,83,216,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2579', endColorstr='#2a53d8',GradientType=1 ) !important;
    border: none;
}

.uk-button-link {
    transition: all 0.3s ease-in-out 0s;
}

.uk-button-link:hover {
    color: #14b7e0;
}

.grd-blue::after{
    background-color: #ffffff !important;
}
.grd-blue:hover::after{
    background-color: #656c6e !important;
}

@media screen and (min-width: 768px){


    .uk-align-medium-left {
        margin-right: 35px; 
        margin-bottom: 35px;       

    }
    .uk-align-medium-right {
        margin-left: 35px;  
        margin-bottom: 35px;      

    }
}



.rd-historia article.uk-article h1 + p {
    text-align: justify;
    
}

.rd-historia article.uk-article h1 + p + h4{
    margin-top: 0px;  
    margin-bottom: 35px;  
}

em{
    color: #999999;
}

.mod_videos .uk-panel > div.uk-margin-top-remove + div {
    position: absolute;
    bottom: 0;
    padding: 10px 50px 10px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    color: #ffffff;
}

.mod_videos .uk-panel > div.uk-margin-top-remove {
    margin-bottom: 0px;
}

.content-videos > a,
.mod_videos .uk-panel > div.uk-margin-top-remove + div > .content > a {
    color: transparent;
    position: absolute;
    right: 15px;
    width: 35px;
    height: 35px;
    bottom: 10px;
    background: #ffffff;
    border-radius: 50%;
}
.content-videos > a::after,
.mod_videos .uk-panel > div.uk-margin-top-remove + div > .content > a::after {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 9;
    color: #888888;
    transform: translate(-50%, 50%);
}

.blog-uikit-videos .element-imagepro {
    margin-bottom: 0px;
}

.blog-uikit-videos  .content-videos {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.blog-uikit-videos  article.uk-article {
    position: relative;
}

h3.title-video {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    margin: 0px;
    font-weight: 300;
    width: 100%;
    padding: 10px 15px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    text-align: center;
}

.mod_videos .uk-panel > div.uk-margin-top-remove + div {
    width: 100%;
}

.rd-inicio div#tm-top-d {
    background: #ebf5fc;
}

h3.raya {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 300;
    font-size: 36px;
}

h3.raya::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #209fe1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

@media screen and (max-width: 480px){
    .mod_info-top-b .uk-panel-mued > div.uk-flex {
        display: block;
    }
}

.mod_info-top-b .uk-panel-mued  h3 {
    margin-bottom: 15px !important;
    font-size: 23px;
}

.mod_info-top-b .uk-panel-mued {
    padding: 10px;
}

.mod_info-top-b .uk-block-small h3 {
    margin-bottom: 20px;
}

.mod_info-top-b .uk-panel-box-primary * {
    text-align: center;
}

.mod_info-top-b .uk-panel-box-primary  h3.c-blue-o {
    margin: 25px 0px;
    font-size: 22px;
}


.mod_info-top-b .uk-panel-box-primary {
     padding: 15px;
}

@media screen and (min-width: 768px){
    .mod_nosotros .uk-width-medium-3-5 > .uk-panel {
        padding-right: 35px;
    }

    .rd-inicio .uk-block.tm-block-main.uk-block-default {
        padding-top: 50px !important;
    }
}

.mod_nosotros .uk-width-medium-3-5 > .uk-panel h2.uk-h1 {
    color: #20287b;
}

.rd-inicio section#tm-main-top .uk-width-medium-1-3 > div > h3 {
    color: #212a7e;
    margin: 15px 0px;
}

.list-conect > li:not(:last-child) {
    margin-right: 15px;
}

.list-conect > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #20a3e5;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
}

.list-conect, .list-conect + p {
    margin: 0px;
}

div#tm-footer {
    padding: 30px 0px;
    background-color: #f5f5f5;
}
footer.tm-footer p {
    font-size: 14px;
}

.uk-width-medium-1-3 > div > img {
    mix-blend-mode: multiply;
}

#tm-footer a.tm-totop-scroller {
    background: #20a3e5;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 50%;
    bottom: 10%;
    top: auto;
    right: 2%;
}

@media screen and (max-width: 480px){
    .mod_slideshow .uk-overlay-panel h1 {
        font-size: 44px;
    }

    .mod_slideshow .uk-overlay-panel h3 {
        font-size: 31px;
    }

    .mod_slideshow .uk-overlay-panel h3 > br {
        display: none;
    }

    .mod_slideshow .uk-overlay-panel {
        padding: 20px;
        text-align: center;
    }

    .mod_nosotros .uk-width-medium-3-5 > .uk-panel h2.uk-h1 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 400;
    }

    .list-conect > li:not(:last-child) {
        margin-right: 0px;
    }


    .list-conect, .list-conect + p {
        margin: 10px 0px;
    }


    .tm-footer .uk-width-medium-1-2 .uk-width-medium-1-3 > div {

        margin-top: 20px;
    }

    footer.tm-footer * {
        text-align: center;
    }

    .list-conect > li:first-child {
        width: 100%;
    }

    .list-conect > li {
        width: 25%;
    }
}

.clear-b{
    clear: both;
    display: block;
}
.blog-uikit-nosotros .uk-align-medium-left {
    display: none;
}

.blog-uikit-nosotros h2.uk-h1.t-light {
    color: #296fa6;
}

.blog-uikit-equipo .uk-grid > div > h3,
.blog-uikit-equipo .uk-grid > div > h3 + p {
    margin: 10px 0px;
}

.blog-uikit-equipo .uk-grid > div > img{
    border-radius: 5px;
}



.blog-uikit-equipos div.uk-grid > div h3 {
    margin: 15px 0px;
}

.blog-uikit-equipos div.uk-grid > div h3 + p {
    margin: 0px;
}

.mod_info-top-b a.uk-slidenav.uk-slidenav-contrast {
    color: #206bb4;
    display: block;
    font-weight: 600;
}

.mod_info-top-b a.uk-slidenav.uk-slidenav-contrast.uk-slidenav-previous {
    left: -25px;
}

.mod_info-top-b a.uk-slidenav.uk-slidenav-contrast.uk-slidenav-next {
    right: -25px;
}

/*BLOG*/

.blog-uikit-blog h1.uk-article-title,
.blog-uikit-noticias h1.uk-article-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
}
.blog-uikit-blog article.uk-article > div.element:hover > a > img,
.blog-uikit-noticias article.uk-article > div.element:hover > a > img {
    transform: scale(1.1);
}

.blog-uikit-blog article.uk-article > div.element > a > img,
.blog-uikit-noticias article.uk-article > div.element > a > img{
    transition: all 0.3s ease-in-out 0s;
}

.blog-uikit-blog article.uk-article > div.element,
.blog-uikit-noticias article.uk-article > div.element {
    overflow: hidden;
    
}

.rd-blog .element.element-imagepro,
.rd-noticias  .element.element-imagepro {
    clear: both;
    margin-top: 35px;
}

@media screen and (min-width: 768px){
    .blog-uikit-blog article.uk-article,
    .blog-uikit-noticias article.uk-article {
        min-height: 480px;
    }
}

.yoo-zoo.blog-uikit > .uk-margin + hr {
    display: none;
}

h2.title-full {
    margin-top: 0px;
    font-size: 32px;
}
@media screen and (max-width: 480px){
    h2.title-full {
        line-height: 30px;
        font-size: 28px;
    }
}

.uk-accordion-content  > h3 {
    font-size: 18px;
}

.uk-accordion-content{
    padding-bottom: 25px;
    padding-top: 10px;
}

span.num {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 80px;
}

.blue{
    background: #1b91cd;
    color: #ffffff;
}

.blue > p {
    color: #ffffff;
}

.blog-uikit-historia-de-la-clinica .uk-panel-box {
    border: none !important;
}

h3.uk-accordion-title {
    position: relative;
    background: #f5f5f5;
    border-bottom: 0px;
    box-shadow: 0px 2px 4px 1px #cccccc;
    padding: 15px;
}

h3.uk-accordion-title::before {
    content: "\f137";
    position: absolute;
    right: 15px;
    top: 15px;
    font-family: 'FontAwesome';
    transition: all 0.3s;
}

h3.uk-accordion-title.uk-active::before {
    content: "\f13a";
}

.bg-muted {
    background: #f5f5f5;
}

@media screen and (max-width: 480px){
    span.num {
    background: #1b91cd;
    color: #ffffff;
}

.blog-uikit-historia-de-la-clinica .uk-panel-box {
    background: #f5f5f5;
}

.blog-uikit-historia-de-la-clinica .uk-panel-box > p {
    color: initial;
}
}

.blog-uikit-seguros article.uk-article {
    position: relative;
}

.blog-uikit-seguros article.uk-article > a {
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.blog-uikit-tecnologias article.uk-article {
    text-align: center;
    border: 1px solid #eeeeee;
    padding-bottom: 10px;
    transition: all 0.3s;
}

.blog-uikit-tecnologias article.uk-article .element.element-imagepro + p,
.blog-uikit-tecnologias article.uk-article .element.element-imagepro + p + p {
    margin: 4px 0px;
}

.blog-uikit-tecnologias article.uk-article:hover {
    box-shadow: 0px 0px 10px 0px #cccccc;
}

.content-orcan.uk-panel-box {
    border-left: 4px solid #5ca1c2;
}

/*Cambios RDG*/


.blog-uikit-servicios .uk-panel-box-primary {
    background: #ffffff;
    box-shadow: 0px 0px 25px 5px rgb(167 194 249 / 30%);
    border-radius: 10px;
}

.blog-uikit-videos .content-videos {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.content-videos > a {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 80px;
    height: 80px;
    font-size: 30px;
    transition: all 0.3s;
}

.content-videos:hover > a {
    opacity: 1;
}

.mod_slideshow ul.uk-dotnav > li > a {
    border-color: #006dd5;
}

.mod_slideshow ul.uk-dotnav > li.uk-active > a {
    background: #006dd5;
}