/* 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; 
}
a[href="http://www.faboba.com"]{
    display: none !important;
    visibility: hidden;
    opacity: 0;
}



.uk-container {
    max-width: 1200px;
}

/*Toolbar*/
.tm-toolbar {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
a.a-whatsapp {
    color: #4CAE50;
    text-decoration: none;
}
span.separator {
    margin: 0 20px;
}
.toolbar-whatsapp  {
    font-weight: 600;
    color: #333333;
}
.toolbar-whatsapp p a {
    color: #BF222F !important;
}
.tm-navbar-container.uk-active .logo {
    display: block !important;
    margin-right: 15px;
    max-width: 180px;
}
@media screen and (min-width: 768px){
    .tm-navbar-container .logo {
        display: none;
    }
}


/*Menu*/

.uk-navbar-nav > li:not(:last-child), .uk-navbar-brand{
    margin-right: 10px;
}

@media screen and (max-width: 1400px){
    .uk-navbar-nav > li:not(:last-child), .uk-navbar-brand{
        margin-right: 0px;
    }
}

.uk-sticky-placeholder > .tm-navbar-container {
    padding: 0px;
}
.tm-navbar-container .uk-navbar-nav > li > a {
    text-transform: initial;
    font-size: 14px;
    color: #333333;
    /*letter-spacing: 0.5px;*/
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex: 3;
}
@media screen and (max-width: 1363px)
.tm-navbar-container .uk-navbar-nav > li > a {
    font-size: 14px !important;
    padding: 0px 10px !important;
    flex-direction: row;
    flex: 3;
}
@media screen and (max-width: 1113px)
.tm-navbar-container .uk-navbar-nav > li > a {
    font-size: 12px !important;
    padding: 0px 10px !important;
    flex-direction: row;
    flex: 3;
}

.tm-navbar-container .uk-navbar-nav > li.uk-active > a {
    color: #BF212E;
}
.uk-navbar-nav > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #BF212E;
    -webkit-transition: width .4s;
    transition: width .4s;
    top: 0;
    
}
.mod-languages.advanced-dropdown > form a {
    text-transform: capitalize;
    font-weight: 600 !important;
    color: #BF212E;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 0px !important;
    height: 72px;
}
.mod-languages.advanced-dropdown > form > a > span {
    border-top: 4px solid #bf222f !important;
}
.tm-navbar-container.uk-active .uk-navbar-nav > li > a {
    padding: 0 10px;
}
.tm-navbar-container.uk-active .menu > .tm-navbar li {
    margin-right: 0px !important;
}
.tm-navbar-container .uk-flex.uk-flex-middle.uk-flex-space-between {
    justify-content: center;
}
.tm-navbar-container.uk-active .uk-flex.uk-flex-middle.uk-flex-space-between {
    justify-content: space-between;
}
.tm-navbar-container .uk-navbar-nav > li div.uk-dropdown .uk-grid div ul li a {
    color: #333333;
    font-weight: 500;
    text-transform: initial;
}
/*Falang*/
.mod-languages > form {margin: 0px;height: 32px;}
.mod-languages > form > a, 
.mod-languages > form > a + ul {
    background: transparent !important;
}

@media screen and (max-width: 1363px) {
    .tm-navbar-container .uk-navbar-nav > li:not(:last-child) {
        margin-right: 15px;
    }
    .tm-navbar-container .uk-navbar-nav > li > a {
        font-size: 15px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1113px) {
    .tm-navbar-container .uk-navbar-nav > li:not(:last-child) {
        margin-right: 5px;
    }
    .tm-navbar-container .uk-navbar-nav > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 1238px) {
    .tm-navbar-container.uk-active .uk-navbar-nav > li > a {
        font-size: 13px;
    }
}
@media screen and (max-width: 960px) {
    .tm-navbar-container .uk-flex.uk-flex-middle.uk-flex-space-between {
        justify-content: space-between;
    }
}

/*Breadcrumb*/
ul.uk-breadcrumb {
    height: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
ul.uk-breadcrumb > li > span,
ul.uk-breadcrumb > li > a {
    font-size: 38px;
    font-weight: 600;
    text-transform: initial;
    color: #3F5263;
}
ul.uk-breadcrumb > li:not(.uk-active), 
ul.uk-breadcrumb > li::before {
    display: none;
}
.uk-breadcrumb > li:nth-child(n+2):before {
    content: "";
}
@media screen and (max-width: 769px) {
    ul.uk-breadcrumb > li,
    ul.uk-breadcrumb > li > a {
        padding: 0 30px;
    }
    .rd-blog ul.uk-breadcrumb > li > span,
    .rd-blog ul.uk-breadcrumb > li > a {
        font-size: 22px;
    }
}

/*Offcanvas*/
.uk-offcanvas-bar {
    background: #f9f9f9;
}
.uk-nav-offcanvas > li > a,
.uk-nav-offcanvas > li.uk-parent > ul > li > a,
.uk-nav-offcanvas > li > a:hover,
.uk-nav-offcanvas > li.uk-parent > ul > li > a:hover {
    color: #333333 !important;
    font-weight: 600;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #BF222F;
    color: #ffffff !important;
}

/*Slideshow*/
div.content-slide h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 100px;
    color: #000000;
    text-align: left;
}
div.content-slide h2 span {
    font-weight: 700;
}

div.content-slide.s1 {
    position: absolute;
    left: 5%;
    top: 10%;
}
div.content-slide.s1 h2 {
    font-size: 34px;
}
div.content-slide.s2,
div.content-slide.s3 {
    position: absolute;
    left: 5%;
    top: 41%;
}
div.content-slide.s2 h2,
div.content-slide.s3 h2 {
    font-size: 35px;
}

@media screen and (max-width: 960px) {
    div.content-slide {
        position: initial;
        background-color: rgba(0,0,0,0.4);
        padding: 20px;
    }
    div.content-slide h2 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 0;
        color: #ffffff;
    }
    div.content-slide.s1,
    div.content-slide.s2,
    div.content-slide.s3 {
        position: inherit;
    }
   
}
@media screen and (max-width: 769px) {
    div.content-slide h2 {
        font-size: 24px !important;
        line-height: 1;
    }
}


/*Top B*/

.uk-panel.mod_porque-farmaplan h3.uk-panel-title,
.uk-panel.mod_noticias-home h3.uk-panel-title {
    color: #3F5263;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.uk-panel.mod_porque-farmaplan .uk-panel h3 {
    font-size: 30px;
    color: #3F5263;
}
@media screen and (max-width: 769px) {
    .uk-panel.mod_porque-farmaplan h3.uk-panel-title,
    .uk-panel.mod_noticias-home h3.uk-panel-title {
        font-size: 34px;
    }
}



/*Top C*/
div.mod_bloques-home div div.uk-panel figure.uk-overlay .uk-overlay-panel {
    opacity: 1 !important;
    margin: 0 !important;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
    border: 0;
    color: #ffffff;
}
div.mod_bloques-home div div.uk-panel figure.uk-overlay .uk-overlay-panel h3 {
    color: #ffffff;
}
@media screen and (max-width: 500px) {
    div.mod_bloques-home figure img {
        height: 300px;
        object-fit: cover;
    }
    div.mod_bloques-home div div.uk-panel figure.uk-overlay .uk-overlay-panel h3{
        font-size: 21px;
    }
    div.mod_bloques-home div div.uk-panel figure.uk-overlay .uk-overlay-panel p {
        font-size: 14px;
        line-height: 1;
    }
}

/*Top C*/

@media screen and (min-width: 768px){
  .content-img-qfp > img {
    position: absolute;
    left: 48px;
    width: 100%;
    top: 0;
    min-width: 550px;
}

.content-img-qfp {
    position: relative;
    height: 100%;
    min-height: 440px;
}
.uk-panel.panel-que-es-farmaplan .content {
    color: #3F5263;
    position: relative;
    left: 30px;
    display: inline-block;
}
}

.uk-panel.panel-que-es-farmaplan .content h3 {
    font-size: 30px;
    color: #3F5263;
}
.uk-panel.panel-que-es-farmaplan .content h3 + p {
    font-size: 18px;
    line-height: 28px;
}
.uk-panel.panel-que-es-farmaplan .content a.btn-conoce-mas {
    border-radius: 1000px;
    border: 1px solid #3F5263;
    color: #3F5263;
    padding: 15px 45px;
    line-height: 1;
}
a.btn-conoce-mas:hover {
    color: #ffffff !important;
}
a.btn-conoce-mas:before {
    content: "";
    position: absolute;
    left: -169%;
    height: 122%;
    width: 155%;
    background: #3F5263 !important;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-transition: left .4s;
    transition: left .4s;
    z-index: -1;
    top: 0;
}
@media screen and (max-width: 769px) {
    .uk-panel.panel-que-es-farmaplan .uk-width-medium-2-5 img {
        width: 250px;
        margin-bottom: 25px;
    }
    .uk-panel.panel-que-es-farmaplan .content h3 {
        font-size: 35px;
    }
}

/*Articulos Blog Home*/
#tm-bottom-a {
}
span.date-blog {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
div.mod_grid-noticias-home div .uk-panel h3.uk-h4 {
    line-height: 1;
    margin-top: 10px;
}
span.date-blog + a {
    font-size: 14px;
    color: #3F5263;
    line-height: 1;
    text-decoration: none;
}


/*Footer*/
.panel-footer h3 {
    font-size: 22px;
    font-weight: 300;
    color: #3F5263;
    text-align: left;
}
.content-form {
    position: relative;
}
.content-form > input {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 20px;
    height: 40px;
    margin: 0px;
    background: #ffffff;
    padding: 5px 15px;
}
.content-form > input::placeholder{
  color:#3F5263;;
}

.content-form > button {
    position: absolute;
    right: 5px;
    top: 6px;
    background: transparent;
    border: 0px;
    color: #BF212E;
}
.redes-footer {
    text-align: left;
    padding: 0 20px;
    border-right: 1px solid rgba(6, 82, 99, 0.1);
    border-left: 1px solid rgba(6, 82, 99, 0.1);
}
.redes-footer > ul > li > a {
    color: #3F5263;
    width: 45px;
    height: 46px;
    background: #eeeeee;
    font-size: 22px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.powered {
    display: flex;
    color: #3F5263;
    font-weight: 500;
    padding: 0 20px;
}
.powered a {
    font-weight: 600;
    color: #3F5263;
    padding-left:20px;
}
.powered img { 
    height: 50px;
}

.uk-sticky-placeholder > .tm-navbar-container[data-uk-sticky].uk-active > .uk-container {
    padding: 0;
}
@media screen and (max-width: 960px) {
    span.content-slide h2 {
        font-size: 60px;
        margin-bottom: 0;
    }
    .panel-footer  {
        flex-direction: column;
    }
    .powered {
        flex-direction: column;
    }
    .powered img {
        width: 250px;
        margin: 0 auto;
    }
    .redes-footer {
        text-align: center;
        padding: 0;
        border-right: unset;
        border-left: unset;
    }
    .redes-footer ul {
        justify-content: center;
        margin-bottom: 30px;
    }
}

.farmaplan.uk-panel-box {
    font-size: 17px;
    font-weight: 500;
}
/*Preguntas Frecuentes*/
.preguntas-f .uk-accordion h3 {
    background-color: #e2e2e2;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    border-radius: 5px;
}
.preguntas-f h3.uk-accordion-title::before {
    position: absolute;
    right: 10px;
    content: "\f053";
    font-family: FontAwesome;
}
.preguntas-f h3.uk-accordion-title.uk-active::before {
    content: "\f078";
}
.preguntas-f .uk-accordion .uk-accordion-content {
    margin-bottom: 30px;
    border-left: 2px solid #BF212E;
    margin-left: 25px;
}
.preguntas-f .uk-accordion .uk-accordion-content ul li {
    position: relative;
    list-style-type: none;
}
.preguntas-f .uk-accordion .uk-accordion-content ul li::before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    left: -15px;
}


/*Contacto*/
.info-contacto a {
    color: #BF212E;
}
.btn-form-contacto {
    background-color: #BF212E !important;
    border-radius: 1000px;
    color: #ffffff;
    font-weight: 600;
}

/*Red Farmacias*/
.ul-scroll {
    height: 457px;
}
.switcher-mapa li a {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    padding: 5px;
    color: #666666;
}
.switcher-mapa li.uk-active a {
    background-color: #BF212E;
    color: #ffffff;
}
h4.title-farmacias {
    color: #BF212E;
    font-weight: 700;
    font-size: 25px;
}
div#table-listado_wrapper div label,
div#table-listado_info,
div#table-listado_paginate,
div#table-listado2_wrapper div label,
div#table-listado2_info,
div#table-listado2_paginate  {
    font-weight: 500;
}
div#table-listado_wrapper div label select,
div#table-listado2_wrapper div label select {
    width: 55px;
    border: 1px solid #d8d8d8;
}
div#table-listado_wrapper div label input
div#table-listado2_wrapper div label input {
    border: 1px solid #d8d8d8;
}
table#table-listado,
table#table-listado2 {
    margin-bottom: 40px;
}
div#table-listado_paginate,
div#table-listado_paginate span,
div#table-listado2_paginate,
div#table-listado2_paginate span {
    display: flex;
}
table#table-listado tbody tr td ,
table#table-listado2 tbody tr td {
    font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next) {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
}
a#table-listado_previous,
a#table-listado_next,
a#table-listado2_previous,
a#table-listado2_next {
    display: grid;
    place-content: center;
    margin: 0 10px;
}
table.dataTable {
    width: 100% !important;
}

.map-iframe {
    background:url(../../../images/layout/spinner.gif) center center no-repeat;
}

@media screen and (max-width: 769px) {
    .ul-scroll {
        height: 200px;
    }
    a#table-listado_previous, a#table-listado_next {
        display: none;
    }
}
@media screen and (max-width: 961px) {
    div#table-listado_info {
        text-align: center;
        margin: 0 auto;
        float: inherit;
    }
    div#table-listado_paginate {
        display: flex;
        justify-content: center;
        float: inherit;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 50px;
    }
}

/*Beneficios y Servicios*/
ul.list-beneficios li,
ul.list-servicios li {
    position: relative;
    list-style-type: none;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 12px;
}
ul.list-beneficios li::before,
ul.list-servicios li::before {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    left: -15px;
    font-size: 14px;
    color: #BF212E;
}

/*Institucional*/
.nuestra-historia h2 {
    font-weight: 600;
    color: #3F5263;
}
.nuestra-historia  {
    font-size: 16px;
}
.block-mvv div .uk-panel-box {
    border-radius: 7px;
    font-size: 16px;
}
.block-mvv div .uk-panel-box h3 {
    font-weight: 600;
    color: #3F5263;
}
.block-mvv div .uk-panel-box p {
    color: #3F5263;
}
ul.uk-list.list-valores li span {
    font-weight: 600;
}

/*Blog*/
.yoo-zoo.blog-uikit.blog-uikit-blog article div.zx span.date-blog {
    margin-top: 10px;
}
h2.title-blog-full  {
    margin-top: 0;
    line-height: 1;
}
h2.title-blog-full a {
    text-decoration: none;
    color: #3F5263;
    font-weight: 600;
    font-size: 27px;
    margin-top: 0;
}




/*Mensaje Enviado / Mensaje no Enviado*/
.content-msg-enviado h1 {
    font-weight: 700;
}
.content-msg-enviado h3 {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 50px;
}
.uk-button-mensaje, .uk-button-mensaje:hover {
  background-color: #BF212E !important;
}

/* animacion svg */
.circle{fill:none;stroke:#505053;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#505053;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#BF212E;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#BF212E;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check {
  stroke-dasharray: 60 100;
  animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

@-moz-keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

@keyframes check {
  from {stroke-dashoffset: 60; opacity: 1;}
  to {stroke-dashoffset: 00; opacity: 1;}
}

.check-dash {
  stroke-dasharray: 10 100;
  animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}

@-webkit-keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

@-moz-keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

@keyframes check-dash {
  from {stroke-dashoffset: 120;}
  to {stroke-dashoffset: 45;}
}

.circle {
  stroke-dasharray: 300 300;
  animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes circle {
  from {stroke-dashoffset:300;
    opacity: 1;}
  to {stroke-dashoffset:0;
      opacity: 1;}
}

@-moz-keyframes circle {
  from {stroke-dashoffset:300;
  opacity: 1;}
  to {stroke-dashoffset:0;
     opacity: 1;}
}

@keyframes circle {
  from {stroke-dashoffset:300;
         opacity: 1;}
  to {stroke-dashoffset:0;
     opacity: 1;}
  }

.circle-dash {
  stroke-dasharray: 10 300;
  animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  opacity: 0;
}

@-webkit-keyframes circledash {
  from {stroke-dashoffset:320;
    opacity: 1;}
  to {stroke-dashoffset: 20;
      opacity: 1;}
 }

@-moz-keyframes circledash {
  from {stroke-dashoffset:320;
  opacity: 1;}
  to {stroke-dashoffset: 20;
    opacity: 1;}
}

@keyframes circledash {
  from {stroke-dashoffset:320;
        opacity: 1;}
  to {stroke-dashoffset: 20;
      opacity: 1;}
}

.toolbar-whatsapp span.separator + p {
    letter-spacing: 0.5px;
}


/*NEW*/
a.uk-button {
    border-radius: 25px;
    padding: 5px 35px;
    }

a.uk-button::before {
    top: 0;
}

.mod_beneficios .uk-overlay-panel,
.mod_bloques-home .uk-overlay-panel {
    max-width: 820px;
    width: 100%;
}

.mod_nuestra-plataforma .uk-cover-background.uk-position-cover,
.mod_beneficios .uk-cover-background.uk-position-cover,
.mod_como-funciona .uk-cover-background.uk-position-cover,
.mod_bloques-home .uk-cover-background.uk-position-cover {
    background-attachment: fixed;
    background-position: center;   
}
.mod_nuestra-plataforma ul.uk-slideshow,
.mod_nuestra-plataforma ul.uk-slideshow > li > div,
.mod_beneficios ul.uk-slideshow,
.mod_beneficios ul.uk-slideshow > li > div,
.mod_como-funciona ul.uk-slideshow,
.mod_como-funciona ul.uk-slideshow > li > div,
.mod_bloques-home ul.uk-slideshow,
.mod_bloques-home ul.uk-slideshow > li > div {
    min-height: 480px;
}

.mod_nuestra-plataforma .uk-overlay-panel,
.mod_como-funciona .uk-overlay-panel {
    width: 100%;
    max-width: 720px;
    margin-right: 0;
    margin-left: auto;
}

.mod_nuestra-plataforma .uk-overlay-panel  h3,
.mod_beneficios .uk-overlay-panel  h3,
.mod_como-funciona .uk-overlay-panel  h3,
.mod_bloques-home .uk-overlay-panel  h3 {
        font-size: 35px;
}

.uk-h3 {
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 480px){
    .mod_nuestra-plataforma .uk-overlay-panel  h3,
    .mod_beneficios .uk-overlay-panel  h3,
    .mod_como-funciona .uk-overlay-panel  h3,
    .mod_bloques-home .uk-overlay-panel  h3 {
        font-size: 30px;
        font-weight: 600;
    }
}

.mod_nuestra-plataforma .uk-overlay-panel *,
.mod_beneficios .uk-overlay-panel *,
.mod_como-funciona .uk-overlay-panel * {
    color: #3F5263;
}

.mod_nuestra-plataforma .uk-overlay-panel .uk-button,
.mod_beneficios .uk-overlay-panel .uk-button,
.mod_como-funciona .uk-overlay-panel .uk-button{
    color: #3F5263 !important;
    border-color: #3F5263 !important;
}

.mod_nuestra-plataforma .uk-overlay-panel .uk-button::before,
.mod_beneficios .uk-overlay-panel .uk-button::before,
.mod_como-funciona .uk-overlay-panel .uk-button::before{
    background-color: #3F5263 !important;
}

.mod_nuestra-plataforma .uk-overlay-panel .uk-button:hover,
.mod_beneficios .uk-overlay-panel .uk-button:hover,
.mod_como-funciona .uk-overlay-panel .uk-button:hover {
    color: #ffffff !important;
}

.rd-porque-farmaplan .uk-block.tm-block-main.uk-block-default {
    padding: 80px 0px;
}

.mod_como-funciona .uk-cover-background.uk-position-cover{
    background-position: left;
}

.rd-home .uk-block.tm-block-main.uk-block-default {
    padding: 0;
}

div#tm-footer {
    padding: 75px 0px;
    background: #f9f9f9;
}

.newsletter {
    width: 100%;
    max-width: 380px;
}

.rd-nuestra-plataforma,
.rd-como-funciona,
.rd-beneficios,
.rd-porque-farmaplan {
    background-image: url('../../../images/layout/bg-porque-elegir-farmaplan.png');
    background-position: 50% 12%;
    background-repeat: no-repeat;
}

.uk-sticky-placeholder,
body > header{
    background: #ffffff;
}
.uk-block-default {
    background: transparent;
}

.porque-elegir-farmaplan h3{
    font-size: 40px;
    color: #3F5263;
}

.porque-elegir-farmaplan p {
    font-size: 18px;
    color: #3F5263;
}

@media screen and (max-width: 480px) {
    ul.uk-breadcrumb > li > span, ul.uk-breadcrumb > li > a {
    font-size: 34px;
    text-align: center;
    line-height: 38px;
}

.porque-elegir-farmaplan h3 {
    font-size: 29px;
    margin-bottom: 0px;
}
.panel-footer h3 {
    text-align: center;
}
}

#offcanvas  li > a {
    text-transform: initial;
}

.quienes-somos h3.uk-h1 {
    font-size: 39px;
    color: #3F5263;
}
@media screen and (max-width: 480px) {
    .quienes-somos h3.uk-h1 {
        font-size: 32px;
    }

.rd-como-funciona,
.rd-beneficios,
.rd-porque-farmaplan { 
    background-position: 50% 2%;   
}

}

.quienes-somos p {
    font-size: 18px;
    color: #3F5263;
}

.quienes-somos > div.uk-text-center {
    margin-bottom: 70px;
}

.rd-nuestros-servicios,
.rd-quienes-somos {
    background-image: url('../../../images/layout/bg-quienes-somos.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .rd-nuestros-servicios,
    .rd-quienes-somos {
    background-position: 50% 3%;
 
}
}

.blog-uikit-quienes-somos .quienes-somos {
    max-width: 963px;
    width: 100%;
    margin: 0 auto;
}
.img-fp {
    text-align: center;
}

div.uk-grid > .uk-grid-margin {
    margin-top: 35px;
}

.uk-block.tm-block-main.uk-block-default {
    padding-top: 0px;
}
ul.list-check {
    list-style: none;
    padding-left: 0;
}

ul.list-check > li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #3F5263;
}

ul.list-check > li::before {
    content: "\f05d";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #BF202F;
    font-size: 18px;
}

.como-funciona   span.num,
.como-funciona  h3 {
    color: #C13725;
    font-weight: bold;
}

.como-funciona  div.uk-flex > span.num {
    font-size: 105px;
    margin-right: 20px;
}

.como-funciona  div.uk-flex + div {
    margin-top: 35px;
}

@media screen and (max-width: 480px) {
    .como-funciona  div.uk-flex > span.num {
    font-size: 35px;
    margin-right: 10px;
}
.como-funciona  div.uk-flex{
    display: block !important;
    text-align: center;
}
.como-funciona  h3{
    margin-top: 0px;
}
}

.farmaplan h3 {
    color: #C13725;
}

.farmaplan p {
    font-size: 18px;
    color: #3F5263;
}

.content-ns {
    margin: 25px 0px;
}

.nuestro-servicios > div.uk-grid > div {
    margin-bottom: 50px;
}

.content-ns > p {
    color: #3F5263;
    font-size: 18px;
}

.rd-historia {
    background-image: url('../../../images/layout/bg-historia.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .rd-historia {
    background-position: 50% 3%;
 
}
}
.rd-mireceta,
.rd-institucional {
    background-image: url('../../../images/layout/informacion-institucional.jpg');
    background-position: 50% 20%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .rd-institucional {
    background-position: 50% 3%;
    background-size: cover;
}
}

@media screen and (min-width: 768px) {
    .content-inf-inst {
    display: flex;
    align-items: center;
}

.content-inf-inst h3{

    border-right: 1px solid #ffffff;
    line-height: 100px;
}
  .rd-home .uk-overlay-panel {
    padding: 25px 100px;
}

}

.valores li {
    font-size: 20px;
    margin-bottom: 25px;
}

.content-inf-inst h3 {
    width: 100%;
    max-width: 240px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-right: 40px;
    margin-bottom: 0px;
}

.content-inf-inst p {
    color: #ffffff;
}

.rd-mireceta ul.uk-breadcrumb > li > span,
.rd-institucional ul.uk-breadcrumb > li > span {
    color: #ffffff;
}
span.num.margin-l {
    margin-left: 15%;
}

.como-funciona {
    max-width: 1130px;
    margin: 0 auto;
}

.blog-uikit-nuestra-plataforma .farmaplan {
    max-width: 1130px;
    margin: 0 auto;
}

.img-big > img {
    max-width: 480px;
}

.valores p > a > img {
    background: rgb(255 255 255 / 60%);
    border-radius: 5px;
    max-width: 200px;
}