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

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

*:not([class*="uk-icon"]){
    /*font-family: 'EuroStyle' !important;*/
    /*font-family: 'Gotham' !important;*/
}
*{
    -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: 1600px;
}
body.em-home .tm-block-main {
    display: none;
}

/*Offcanvas*/
.uk-offcanvas-bar {
    background: #848689;
}
.uk-nav-offcanvas > li > a,
.uk-nav-offcanvas > li ul li a {
    color: #ffffff;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #F17925;
}

/*toolbar*/
.tm-toolbar.uk-clearfix.uk-visible-large {
    padding: 10px 0 20px;
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.phone a {
    text-decoration: none;
    color: #00497c;
    margin-right: 15px;
    font-size: 18px;
}
.mod-languages select {
    width: auto;
    border: none;
    font-weight: 600;
    color: #000000;
}

/*Menu*/
a.uk-navbar-toggle {
    padding-left: 0;
}
.tm-navbar-container {
    padding: 0;
}
.menu ul li ul li {
    display: block !important;
}
.menu ul li a {
    color: #000000 !important;
    font-weight: 400;
    font-size: 15px;
    font-weight: 600;
}
.uk-navbar-nav > li > a:before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0;
    height: 2px;
    width: 0;
    background: #F17925;
    -webkit-transition: width .4s;
    transition: width .4s;
}

.menu ul li:nth-child(2) .uk-dropdown {
    width: 225px;
}
.tm-navbar .uk-dropdown {
    text-align: left;
    width: 300px;
}
.uk-search:before {
    color: rgb(0 73 124);
    font-weight: 800;
    content: "\f002";
    font-family: FontAwesome;
}

/*   Breadcrumb   */
#tm-top-a {
    padding-top: 0;
}
body.em-nuestro-equipo ul.uk-breadcrumb {
    min-height: 460px;
    background-image: url(../../../images/imagenes/layout/breadcrumb-equipo.jpg);
    background-color: transparent;
    background-position: inherit;
    background-blend-mode: normal;
}
ul.uk-breadcrumb {
    height: 100%;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    background-color: rgba(0, 73, 124, 0.9);
    background-image: url(../../../images/imagenes/layout/breadcrumb.jpg);
    background-position: 50% 44%;
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
}
ul.uk-breadcrumb > li > span,
ul.uk-breadcrumb > li > a {
    color: #ffffff;
    font-size: 28px;
}
ul.uk-breadcrumb > li:not(.uk-active), 
ul.uk-breadcrumb > li::before,
.uk-breadcrumb > li:nth-child(n+2):before,
body.em-custom-breadcrumb ul.uk-breadcrumb > li:nth-child(2) {
    display: none;
}
body.em-custom-breadcrumb ul.uk-breadcrumb li:not(.uk-active) {
    display: block;
}


/*Top A*/
body.em-home #tm-top-a {
    padding-top: 0;
}
.mod_slideshow-home ul li div.uk-overlay-panel {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
h5.bg-naranja {
    background-color: #F17925;
    display: inline-block;
    padding: 5px 25px 5px 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 25px;
}
h2.slide-title {
    font-size: 62px;
    margin-top: 10px;
    letter-spacing: -2px;
    line-height: 56px;
}
h2.slide-title span {
    font-size: 66px;
    font-weight: 600;
}

/*Top B*/
div#tm-top-b h3.uk-panel-title,
h3.uk-panel-title-sp {
    text-align: center;
    color: #00487B;
    font-size: 40px;
}
.grid-logos-seguros {
    margin: 50px auto;
    max-width: 900px;
}
.grid-logos-seguros li img {
    width: 200px;
}
.tob-b-redes a {
    background-color: #eee;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: 25px;
    text-decoration: none;
}
.tob-b-redes a i {
    font-size: 30px;
    color: #00497C;
}
p.top-b-siguenos {
    color: #597179;
    /* font-weight: 600; */
    font-size: 22px;
}

/*Top C*/
div#tm-top-c {
    margin-bottom: 200px;
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel {
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel::after {
    content: '';
    height: 100px;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2a66",endColorstr="#000000",GradientType=1);
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel > div {
    z-index: 1;
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel div h3 {
    border-left: 4px solid #F17925;
    padding-left: 5px;
    line-height: 1;
    text-align: left;
    font-size: 24px;
    margin-bottom: 0;
    z-index: 1;
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel div p {
    margin: 0;
}
.mod_grid-seguros-home ul li div div.uk-overlay-panel div p > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

/*Top D*/
div#tm-top-d {
    background-image: url(../../../images/imagenes/secciones/sobre-nosotros-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.nosotros-teaser * {
    color: #ffffff;
}
.nosotros-teaser h2 {
    font-size: 26px;
    text-transform: uppercase;
}
.nosotros-teaser h2 span {
    background: #f17925;
    padding: 5px;
}
.nosotros-teaser h2 i {
  font-style: inherit;
  text-transform: initial;
  font-size: 22px;
  border-left: 1px solid #f17925;
  padding-left: 10px;
  margin-left: 5px;
}
/*.nosotros-teaser p {
    max-width: 600px;
}*/
a.btn-nosotros-teaser {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
.logo-nosotros {
    position: relative;
}
.logo-nosotros img {
    /* position: absolute; */
    margin-top: -420px;
    
}

/*Bottom A*/
body.em-home div#tm-bottom-a {
    background-color: #F7F7F7;
    padding: 80px 0;
}
.content-bottom-a h3 {
    color: #3F1F1E;
    font-size: 36px;
    margin-bottom: 0;
}
.content-bottom-a div h3 + a {
    color: #597179;
    font-size: 18px;
}
.noticias-teaser {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(51 51 51 / 10%);
    padding: 25px;
}
.mod_grid-noticias .uk-flex-item-auto  div.noticias-teaser {
    min-height: 125px;
}
span.fecha {
    color: #597179;
    /*font-weight: 600;*/
    font-size: 14px;
}
span.title-noticia a {
    color: #597179;
    font-size: 19px;
}
div.mod_grid-noticias{
    margin-top: 25px;
}
div.mod_grid-noticias div div div.uk-panel-teaser,
div.mod_grid-noticias div div div.uk-panel-teaser + div.uk-flex {
    margin-bottom: 0;
    margin-top: 0;
}
div.mod_grid-noticias div.uk-panel .uk-flex .uk-float-right div.uk-row-first a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
div.mod_grid-noticias div figure img {
    height: 100%;
    max-height: 260px;
    object-fit: cover;
    object-position: top;
}

/*Footer*/
div#tm-footer {
    padding: 35px 0;
}
.grid-footer > * {
    color: #597179;
    font-weight: 600;
}
.grid-footer a {
    color: #597179;
    text-decoration: none;
}
.contactos-footer h5 {
    color: #597179;
    font-weight: 700;
}
.contactos-footer p {
    font-size: 15px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 400;
}
.contactos-footer p a {
    font-weight: 400 !important;
    font-size: 15px;
}
form.form-newsletter input {
    border: none;
    background: #F7F7F7;
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
        max-width: 400px;
}
button.btn-newsletter {
    background: none;
    border: none;
    color: #00497C;
    font-weight: 600;
    background: #f7f7f7;
    height: 40px;
}



/* Documentos */
table.table-doc tr {
    border-bottom: 1px solid #eee;
}
h5.documento-title {
    font-size: 20px;
    font-weight: 400;
}
h5.documento-title i {
    color: #F17925;
    font-size: 26px;
}
td.btn-documento {
    text-align: center;
    width: 20%;
}
td.btn-documento a {
    background: #00497c;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
}

/*Servicios*/
.servicios-accordion h3,
.faq-accordion h3 {
    background-color: transparent;
    color: #00224b;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
    position: relative;
    padding:10px 10px 10px 40px;
    text-transform:none;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.servicios-accordion h3::before,
.faq-accordion h3::before {
    content: "\f078";
    position: absolute;
    font-family: 'FontAwesome';
    left: 10px;
    color: #f78f1e;
}
.servicios-accordion h3.uk-active::before,
.faq-accordion h3.uk-active::before {
    content: "\f077";
}
.servicios-accordion .uk-accordion-content,
.faq-accordion .uk-accordion-content {
    border-left: 2px solid #F17925;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    padding-left: 20px;
}
.blog-uikit-servicios-a-empresas,
.blog-uikit-servicios-a-personas,
.blog-uikit-plan-complenentario-de-salud,
.blog-uikit-seguro-de-vehiculos-de-motor,
.blog-documentos-documentos {
    max-width: 1200px;
    margin: 0 auto;
}
.servicios-empresas {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.grid-servicios div h3 {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}
ul.servicios-list li {
    position: relative;
        margin-bottom: 5px;
}
ul.servicios-list ::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #F17925;
    display: inline;
    margin-right: 6px;
}


/*Asistencia*/
table.table-asistencia {
    max-width: 1200px;
    margin: 0 auto;
}
.table-asistencia tr td {
    vertical-align: middle;
}
.asistencia-header h3 {
    font-weight: 600;
    margin-bottom: 30px;
}
table.table-asistencia td img {
    max-width: 140px;
}

/*Nosotros*/
#nosotros-mvv {
    background-image: url(../../../images/imagenes/secciones/sobre-nosotros-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.img-nosotros-full h2 {
    font-weight: 900;
    line-height: 0.8;
    color: #f17925;
    font-size: 62px;
}
.content-nosotros-full p span {
    font-weight: 700;
    font-size: 22px;
    color: #00497c;
}
#nosotros-mvv ul li .uk-panel-box {
    background-color: transparent;
    color: #ffffff;
    border: none !important;
    text-align: center;
}
#nosotros-mvv ul li .uk-panel-box ul li {
    margin-bottom: 10px;
}
#nosotros-mvv ul li .uk-panel-box h3 {
    color: #ffffff;
    font-weight: 200;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    line-height: 1;
}
#nosotros-mvv ul li .uk-panel-box h3::after {
    content: "";
    height: 1px;
    background-color: #f17925;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%);
}
.grid-mvv li div img {
    width: 70px;
    margin: 0 auto;
    display: flex;
}

/*Equipo*/
/*.figure-equipo img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}*/
.em-nuestro-equipo .tm-block-main {
    display: none;
}
.overlay-equipo {
    opacity: 1 !important;
    border: none;
    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);
    height: 100%;
    max-height: 130px;
    display: flex;
    align-items: flex-end;
}
.overlay-equipo::after {
    content: "+";
    font-size: 23px;
    font-weight: 100;
    color: #ffffff;
    position: absolute;
    right: 5%;
    bottom: 3%;
    opacity: 0;
}
ul.mod_nuestro-equipo-nosotros li:hover .overlay-equipo::after {
    opacity: 1;
}
ul.mod_nuestro-equipo-nosotros li:hover .overlay-equipo {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1,73,124,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1,73,124,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1,73,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#01497c",GradientType=1);
}
.overlay-equipo span {
    border-left: 6px solid #f17925;
    display: block;    
    padding: 10px 0;
}
.overlay-equipo h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1;
}
.overlay-equipo h4 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
}
ul.mod_nuestro-equipo-nosotros li {
    border: 2px solid #ffffff;
}

.mod_grid-nuestro-equipo .uk-overlay-bottom {
    opacity: 1 !important;
    border: none;
    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);
    height: 100%;
    max-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.mod_grid-nuestro-equipo .uk-overlay-bottom::after {
    content: "+";
    font-size: 23px;
    font-weight: 100;
    color: #ffffff;
    position: absolute;
    right: 5%;
    bottom: 3%;
    opacity: 0;
}
.mod_grid-nuestro-equipo .uk-overlay-bottom h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1;
}
.mod_grid-nuestro-equipo .uk-overlay-bottom div span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
}


.uk-modal.uk-open {
    opacity: 1;
    z-index: 1100; 
}
.uk-modal-dialog.modal-equipo {
    width: 100%;
    max-width: 1000px;
}
.modal-equipo h2.title-equipo-modal {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    color: #00497C;
    padding-bottom: 10px;
}
.modal-equipo h2.title-equipo-modal::after {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #f17925;
    position: absolute;
    bottom: 0;
    left: 0;
}



/*Contacto*/
.info-contacto {
    background-color: #00497c;
    color: #ffffff;
}
.info-contacto h3 {
    color: #ffffff;
    font-weight: 600;
}
.info-contacto a {
    color: #ffffff;
}
.form-contacto .uk-form input, 
.form-contacto textarea, 
.form-contacto select {
    color: #666666;
    padding: 8px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 8px;
}
.form-contacto h3 {
    font-weight: 600;
}
.btn-form-contacto {
    background-color: #f78f1e !important;
    font-weight: 600;
}

/*Seguros*/
.overlay-teaser .uk-overlay-bottom {
    border: none;
    background: transparent;
    z-index: 1;
    opacity: 1 !important;
}
figure.overlay-teaser::after {
    content: '';
    height: 100px;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2a66",endColorstr="#000000",GradientType=1);
}
.overlay-teaser .uk-overlay-bottom span {
    font-weight: 600;
    border-left: 4px solid #F17925;
    padding-left: 5px;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    font-size: 21px;
    display: block;
}
.overlay-teaser a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}
ul.list-seguros li {
    position: relative;
    margin-bottom: 5px;
}
ul.list-seguros li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #F17925;
    display: inline;
    margin-right: 6px;
}
ul.uk-list.list-seguros li span {
    display: block;
    margin-top: 10px;
}
h4.h4-seguros {
    font-weight: 800;
}
.seguros-accordion h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background-color: #f17925;
    padding: 10px;
    border-bottom: none;
}
.seguros-accordion h3::before {
    content: "\f078";
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    color: #ffffff;
}
.seguros-accordion h3.uk-active::before {
    content: "\f077";
}
.seguros-accordion .uk-accordion-content {
    border-left: 2px solid #00497c;
    margin-left: 20px;
    margin-bottom: 30px;
}
.table-seguros tr th {
    vertical-align: middle;
}
.table-seguros tr td:not(:first-child) {
    text-align: center;
    vertical-align: middle;
}
a.btn-brochure {
    background: #f17925;
    border: none;
    color: #ffffff;
    font-weight: 600;
}
.blog-uikit-seguro-de-vehiculos .uk-grid {
    text-align: center;
}
.botones-brochure a {
    display: block;
    margin-bottom: 5px;
    max-width: 500px;
}

/*Noticias*/
.blog-uikit-noticias article h1.uk-article-title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 10px;
}
span.title-noticias-full {
    font-weight: 600;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}
span.date {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}


/*Tipos Seguros*/
div.mod_grid-seguros-teaser figure::after {
    content: '';
    height: 100px;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(13,42,102,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2a66",endColorstr="#000000",GradientType=1);
}
div.mod_grid-seguros-teaser figure.uk-overlay .uk-overlay-panel {
    opacity: 1 !important;
    border: 0;
    background: transparent;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}
div.mod_grid-seguros-teaser figure.uk-overlay .uk-overlay-panel div div h3 {
    font-weight: 600;
    border-left: 4px solid #F17925;
    padding-left: 5px;
    line-height: 1;
    text-align: left !important;
    color: #ffffff !important;
    font-size: 21px !important;
}
div.mod_grid-seguros-teaser figure.uk-overlay .uk-overlay-panel div div div a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
}
body.em-tipos-de-seguros .mod_grid-seguros-teaser.uk-grid > div {
    text-align: center;
}

/*Media Querys*/
@media screen and (max-width: 450px) {
    h2.slide-title {
        font-size: 34px !important;
    }
    .contactos-footer p {
        font-size: 12px;
        line-height: 1.3;
    }
    .contactos-footer p a {
        font-size: 11px;
    }
    .top-b-content .grid-logos-seguros > li{
        max-width: initial !important;
        margin-left: 0px !important;
    }
    .grid-logos-seguros { margin: 20px auto !important;}
    .overlay-equipo h3 {
        font-size: 20px;
    }
    .overlay-equipo h4 {
        font-size: 13px;
    }
}
@media screen and (max-width: 769px) {
    ul.uk-breadcrumb {
        min-height: 125px;
    }
    h5.bg-naranja {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
    }
    h2.slide-title {
        font-size: 40px;
    }
    body.em-seguros-category .yoo-zoo .uk-width-medium-1-4 {
        width: 100% !important;
    }
    body.em-seguros-category .yoo-zoo .uk-width-medium-1-4 article {
        text-align: center;
    }
    ul.uk-breadcrumb > li > span, ul.uk-breadcrumb > li > a {
        font-size: 23px;
    }
    div.mod_grid-noticias figure img {
        width: 700px;
        object-fit: cover;
    }
    .servicios-accordion h3, .faq-accordion h3 {
        font-size: 13px;
        padding-right: 31px;
    }
    .powered p {
        font-size: 14px;
    }
}
@media screen and (max-width: 961px) {
    body.em-nuestro-equipo ul.uk-breadcrumb {
        min-height: 170px;
    }
    .header-wrapper {
        display: flex;
        padding: 15px 0;
    }
    div#tm-top-b {
        padding: 50px 0;
    }
    .tob-b-redes a {
        width: 50px;
        height: 50px;
    }
    .tob-b-redes a i {
        font-size: 22px;
    }

    .logo-nosotros img {
        margin-top: 30px;
    }
    .logo-nosotros {
        text-align: center;
    }
    .logo-nosotros img {
        width: 300px;
    }
    .content-equipo {
        display: flex;
        flex-direction: column;
    }
    .img-equipo {
        width: auto;
        text-align: center;
    }
    h5.documento-title {
        font-size: 15px;
    }
    body.em-seguros-category .yoo-zoo .uk-width-medium-1-4 {
        width: 33%;
    }
    div#tm-top-c {
        margin-bottom: 50px;
    }
    .equipo-content-teaser {
        width: 100%;
    }
    .copyright div.uk-flex {
        justify-content: center;
    }
    p.menu-footer {
        text-align: center;
    }
    .img-equipo {
        margin-bottom: 15px;
    }
    .img-nosotros-full {
        text-align: center;
        margin-top: 40px;
    }
    .img-nosotros-full h2 {
        font-size: 40px;
    }
    .img-nosotros-full img {
        margin-bottom: 25px;
    }
    .content-nosotros-full p span {
        font-size: 18px;
    }
    #nosotros-mvv ul li .uk-panel-box {
        padding: 0;
    }
    ul.mod_nuestro-equipo-nosotros li {
        text-align: center;
    }
}
@media screen and (max-width: 1162px) {
    .menu ul li:not(:last-child) {
        margin-right: 15px;
    }
    .menu ul li a {
        font-size: 11px;
        font-weight: 600;
    }
}
@media screen and (max-width: 1243px) {
    .tm-navbar-container.uk-navbar-attached .menu ul li {
        margin-right: 15px;
    }
}
@media screen and (min-width: 960px) {
    .servicios-empresas ul {
        column-count: 2;
    }
    .nosotros-teaser p {
    font-size: 20px;
    }
    .modal-equipo .uk-grid .uk-width-large-2-5 {
        width: 30%;
    }
    .modal-equipo .uk-grid .uk-width-large-3-5 {
        width: 70%;
    }
    body.em-quienes-somos .tm-block-main {
        padding-bottom: 0;
    }
   
    .img-nosotros-full h2 {
        max-width: 300px;
        margin-left: auto;
    }
    ul.mod_nuestro-equipo-nosotros,
    .mod_grid-nuestro-equipo,
    .blog-nuestro-equipo-nuestro-equipo {
        margin-top: -12%;
    }
}

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


/* animacion svg */
.circle{fill:none;stroke:#f78f1e;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#f78f1e;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#00497c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#00497c;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;}
}

.tm-toolbar .uk-panel a > img {
    max-width: 415px;
}

.menu .tm-navbar.uk-navbar .uk-navbar-nav .uk-parent .uk-dropdown{padding-top:10px; padding-bottom:10px;}
.menu .tm-navbar.uk-navbar .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav.uk-nav-navbar > li > a {
  text-transform: none;
  padding: 10px 20px;
  color: #333333 !important;
  font-size: 16px;
}
.menu .tm-navbar.uk-navbar .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav.uk-nav-navbar > li + li > a {
  border-top: 1px solid #f4f4f4;
}
.menu .tm-navbar.uk-navbar .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav.uk-nav-navbar > li > a:hover {
  color: #F17925 !important;
}

.tm-navbar-container .menu > .logo-sticky {
    max-width: 80px;
    margin-right: 0;
    width:0px;
    opacity:0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.tm-navbar-container.uk-active .menu > .logo-sticky {
    width: 80px;
    opacity: 1;
    margin-right: 30px;
}
.tm-navbar-container .menu .search-box {
    margin-left: auto;
}

.top-b-content .grid-logos-seguros > li {
    text-align: center;
    margin: 10px;
    padding: 0;
    max-width: calc(25% - 20px);
}

.figure-equipo > img {
  filter: brightness(1.2);
}

.blog-uikit-seguro-medico-internacional .uk-table tr:not(:last-child):not(:first-child),
.blog-uikit-seguro-medico-local .uk-table tr:not(:last-child):not(:first-child),
.blog-uikit-asistencia-vial-2 .uk-table tr:not(:last-child):not(:first-child){
    border-bottom: 1px solid #e2e2e2;
}

.blog-uikit-seguro-medico-internacional .uk-table tr:first-child,
.blog-uikit-seguro-medico-local .uk-table tr:first-child,
.blog-uikit-asistencia-vial-2 .uk-table tr:first-child{
    background-color: #f1f1f1;
}
.powered p, p.menu-footer {
    font-weight: 400;
}

form#searchForm > .uk-panel.uk-panel-box {
  display: none;
}

form#searchForm div > strong {
    font-size: 36px;
  color: #333333;
}
span.uk-badge.uk-badge-info {
    background: #014a7c;
}

article.uk-article.title-search > h1 {
    font-size: 24px;
    line-height: 32px;
    background: #014a7c;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
}
article.uk-article.title-search > h1::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 5px;
    background: #f17925;
}

article.uk-article.title-search {
    margin-top: 10px;
}

.mod_slideshow-home .uk-overlay-panel > div {
    background: rgb(0 0 0 / 10%);
    border-radius: 5px;
}

h2.bg-naranja {
    background-color: #F17925;
    padding: 10px;
}


.prueba .tm-block-main {
     display: block; 
}
.mod_grid-nuestro-equipo figure,
.blog-nuestro-equipo-nuestro-equipo figure,
.mod_grid-nuestro-equipo figure img,
.blog-nuestro-equipo-nuestro-equipo figure img {
    width: 100%;
}
.mod_grid-nuestro-equipo figure ,
.blog-nuestro-equipo-nuestro-equipo figure {
    border: 2px solid #ffffff;
}

@media screen and (min-width: 768px){
    .blog-uikit-vacantes > div.uk-grid > div {
      max-width: 33.33%;
  }
  .uk-align-medium-left {
      margin-right: 35px;
  }
}

.blog-uikit-vacantes h1.uk-article-title {
    font-size: 21px;
    line-height: 26px;
    margin-top: 0px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article {
    box-shadow: 0px 0px 5px 0px #ebebeb;
    min-height: 560px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title {
    min-height: 54px;
    color: #00497c;
    font-weight: 600;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title, .blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p, .blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p + ul {
    padding: 0px 20px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p {
    max-height: 95px;
    overflow: hidden;
    min-height: 95px;
    margin-bottom: 0px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p + ul > li {
    margin: 0px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p + ul {
    margin-top: 10px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p + ul > li > a {
    color: #ffffff;
    background: #00497c;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
}

.blog-uikit-vacantes > div.uk-grid > div > .uk-article h1.uk-article-title + p + ul > li > a:hover {
    background: #f17925;
}


.content-form input {
    width: 100% !important;
    border: 1px solid #cccccc !important;
    padding: 2px 5px !important;
    height: 35px !important;
    border-radius: 5px !important;
}

.content-form .uk-grid > div.uk-grid-margin {
    margin-top: 20px;
}

.content-form .uk-form-file {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #cccccc;
}

.content-form .uk-modal-dialog {
    max-width: 720px;
    width: 100%;
    padding: 15px;
}

@media screen and (min-width: 768px){
    .content-form .uk-modal-dialog {
        padding: 50px;
    }
}

.copyright img {
    width: 100%;
    max-width: 100px;
}

.tm-Button.uk-margin a.uk-button {
    background-color: #f1792c;
    color: #fff;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
}