/*
Theme Name: Asegura
Theme URI: https://ariseweb.es/
Author: Ariseweb
Author URI: https://ariseweb.es/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asegura
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*********** FUENTES ***********/
@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations'); 
    font-weight: 100 900; /* Inter soporta todo el rango */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* GABARITO (variable) */
@font-face {
    font-family: 'Gabarito';
    src: url('fonts/Gabarito-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}


/*** Definimos los colores principales del tema **/
:root {
  --azul-claro: #6394ff;
  --azul-oscuro: #0f408f;
  --naranja: #FFCE63;
  --color-fondo-gris: #7da7ff17;
  --verde: #defc8e;
  --color-texto: #444444;
  --color-texto-claro : #888888;
  --color-fondo-contraste-azul : #89adff;
}
html{
    font-size: 15px;
    padding:0;
    margin: 0;
}
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: white;
    text-align: center;
    margin: 0;
    padding: 0;
    color: var(--color-texto);
    font-weight: normal;
    line-height: 26px;
}
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
    font-family: 'Gabarito', sans-serif;
    font-weight: 800;
    letter-spacing:0;
    color: var(--azul-oscuro);
    margin-bottom:2rem;
    margin-top:2rem;
    line-height: 62px;
}
a{
    color: var(--azul-claro);
    text-decoration: underline;
    font-weight: normal !important;
    outline:none;
}
a:active,a:visited,a:link{
    outline: none !important;
}
a:hover,a:active{
    color:var(--naranja);
    font-weight: normal;
    outline:none;
}
a.telefono-header:hover{
    color: var(--azul-claro);
}
.wp-block-pullquote{
    font-style: italic;
    padding: 1.5rem 0;
}
blockquote.wp-block-quote p{
    padding: 1.5rem;
    font-size: 18px;
    padding-left: 1.5rem;
    font-style: italic;
    border-left: 3px solid var(--azul-claro);
}
a.scroll-top {
    position: fixed;
    background-color: var(--azul-oscuro);
    bottom: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    border-radius: 50%;
}
a.scroll-top img {
    max-width: 50%;
    position: relative;
    top: 2px;
}
h1{
    font-size: 36px;
    line-height: 40px; 
}
h2,.h2 {
    font-size: 27px;
    line-height: 34px;
}
h3,.h3{
    font-size: 24px;
    line-height: 31px;
}
h4,.h4{
    font-size: 21px;
    line-height: 24px;
}
h5{
    font-size: 16px;
    line-height: 19px; 
}
h6{
    font-size: 14px;
    line-height: 15px; 
}
p{  
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;  
    color:var(--color-texto);
}
ul{
    margin-bottom: 1.8rem;
}
ul li,ol li{
    padding: 5px 0;
    font-size: 16px;
}
.fondo-blanco{
    background:white;
}
header#header {
    box-shadow: 0px 3px 30px #33414526;
    z-index: 999;
    position: fixed;
    width: 100%;
    background: white;
}
.cerrar-navegador,.lupa_buscador{
    display: none;
}
div#content {
    padding-top: 72px;
}
.container-fluid,.container{
    padding-left:0;
    padding-right: 0;
}
#searchsubmit img{
    max-width:  100%;
    height: auto;
}
.site-logo {
    width: 50%;
    max-width:155px;
}

.franja{
    padding: 40px 15px;
}
.page-id-21 select.wpcf7-form-control.wpcf7-select {
    padding: 16px 0.7rem;
}
 .site-logo img{
    max-width: 100%;
    height: auto;
}
.telefono-header {
    color: var(--azul-oscuro);
    font-weight: bold !important;
    text-decoration: none;
    line-height: 1;
    margin-left: 6px;
    margin-top: 8px;
    z-index:0;
}
.primary-menu-container{
    display:none;
}
button#primary-mobile-menu {
    width: 30px;
    height: auto;
    background: transparent;
    border: none;
    margin-left: 7px;
}
ul#menu-menu-principal {
    padding-left: 0;
    margin-bottom: 0;
}
.primary-menu-container {
    width: 100%;
    position: absolute;
    top: 119px;
    left: 0;
    background: var(--azul-claro);
    text-align: left;
    min-height: 100vh;
    padding-left: 0;
    z-index: 9999;
}
span.dropdown-icon.close {
    display: none;
}
.dropdown-icon.close img{
    width: 20px;
    height: auto;
}
.menu-wrapper li {
    list-style: none;
    position: relative;
    padding: 5px 30px 15px;
    margin: 1rem auto 0;
    border-bottom: 1px solid var(--naranja);
}
.menu-wrapper li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color:white;
}
button.btn.btn-llamamos-header.llamamos-product {
    background: var(--verde);
    color: white;
    font-weight: lighter;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 20px;
    border-radius: 45px;
    text-transform: uppercase;
    max-width: 345px;
}
.sub-menu li {
    border-bottom: 1px solid var(--azul-claro);
    margin: 1rem auto 0;
    padding: 10px 30px 10px
}
li .menu-item-has-children{
    position:  relative;
}
.cerrar-navegador,.lupa_buscador{
    display: none;
}
.sub-menu li a {
    color: var(--azul-oscuro);
    font-size: 13px;
}
.sub-menu li{
    padding: 3px 25px 10px;
}
.search .img-destacada-entry {
    height: 180px;
}
.img-special-100{
    width: 100%;
    height:  auto;
}
.search h5.title-last-entry{
    margin-top: 0;
    padding: 0 16px 10px 16px;
}
.sub-menu{
    border-top: none;
    top: 0;
    background: 0 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: none;
    display: none;
    transition: all .2s;
}
.accordion-button {
    padding: 2.2rem 0 1.5rem;
}
li.menu-item-has-children:after, .joputa:after {
    content: "";
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url('img/iconos/arrow-abajo.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.buscador-menu{
    width:0;
}
@media (min-width:992px){
    #searchsubmit {
        display: none !important;
    }
    .buscador-menu{
        width:30px;
    }
    #trespoints-dias .icon-box-seguro{
        padding: 0 15px;
    }
}
#searchsubmit {
    display: none;
    position: absolute;
    top: 78px;
    right: 25px;
    border: none;
    font-size: 0;
    background: transparent;
    width: 35px;
    height: 35px;
}
input#s {
     display: none; 
    border-radius: 0;
    border: none;
    position: absolute;
    padding: 10px 28px;
    top: 70px;
    left: 0;
    width: 100%;
    max-width: 600px;
    box-shadow: none;
    border-top: 1px solid #b1b8ba40;
    border-bottom: 1px solid #b1b8ba40;
    font-size: 14px;
}
input#s::placeholder{
    font-size:14px;
    color:#bbb;
}
section.no-results.not-found {
    padding: 10vh 30px;
}
.capa_azul{
    content: "";
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--azul-oscuro);
    opacity: 0.8;
    z-index: 0;
    position: absolute;
    height: 100vh;
}
input#s:focus{
    box-shadow:none;
    outline: none;
}
.btn-violet {
    background: #FF3F76;
    color: white;
     height: auto; 
    padding: 10px 30px !important;
}
.btn.btn-violet-redonde{
    background: var(--verde);
    color: #fff;
    font-weight: lighter;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 18px;
    border-radius: 45px;
    text-transform: uppercase;
    max-width: 345px;
}
#last-entries h5.title-last-entry{
    margin-top: 0;
}

.verSubmenu {
    opacity: 0;
    visibility: hidden;
    display: none !important;
    position: absolute;
    top: 47px;
    left: 0;
    padding-left: 0;
    background: white;
    width: 100%
}
.verChildrenmenu{
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.joputa:after {
    background: url('img/iconos/arrow-arriba.svg') !important;
    background-repeat: no-repeat !important;
}
footer{
    background-color: var(--color-fondo-gris);
    padding:2rem 0 0;
}
h5.title-footer {
    margin-bottom: 1rem;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
ul.services-footer {
    list-style: none;
    text-align: left;
    padding-left: 0;
    padding-bottom:1.25rem;
}
ul.services-footer li {
    line-height: 15px;
    padding: 6px 0;
}
ul.services-footer li a:hover{
    color: var(--azul-claro);
}
.container-nopadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bottom-footer{
    padding:2rem 30px 5rem;  
    text-align:left;
    color: var(--color-texto-claro);
}
.bottom-footer p, .bottom-footer a, .top-footer span, .direction-footer, .email-footer, .tel-footer, ul.services-footer li a{
    text-decoration: none;
    color: var(--color-texto-claro);
    font-size: 12px;
}
.top-footer span {
    display: block;
    line-height: 16px;
    margin-bottom: 12px;
}
.bottom-footer p{
    margin-bottom: 5px;
    font-size:10px;
}
.bottom-footer a{
    margin-right: 10px;
    font-size:10px;
}
.nopaddinglateral{
    padding-left:0;
    padding-right:0;
}
a.btn.btn-asistencia-footer {
    text-align: left;
    padding: 5px 15px;
    border: 1px solid var(--azul-oscuro);
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    height: auto;
    max-width: 200px;
}
.links-avisos a:after{
    content: "|";
    display:inline-block;
    padding-left: 10px;
}
.links-avisos a:last-child:after{
    content:none;
}
.borde-sepador-footer {
    border-bottom: 1px solid var(--azul-oscuro);
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}
ul.redes-sociales {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}
ul.redes-sociales li{
    margin-right: 7px;
}
.bloque-footer-normal {
    width: 50%;
    text-align: left;
}
.bloque-footer-normal:nth-child(odd){
    padding-right:  20px;
}
.box-header {
    height: 70px;
    max-width: 1146px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 15px;
}
a.btn.btn-llamamos-header {
    background: var(--azul-claro);
    color: white;
    font-size: 11px;
    height: 26px;
    line-height: 19px;
    padding: 5px 12px;
    border-radius: 4px;
}
.top-footer {
    padding: 20px 25px;
}
.ps-2.col-6.bl-tlf-footer {
    position: relative;
    top: -30px;
}
.con-checker:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(//tresmares.com/wp-content/plugins/asegura-core/img/check-asegura.svg);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 7px;
}

/********** CSS HOME MOVIL **************/
.bloque-footer-normal.big {
    width: 100%;
}
.grupo-botones{
    margin-bottom:6px;
}
.box-banner_home{
    position:relative;
}
.banner-box.d-flex.flex-wrap {
    padding: 5px 0 290px;
}
.image-card img {
    max-width: 65%;
    height: auto;
    margin-bottom: 20px;
}
.image-card {
    margin-bottom: 40px;
}
.image-card p,.bajo-encabezado {
    padding: 0  8%;
}
.home section#funcionamiento {
    padding: 0 50px 60px;
    margin-top: -265px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 1.25rem 0.7rem;
}
input.wpcf7-form-control:focus, textarea.wpcf7-textarea:focus, select.wpcf7-select:focus{
    outline:none;
}
.cja-roller {
    background: #fafafa;
    padding: 1.15rem;
    height: 7rem;
    overflow-x: auto;
    font-size: .9rem;
    line-height: 1.5;
    margin: -0.5rem 0 1rem;
    border-radius: 6px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btnPrin {
    color: #fff;
    padding: 12px !important;
}
.dialog-tellamamos{
    width:100%;
    max-width:600px;
}
.modal-header{
    padding:1.5rem 1.5rem 0;
    border-bottom:none;
}
.carousel_logotipos{
    margin: 30px 0;
}
.carousel_logotipos button.slick-next.slick-arrow, .deaseguradoras button.slick-next.slick-arrow {
    left: auto !important;
    right: -15px;
}
.carousel_logotipos .slick-list.draggable, .deaseguradoras .slick-list.draggable {
    max-width: 90%;
    margin: 0 auto;
}
.carousel_logotipos button.slick-arrow, .deaseguradoras button.slick-arrow{
    top:50px;
}
.carousel_logotipos img, .deaseguradoras img{
    max-width: 120px;
    height:auto;
    margin:0 auto;
}
.modal-body{
    padding:1.5rem 2rem 2rem;
}
.banner-home {
    padding: 30px;
    background: var(--color-fondo-gris);
}
h1.title-banner {
    color: var(--azul-oscuro);
    margin-bottom: 1rem;
}
.btn-bordered.active {
    /*background: var(--azul-oscuro);*/
    background:#FF2F76;
    color: white !important;
    border:none !important;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
section#selector-seguros {
    position: relative;
    top: -325px;
    background: white;
    padding: 16px 14px;
    border-radius: 6px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    box-shadow: 0px 0px 50px #33414529;
}
a.btn.btn-bordered {
    color: var(--azul-oscuro);
    border: 1px solid var(--azul-claro);
    width: calc(100% - 8px);
    padding: 6px 0;
    margin: 0 4px;
    font-size: 12px;
    height: 31px;
    margin-bottom: 8px;
    border-radius: 6px;
    line-height: 19px;
}
.box-seguro-blend{
    width: calc(50% - 8px);
    margin: 5px 4px;
    background: var(--color-fondo-gris-claro);
    border-radius:10px;
}
.page-id-3929 .box-seguro-blend{
    background: white;
}
.box-seguro-blend span{
    font-size:13px;
    line-height: 18px;
    font-weight: normal;
    color:var(--azul-oscuro);
    display: block;
}
a.btn.btn-link-seguro {
    background: var(--azul-claro);
    display: block;
    border-radius: 0 0 6px 6px;
    color: white;
    height: 35px;
    line-height: 27px;
}
#compromisos {
    background: var(--color-fondo-gris);
}
.box-compromisos {
    margin: 1rem auto 2rem;
}
.box-compromisos img {
    max-width: 85px;
}
.txt-compromisos {
    text-align: left;
    margin-left: 15px;
}
.men-comp {
    font-weight: bold;
    color: var(--azul-oscuro);
    font-size: 23px;
    line-height: 28px;
}
.sub-comp {
    color: var(--color-texto);
    font-size: 1rem;
    margin-top: 1rem;
}
#nosotros p{
    margin-bottom:2rem;
}
.box-foto-nosotros{
    position:relative;
    margin-top:30px;
    border-radius:8px;
}
.img-nosotros-home{   
    width: calc(100% + 60px);
    margin-left:-30px;
}
span.subtitle-companias {
    font-size: 12px;
    display: block;
    text-align: left;
    padding-bottom: 2rem;
}
h2.title-companias {
    color: var(--azul-claro);
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-weight: normal;
}
.lista-companias img {
    max-width: 80%;
    margin: 1.5rem 20% 1.5rem 0;
}
h2.title-testimonios {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 2rem;
}
#testimonios {
    background: var(--color-fondo-gris);
    height: 245px;
    margin-bottom: 160px;
}
#testimonios .container {
    max-width: 1010px;
}
.box-testimonio-shadow, .box-entry-shadow {
    width: 100%;
    background: white;
    padding: 0 20px 20px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #33414529;
    margin-bottom: 15px;
    margin-top: 15px;
}
.box-entry-shadow {
    padding: 8px 8px 20px;
}
.carousel-testimonios {
    max-width: 275px;
    margin: 0 auto;
}
.foto-testim {
    width: 70px;
    height: 70px;
    position: relative;
    left: -20px;
    top: -1px;
}
.testi-text {
    margin-top: 5px;
    font-size:14px;
    line-height: 18px;
}
.data-testimonio {
    margin-top: 25px;
    text-align: left;
}
.name-testi {
    color: var(--azul-oscuro);
    font-size: 16px;
}
.foto-testim img{
    border-radius: 10px 0 0 0;
}
.caja-last-entries {
    width: 100%;
    max-width: 355px;
    border-radius: 6px;
    padding: 12px 12px 1rem 12px;
    margin: 1rem auto;
    box-shadow: 0px 0px 50px #33414529;
}
#destacadas-blog .caja-last-entries{
    box-shadow: none;
}
.page-id-106 button.slick-arrow{
    left: -35px;
    top:50% !important;
}
.caja-last-entries p {
    padding: 0 16px 10px;
    font-size: 15px;
}
.img-responsive{
    width:100%;
    height:auto;
}
section#last-entries {
    padding: 70px 0px;
    margin-bottom: 30px;
}
@media (min-width: 767px){
    section#last-entries {
        margin-bottom: 60px;
    }
}
h5.title-last-entry {
    padding: 20px 16px 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
a.btn.btn-leer-mas {
    display: block;
    color: var(--color-texto);
    width: calc(100% - 30px);
    padding: 10px;
    border: 1px solid var(--color-texto);
    height: 36px;
    line-height: 16px;
    margin: 10px auto 6px;
    font-size: 15px;
    animation:  all 0.4s;
    background: white;
}
a.btn.btn-leer-mas:hover{
    color: white;
    border: 1px solid var(--naranja);
    background: var(--naranja);
}
ul.services-footer li a,.top-footer span{
    color:var(--azul-oscuro);
}
.anot-banner {
    font-size: 11px;
    cursor: pointer;
    background: white;
    padding: 4px 20px;
    border-radius: 20px;
}
#companias-colaboradoras {
    padding-top: 50px;
    padding-bottom: 0;
}
section#nosotros {
    padding-top: 30px;
}
a.link-verifica-testimonio {
    display: block;
    text-decoration: none;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}
.box-seguro-blend img {
    width: 100px;
    height: 100px;
    margin: 5px auto 0;
}
a.see-all {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin-top: 1.5rem;
    color: var(--color-texto);
}
a.see-all:after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url('/wp-content/uploads/2022/09/flecha-blanca.svg');
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: 3px center;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: 5px;
    background-color: var(--azul-claro);
    border-radius: 50%;
}
button.slick-arrow {
    position: absolute;
    top: 100px;
    left: -22px;
    font-size: 0;
    border: none;
    background-color: #EBEDED;
    background-image: url('/wp-content/uploads/2022/01/chevron-right-solid.svg');
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center center;
}
.slick-next {
    left: auto !important;
    right: -22px;
}
.page-id-106 .slick-next {
    left: auto !important;
    right: -34px;
}
.slick-prev{
    transform: rotate(180deg);
}
.caja-principal-testimonios{
    padding-right: 20px;
    padding-left: 20px;
}
.texto-excerpt{
    font-size:13px;
    line-height: 18px;
}



/************ CSS BLOG MOVIL *******************/
.header-blog {
    text-align: left;
    padding: 15px 30px 0;
}
#destacadas-blog{
    background: var(--color-fondo-gris);
    padding:60px 0;
}
#last-entradas-blog{
    padding:0 15px 70px;
}
ul.listado-categorias-blog {
    padding-left: 0;
    list-style: none;
    margin-top: 16px;
}
ul.listado-categorias-blog li{
    width: calc(33.3% - 8px);
}
ul.listado-categorias-blog li:first-child a{
    background:var(--azul-oscuro);
    color:white;
}
ul.listado-categorias-blog .cat-item a {
    color: var(--color-texto);
    border: 1px solid var(--color-texto);
    width: 100%;
    padding: 6px 0;
    margin: 0 4px;
    display: block;
    height: 31px;
    margin-bottom: 8px;
    outline: none !important;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    line-height: 19px;
    font-size: 12px;
}
.caja-art-relacionados h5.title-last-entry {
    margin-top: 5px;
}
section#mensaje-final-blog {
    padding: 60px 30px;
    background: var(--color-fondo-gris);
    text-align: left;
}
#mensaje-final-blog img{
    max-width:60%;
    margin-top: 2rem;
}
.carousel-last-posts{
    width: calc(100% - 120px);
    margin:0 auto;
}
.img-destacada-entry {
    border-radius: 4px;
    overflow: hidden;
}
button.slick-arrow{
    background-color:#EBEDED;
}
.page-nav-container {
    margin: 4rem auto 2rem;
}
a.page-numbers, span.page-numbers.current {
    background: #EBEDED;
    padding: 10px 11px;
    border-radius: 4px;
    color: var(--color-texto);
    text-decoration: none;
    margin: 0 2px;
    font-size: 11px;
}
span.page-numbers.current{
    background: var(--color-texto);
    color:white;
}
#destacadas-blog h2{
    margin-bottom:0;
}




/***** ENTRADA BLOG **********/
.entry-content{
    padding:0 30px;
    margin-bottom: 100px;
}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5{
    margin: 3rem 0  2rem  0;
}
.entry-content h3 {
    margin: 1.5rem 0 1.2rem;
}
.entry-content h2{
    margin:3.5rem 0 1.5rem;
}
.entry-content ul li {
    margin-bottom:0;
}
.single-aseguradoras .entry-content ul li{
    margin-bottom:5px;
}
.post-thumbnail {
    height: 130px;
    background-size: cover;
    background-position: center center;
}
h1.main-title.text-start {
    padding-top: 30px;
    margin-bottom: 0;
}
.meta-info-blog.text-left {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 3px 30px;
}
.wp-block-image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.entry-content.wp-block-image .aligncenter {
    width: calc(100% + 60px);
}
.wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 13px;
}
figcaption {
    text-align: center;
    font-size: 12px;
}
#entradas-relacionadas {
    padding: 60px 30px;
    margin-bottom:60px;
}
#entradas-relacionadas h2{
    text-align: center;
}
#mensaje-final-blog a{
    margin-top:6px;
}
.border-izquierda-actions{
    border-left: 1px solid white;
}

/********** TAXONOMÍA ************/
section#intro-taxonomy {
    padding: 25px 25px 0;
}
.taxonomy-image {
    max-width: 235px;
    margin: 0 auto 1rem;
}
.taxonomia-franja {
    padding:60px 25px;
}
.taxonomia-franja.fondo-color{
    background: var(--color-f);
}
.seguros-taxonomia{
    padding-left:0;
    list-style:none;
}
.taxonomia-franja .seguros-taxonomia li a {
    display: block;
    color: var(--azul-oscuro);
    text-decoration: none;
    width: 94%;
    margin: 5px 0;
}
.taxonomia-franja.fondo-color li a{
    background: white;
}
.sub-tax-img {
    max-width: 80px;
}
#seguros-destacados-taxonomia {
    background: var(--color-fondo-gris);
    padding: 40px 25px 60px;
}
.box-seguro-blend.taxmy {
    background: white;
    text-align: center;
}
.box-seguro-blend.taxmy:first-child{
    width: 100%;
}
.box-seguro-blend.taxmy:first-child img {
    max-width: 85px;
    margin: 5px 0 0;
}



/************* LISTADO COMPAÑÍAS ***********************/
.site-main.fondo-grisaceo{
    background: var(--color-fondo-gris);
}
.box-list-compania {
    background: white;
    padding: 20px;
    border-radius: 6px;
    margin: 1rem auto;
    box-shadow: 0px 3px 30px #33414526;
}
.zona-tel-asis{
    padding:60px 30px;
}
.img-compania img {
    max-width: 120px;
    height: auto;
    max-height: 48px;
    margin-bottom: 16px;
}
ul.tel-companias {
    padding-left: 0;
    list-style: none;
}
ul.tel-companias li{
    margin-bottom: 8px;
    padding: 0 0;
}
ul.tel-companias li a{
    text-decoration:none;
}



/********** TEMPLATE PRODUCTO **********/
h1.h1-servicios {
    margin-top: 0;
}
.product-temp .azul-claroltern:nth-child(even){
    background: var(--color-fondo-gris);
}
#title-seguro-present {
    padding: 30px 30px 30px;
}
section#title-seguro-present h3 {
    color: var(--color-texto);
    font-weight: normal;
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
}
div#img-producto {
    max-width: 225px;
    margin: 2rem auto 0;
}
.icon-box-seguro img{
    max-width: 100px;
    height: 90px;
    margin:1rem auto 1rem;
}
figure.wp-block-image.size-full.is-resized.imagen-bloguqe {
    max-width: 80%;
    margin: 0 auto 2rem;
}
.img-cobertura{
    width: 33%;
}
.img-cobertura img{
    max-width: 95px;
    margin:0 auto;
}
.cja-descarga {
    background: white;
    margin-bottom: 16px;
    padding: 10px;
    box-shadow: 0px 0px 10px #33414529;
    border-radius: 6px;
}
.cja-descarga a{
    line-height: 1.7;
    font-size:12px;
}
.cja-descarga img {
    width: 35px;
    height: 35px;
    margin-right: 4px;
}
.text-cobertura{
    width: calc(77% - 16px);
    margin-left: 16px;
}
#zona-coberturas h2{
    margin-bottom: 30px;
}
.box-ventaja {
    background: white;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.img-destacada-ventaja {
    max-width: 80%;
    margin: 0 auto;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item {
    background-color: transparent;
    border: none;
    outline: none !important;
    border-bottom: 1px solid #d2dbdb;
}
.accordion-button:not(.collapsed) {
    color: var(--color-texto);
    background-color: transparent;
    box-shadow: none;  
}
.titulo-cobertura.faqstitle {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-texto);
    font-weight: bold;
    margin: 0;
    padding-right: 20px;
}
.accordion-body {
    padding: 0 2.5rem 0 0;
}
.accordion-button::after{
    background-image: url("/wp-content/uploads/2022/01/plus-solid.svg");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("/wp-content/uploads/2022/01/minus-solid.svg");
}
.box-prod-related {
    box-shadow: 0px 0px 20px #33414529;
    margin: 1rem auto;
    padding: 1rem 0 0;
    max-width: 225px;
    border-radius: 6px;
}
.name-prod {
    color: var(--azul-oscuro);
}
.box-prod-related img {
    max-width: 100px;
    margin: 0 auto;
}
.box-prod-related a{
    display:block;
    border-radius: 0 0 6px 6px;
    background: var(--azul-oscuro);
}
h3.title-icons, h5.title-icons{
    font-size: 20px;
    line-height: 25px;
}
.icon-box-seguro b {
    margin-bottom: -10px;
    display: block;
}
#textoPrinc img {
    width: 100%;
    height: auto;
    margin: 15px 0 2rem;
    border-radius: 10px;
}
.box-cobertura {
    margin-bottom: 20px;
}
#product-related {
    padding-bottom: 90px;
    padding-top: 25px;
}
.tabla-condicional table{
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 50px #33414512;
    font-size:12px;
    line-height: 18px;
}
.tabla-condicional table thead{
    background: var(--azul-oscuro);
    color:white;
}
.tabla-condicional table thead th:first-child{
    border-radius:6px 0 0 0;
}
.tabla-condicional table thead th:last-child{
   border-radius:0 6px 0 0; 
}
.tabla-condicional table tbody td,.tabla-condicional table thead th{
    border-bottom:1px solid #B1B8BA;
    padding: 11px;
}
.tabla-condicional table tbody td{
    background: white;
    color: var(--azul-oscuro);
}
.tabla-condicional table thead th{
    border-bottom:none;
}
.tabla-condicional table tbody tr:last-child td{
    border-bottom:none;
    border-radius: 6px;
}
img.punto-check-table {
    width: 8px;
    height: auto;
}
.tabla-condicional table:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 60px);
    height: 235px;
    box-shadow: 0px 0px 20px #33414529;
    border-radius: 0 0 6px 6px;
}
.ban-prod {
    margin-bottom: 2rem;
}
.bnt-accion a img {
    width: 30px;
    height: auto;
    margin-right: 8px;
}
.single-productos a.scroll-top{
    display:  none !important;
}
ul.coberturas-adicionales li{
    width:  100%;
}




/********* BOTONES **********/
.btn {
    border: none;
    outline: none !important;
    height: 36px;
    border-radius: 6px;
    padding: 5px 30px;
    line-height: 28px;
    text-align: center;
    font: normal normal bold 12px/16px Inter;
}
.btn-primary {
    color: white;
    line-height: 28px;
    background: var(--naranja);
}
.btn-primary:hover{
    background: var(--azul-claro);
}
.accordion-button:focus{
    border:none !important;
    box-shadow:none;
}





/************* PÁGINA DE CONTACTO ***************/
div#map {
    height: 300px;
}
div#formulario-contact {
    padding: 30px 25px 30px;
}
.page-id-21 footer{
    background:white;
}
.page-id-21 .bottom-footer.fondo-blanco{
    background:var(--color-fondo-gris);
}
input.inputform {
    width: 100%;
}
.cajas-input{
    margin-bottom:1rem;
}
input.inputform, #mensaje, .select-input {
    width: 100%;
    border: none;
    background: #efefefa1;
    padding: 8px 16px;
    border-radius: 6px;
}
ul.datos-contacto li{
    padding: 5px 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-texto);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color-texto);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color-texto);
}
.select-input {
    padding: 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #efefefa1 no-repeat 98.5% !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) #efefefa1 no-repeat calc(100% - 16px) !important;
    color:var(--color-texto);
}
#form-contacto{
    margin-bottom:60px;
}
#mensaje{
    padding-top:15px;
}
span.text-consent {
    display: block;
    margin-top: 1rem;
    margin-left: 10px;
}
.datos-contacto{
    padding-left:0;
    list-style:none;
}
input#consentimiento {
    position: relative;
    top: 19px;
    left: 3px;
}
span.text-consent {
    display: block;
    margin-top: 1rem;
    margin-left: 10px;
    margin-bottom: 1.25rem;
}
.page-id-21 button.slick-arrow{
    background-color:white;
}
.eq-member{
    margin-top:25px;
}
.page-id-21 #personal{
    background: var(--color-fondo-gris);
}





/******** PÁGINA NOSOTROS *********/



    /******** CSS  TABLET **********/
    @media(min-width: 576px){
        h1{
            font-size: 40px;
            line-height: 42px; 
        }
        h2{
            font-size: 36px;
            line-height: 41px;
        }
        h3{
            font-size: 28px;
            line-height: 31px;
        }
        h4{
            font-size: 23px;
            line-height: 28px;
        }
        h5{
            font-size: 16px;
            line-height: 19px; 
        }
        h6{
            font-size: 14px;
            line-height: 15px; 
        }
        p{  
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;  
        }
        .franja {
            padding: 90px 60px;
        }
        .borde-bajo-foooter {
            border: none;
            margin-bottom: 1rem;
            min-height: 200px;
        }
        ul.redes-sociales {
            padding-left: 15px;
        }
        .bl-tlf-footer{
            position:relative;
            top:-30px;
        }
        .borde-bajo-foooter {
            border-bottom:1px solid var(--azul-oscuro);
            margin-bottom: 3rem;
            min-height: 200px;
        }


        /******* HOME ********/
        #searchsubmit{
            display: none;
        }
        .buscador-productos{
            position: relative;
            bottom: 275px;
        }
        .img-nosotros-home {
            width: 100%;
            margin-left: 0;
        }
        .banner-box img{
            max-width: 80%;
        }
        .banner-box.d-flex.flex-wrap {
            padding: 10px 0 250px;
        }
        .banner-home{
            padding: 30px 60px;
        }
        a.btn.btn-bordered {
            height: 35px;
            line-height: 23px;
        }
        .img-taxonomy {
            width: 100px;
            height: 100px;
            margin:0 auto;
        }
        section#selector-seguros {
            top: -250px;
        }
        .buscador-productos{
            bottom: 235px;
        }
        .grupo-botones .btn_select_tax:first-child,.grupo-botones .btn_select_tax:nth-child(2){
            width: 50%;
        }
        .grupo-botones .btn_select_tax{
            width: 33.333%;
        }
        .box-seguro-blend{
            width: calc(33.33% - 8px);
        }
        .home section#funcionamiento {
            margin-top: -126px;
        }
        .txt-compromisos{
            text-align:center;
        }
        .box-compromisos{
            max-width: 90%;
        }
        .box-compromisos img {
            max-width: 140px;
            margin-bottom: 1rem;
        }
        .carousel-testimonios {
            max-width: 100%;
        }
        .caja-last-entries{
            max-width: 355px;
        }
        .bottom-footer{
            text-align:center;
        }
        .links-avisos{
            margin-left: 15%;
        }
        #companias-colaboradoras {
            padding-top: 0;
        }
        .caja-principal-testimonios{
            width: 300px;
        }


        /***** BLOG ************/
        header.header-blog {
            max-width: 360px;
        }
        ul.listado-categorias-blog li {
            width: calc(25% - 8px);
            margin: 0 4px;
        }
        section#mensaje-final-blog {
            padding: 80px 70px;
            text-align: center;
        }
        #mensaje-final-blog img{
            max-width: 75%;
        }


        /******** TAXONOMIA **************/
        .box-seguro-blend.taxmy:first-child, .box-seguro-blend.taxmy:nth-child(2) {
            width: calc(50% - 8px);
        }
        .taxonomy-image {
            max-width: 235px;
            margin: 0 0 1rem 20%;
        }


        /**** ENTRADA BLOG **********/
        .post-thumbnail {
            height: 223px;
            box-shadow: 3px 4px 10px #cbcbcb70;
            border-radius: 0 0 10px 10px;
        }


        /******* LISTADO COMPAÑÍAS ********/
        .box-list-compania {
            max-width: calc(100% - 2rem);
        }


        /********** PAGINA NOSOTROS ***********/
        

    }


    /******** CSS  TABLET INTERMEDIA**********/
    @media(min-width: 768px){
        .buscador-productos {
            padding-left: 30px;
        }
        .image-card {
            max-width: 350px;
            margin: 0 auto 40px;
        }
        .bajo-encabezado {
            padding: 0;
        }
        .tabla-condicional table tbody td, .tabla-condicional table thead th {
            padding: 20px;
        }
        .tabla-condicional table:before {
            height: 235px;
        }
        .box-cobertura {
            margin-bottom: 35px;
        }
        #testimonios {
            height: 234px;
        }
        
    }




        /******** CSS  DESKTOP **********/
        @media(min-width: 992px){
            h1{
                font-size: 50px;
                line-height: 56px; 
            }
            h2,.h2{
                font-size: 35px;
                line-height: 42px;
            }
            h3{
                font-size: 25px;
                line-height: 31px;
            }
            h4{
                font-size: 21px;
                line-height: 28px;
            }
            h5{
                font-size: 21px;
                line-height: 37px; 
            }
            h6{
                font-size: 17px;
                line-height: 20px; 
            }
            p{  
                font-weight: normal;
                font-size: 16px;
                line-height: 26px;  
            }
            .btn{
                padding:10px;
                border-radius: 10px;
                font-size:16px;
                line-height: 23px;
            }
            .site-logo{
                max-width:290px;
                z-index:0;
            }
            .sub-menu{
                display:none;
                padding-left:0;
            }
            .borde-bajo-foooter {
                border: none;
                margin-bottom: 1rem;
            }
            button#primary-mobile-menu{
                display:none;
            }
            .bloque_tres {
                max-width: 220px;
            }
            ul.redes-sociales{
                padding-left:0;
            }
            .box-header{
                height: 105px;
            }
            .btn {
                padding: 9px 30px;
                border-radius: 6px;
                font-size: 14px;
                line-height:20px;
            }
            a.btn.btn-llamamos-header{
                margin-right: 7px;
                font-size:13px;
                z-index:0;
            }
            .primary-menu-container{
                display:block;
                margin-top:5px;
            }
            li.menu-item-has-children:after, .joputa:after{
                display:none;
            }
            .primary-menu-container {
                display: block;
                position: relative;
                padding-top: 0;
                min-height: auto;
                top: auto;
                left: auto;
                background: transparent;
                padding-left: 0;
                z-index:0;
            }
            .borde-sepador-footer {
                display: none;
            }
            ul#menu-menu-principal li {
                display: inline-block;
                width: auto;
            }
            ul#menu-menu-principal li a {
                text-transform: none;
                color: var(--color-texto);
                margin-right: 20px;
                font-size: 14px;
                position:relative;
            }
            ul#menu-menu-principal li:last-child a{
                margin-right: 0;
            }
            .menu-wrapper li {
                list-style: none;
                position: static;
                padding: 0;
                margin-bottom: 0;
                max-width: 100%;
                border-bottom: none;
            }
            .zona-telefonos-header{
                margin-left:5%;
                margin-bottom:5px;
            }
            .menu-wrapper li{
                margin:0 auto;
            }
            .pr-lg{
                padding-right: 8px;
            }
            .pl-lg{
                padding-left: 8px;
            }
            .sub-menu {
                display: block;
                position: fixed;
                background: var(--azul-claro);
                width: 1143px;
                margin-left: -39vw;
                margin-top: 48px;
                padding: 2rem 3rem;
                top: 32px;
                right: calc(50% - 575px);
                /* box-shadow: 0px 3px 30px #33414526; */
                border-top: 24px solid white;
            }
            input#s {
                display: none;
                border-radius: 4px;
                border: none;
                position: fixed;
                padding: 16px 20px;
                top: 35vh;
                left: calc(50% - 300px);
                width: 100%;
                max-width: 600px;
                box-shadow: 0px 0px 10px #33414529;
                font-size: 14px;
                z-index:2;
            }
            input#s:before{
                content:"";
                position:fixed;
                z-index:0;
                background:green;
                width:100%;
                height:100vh;
                top:0;
                left:0;
            }
            input#s:focus{
                box-shadow:none;
                outline-color: var(--azul-claro);
            }
            .sub-menu li{
                padding:1rem 0;
            }
            ul#menu-menu-principal{
                display:flex;
            }
            .sub-menu li a{
                color:white !important;
                margin-right: 0;
            }
            div#content {
                padding-top: 105px;
            }
            #title-seguro-present {
                padding: 35px 0 80px;
            }
            .mb-2.ban-prod {
                margin-bottom: 30px !important;
            }
            .bottom-footer{
                padding: 2rem 0;
            }
            .top-footer {
                padding: 40px 20px 20px;
            }
            .ps-2.col-6.bl-tlf-footer{
                top:0;
                padding-left:0 !important;
            }
            .sub-menu:after{
                content:"";
                width: 0;
                height: 0;
                border-right: 15px solid transparent;
                border-top: 15px solid transparent;
                border-left: 15px solid transparent;
                border-bottom: 15px solid var(--azul-claro);
                position:absolute;
                top:-30px;
                left:0;
            }
            .menu-item-576 .sub-menu:after{
                left: 640px;
            }
            .menu-item-578 .sub-menu:after{
                left: 710px;
            }
            .menu-item-575 .sub-menu:after{
                left: 795px;
            }
            .menu-item-577 .sub-menu:after{
                left: 885px;
            }
            .menu-item-579 .sub-menu:after{
                left: 975px;
            }
            .menu-item-741 .sub-menu:after{
                left: 1060px;
            }
            ul li{
                font-size:16px;
                padding: 5px 0;
            }
            .caja-precios-tarificados.ofertas-seg {
                max-width: calc(100% - 15px) !important;
            }


            /******* HOME **********/
            .text_nosotros-left {
                padding-right: 50px;
            }
            .bloque-footer-normal {
                width: 20%;
                text-align: left;
                padding-right: 25px;
            }
            .bloque-footer-normal.big{
                width: 20%;
            }
            section#selector-seguros{
                top: -85px;
            }
            .posicionar_buscador{
                display: block !important;
                width: 250px;
            }
            img.lupa_buscador,.cerrar-navegador{
                width: 18px;
                height: auto;
                margin-left: 10px;
                position: relative;
                top: 1px;
                cursor:pointer;
                display: block;
            }
            .cerrar-navegador {
                width: 35px;
                height: 35px;
                display: none;
                position: fixed;
                top: 27vh;
                left: calc(50% + 300px);
                z-index: 8;
            }
            .banner-box.d-flex.flex-wrap {
                padding: 35px 0 80px;
            }
            .banner-box img {
                max-width: 550px;
            }
            .subtitle-banner {
                max-width: 400px !important;
            }
            .image-card {
                max-width: 95%;
                margin: 0 auto;
                text-align: center;
            }
            .buscador-productos {
                bottom: 75px;
                padding-left: 0;
            }
            .image-card img{
                max-width: 200px;
            }
            .box-seguro-blend, .box-seguro-blend.taxmy:first-child, .box-seguro-blend.taxmy:nth-child(2){
                width: calc(16.66% - 8px);
            }
            .box-header {
                padding-right: 30px;
                padding-left: 30px;
            }
            section#selector-seguros{
                max-width: 100%;
            }
            a.btn.btn-bordered {
                font-size: 14px;
                line-height: 30px;
                height: 43px;
            }
            a.btn.btn-link-seguro {
                height: 42px;
                line-height: 30px;
            }   
            .box-seguro-blend span{
                font-size:15px;
                height:42px;
            }
            .img-taxonomy {
                width: 95px;
                height: 95px;
                margin: 7px auto;
            }
            .home section#funcionamiento{
                margin-top:25px;
            }
            .box-foto-nosotros{
                margin-top:0;
            }
            .box-foto-nosotros img {
                width: 50%;
                margin-left: 10%;
                z-index: 99;
            }
            section#nosotros {
                padding: 75px 0 120px;
            }
            .franja{
                padding: 85px 0;
            }
            section#faq {
                padding: 85px 0 115px;
            }
            #companias-colaboradoras {
                padding: 80px 0 32px;
            }
            .carousel-testimonios{
                max-width: 100%;
            }
            a.see-all {
                margin-top: 1.5rem;
            }
            #testimonios {
                height: 264px;
            }
            section#intro-taxonomy {
                padding: 50px 0 60px;
            }
            #seguros-destacados-taxonomia{
                padding: 50px 0 70px;
            }


            /********** TEMPLATE **************/
            .slick-next{
                right: -36px !important;
            }


            /******* BLOG **********/
            header.header-blog {
                max-width: 60%;
            }
            .header-blog {
                text-align: left;
                padding: 30px 0 0;
            }
            #destacadas-blog{
                padding:120px 0;
            }
            .carousel-last-posts{
                width: 100%;
            }
            .caja-last-entries {
                max-width: 375px;
            }
            #last-entradas-blog h2, #destacadas-blog h2{
                text-align: left;
            }
            #mensaje-final-blog .container {
                max-width: 1146px;
            }
            #mensaje-final-blog img {
                max-width: 50%;
            }
            .page-id-106 section#mensaje-final-blog {
                padding: 80px 0;
            }
            .caja-art-relacionados {
                width: calc(33% - 19px);
            }


            /******** TAXONOMÍA  **********/
            .tax-clasificacion_servicios.box-seguro-blend,.tax-clasificacion_servicios.box-seguro-blend.taxmy:first-child, .tax-clasificacion_servicios.box-seguro-blend.taxmy:nth-child(2){
                width: calc(20% - 8px);
            }
            .sub-tax-img {
                max-width: 120px;
                margin: 1rem auto 0;
            }
            .taxonomia-franja {
                padding: 100px 0;
            }
            .taxonomy-image {
                max-width: 300px;
                margin: 0 auto;
            }



            /******** ENTRADA BLOG ********/
            #last-entradas-blog{
                padding: 0 0 70px;
            }
            .entry-content{
                max-width: 800px;
                margin:0 auto 110px;
            }
            section#mensaje-final-blog {
                padding: 80px 70px;
            }
            #mensaje-final-blog.container{
                max-width: 500px;
            }


            /********* CONTACTO *************/
            .btn-enviar-form{
                margin-left:20px;
            }
            .col-12.col-md-4.zona-datos {
                padding-left: 3%;
            }
            div#formulario-contact {
                padding: 50px  0 50px;
            }
            .page-id-21 footer{
                background:white;
            }
            .page-id-21 .bottom-footer.fondo-blanco{
                background:var(--color-fondo-gris);
            }


        }



/********* OTROS ***********/
.transicion{
    transition: all 0.4s;
}
.entry-content.paginas-temp {
    padding-top: 60px;
}

@media (min-width: 576px) AND (max-width:768px){
    .container, .container-sm {
        max-width: 100%;
    }
}


@media (min-width:1200px){
    .container{
        max-width: 1146px;
    }
}


@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}


/******** CAmbios 07.09.22 ***/


#entradas-relacionadas h5.title-last-entry {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
}
.search h5.title-last-entry {
    margin-top: 15px;
    padding: 0 16px 10px 16px;
}
.search-results .caja-last-entries a{
    text-decoration: none;
}
.img-search-result{
	width:100%;
	max-height:140px;
	height:auto;
}
.ti-star {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 !important;
    margin-right: 1px !important;
    background-size: contain;
    background-repeat: no-repeat;
}
 .ti-star.f {
    background-image: url("/wp-content/uploads/2022/09/estrellita.svg");
}
.ti-stars {
    text-align: left;
    margin-top: 10px;
}
.caja-last-entries a{
	text-decoration:none;
}
@media(max-width:576px){
	.grecaptcha-badge {
    	display: none !important;
	}
    .img-nosotros-home{
        max-width: 80%;
    }
    .img-banner-cant{
        max-width: 290px;
    }
    h1.main-title{
        margin-top: 0;
    }
    .pordias-image img{
        display: none;
    }
}
.verde-franja{
    background: var(--color-fondo-gris);
}
.sin-verde .box-seguro-blend{
    box-shadow: 0 0 10px #ddd;
}
.box-seguro-blend a{
    text-decoration: none !important;
}
.anot-banner:after {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('/wp-content/themes/Asegura/img/iconos/lupa.svg');
    background-size: cover;
}
.nice-select span.current {
    position: relative;
    top: -8px;
}
.list-post-cat {
    max-width: 600px;
    margin: 60px 0;
}
.entry-header a{
    text-decoration: none;
}
h1.page-category {
    padding-top: 60px;
}
h1.page-category span{
    color: var(--azul-claro);
}

@media(min-width: 992px){
    .wopele .caja-art-relacionados:first-child{
        margin-right: 22px;
    }
    .wopele .caja-art-relacionados:nth-child(3){
        margin-left: 22px;
        margin-right: 22px;
    }
}
.logo-aseg img{
    width: 200px;
}
.h1-aseg{
    margin-bottom: 0;
    line-height: 1;
}
blockquote.wp-block-quote {
    margin: 2rem 1rem;
}

.img-autore {
    width: 125px;
    height: 125px;
    margin: 0 0 1rem;
    border-radius:50%;
    overflow: hidden;
}
.author div#content {
    padding-top: 190px;
    padding-bottom: 125px;
}
.ic-res img{
    width: 20px;
}
.author .entry-content{
    max-width:100%;
}
@media(max-width: 576px){
    .author div#content {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .list-art-author.text-start.mt-5 {
        margin-top: 85px !important;
    }
}

.share-box ul {
    list-style: none;
    margin: 0 auto;
    text-align: right;
}
.share-box ul li{
    display:inline-block;
    margin:2rem 8px;
}
.share-box ul li img{
    width:20px;
}
.box-testimonio{
    position:relative;
}
.lg-google{
    width:25px;
    height:25px;
    position:absolute;
    right:15px;
    top:15px;
}
.logo-aseg-enbanner {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 250px;
    height: 100px;
    background: white;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}
.logo-aseg-enbanner img{
    max-width: 90%;
    position: relative;
    top: -85%;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-item {
    text-indent: 0;
    overflow: hidden;
    padding: 5px;
}



/*SEGUROS POOR DIAS*/
div#iframe-por-dias {
    max-width: 355px;
    margin: 2rem auto 0;
}
.txtseo-dias #textoPrinc {
    max-width: 825px;
    margin: 0 auto;
    padding-top: 0;
}
input.btn.btn-llamamos-header.llamamos-product, a.btn.btn-llamamos-header.llamamos-product {
    background: var(--verde);
    color: #fff;
    font-weight: lighter;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 30px;
    border-radius: 45px;
    text-transform: uppercase;
    max-width: 345px;
    display: block;
    margin-top: 15px;
}
a.btn.btn-llamamos-header.llamamos-product{
    line-height:35px;
}
.pg-sgdias .accordion-button{
    background-color:#EAFCFD;
}
@media(max-width:767px){
    #cont-nost{
        padding:0 0 0 !important;
    }
    div#iframe-por-dias {
        max-width: 50%;
        margin: 0rem auto 0;
    }
    .page-id-6364 #title-seguro-present {
        padding: 15px 30px 15px;
    }
    .page-id-6364 #title-seguro-present p{
        display:none;
    }
    .page-id-6364 .pordias-image {
        display: none;
    }
    .txtseo-dias #textoPrinc {
        padding-top: 49px;
    }
    img.spinner-v.lazyloaded {
        left: calc(50% - 95px) !important;
    }
    .box-prod-related{
        width: calc(100% - 30px);
        max-width:300px;
    }
    iframe#formulario {
        width: 105%;
        margin-left: -2.5%;
    }
    .page-id-6364 h1.main-title {
        margin: 15px 0 15px;
    }
    .page-id-6364 ul.lista-con-checker{
        margin-bottom: 10px;
    }
    .page-id-6364 figure.img-bloque-dias {
        max-width: 70vw;
    }
    .page-id-6364 .wp-block-spacer.separador_blocks_page_dias {
        height: 15px !important;
    }
}
.loading-capa {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(234, 252, 253, 0.7);
}
img.spinner-v.lazyloaded {
    position: absolute;
    top: 44%;
    left: calc(50% - 20px);
}
.pg-sgdias .form-check {
    background: #4CBCC3;
    padding: 5px 10px;
    max-width: 345px;
    border-radius: 6px;
    margin: 15px 0;
    padding-left: 40px;
    color: white;
}
a.btn.btn-llamamos-header.llamamos-product.perdias-interparrafo {
    margin: 1.75rem auto;
}
.pordias-image img {
    height: 450px;
    width: auto;
}
.box-seguro-blend.list-pordias{
    background:white;
}
.siropesr .accordion-button{
    background-color:#EAFCFD;
}
.yenta {
    background: 0 0;
    outline: none;
    color: var(--azul-oscuro);
    border: none;
    font-weight: 400;
    font-size: 17px;
    border-bottom: var(--verde) 5px solid;
    border-end-end-radius: 7px;
    max-width: 319px;
    margin: 0 auto -10px;
}
section#cont-ifrm {
    position: relative;
    padding-top: 80px;
    top: -41px;
    background: white;
    border-radius: 13px 13px 0 0;
    box-shadow: 3px 1px 10px #ccc;
}
.sub_dias {
    position:relative;
    display: inline;
    color: var(--verde);
}
.page-id-6364 .box-seguro-blend span {
    font-size: 15px;
    height: 30px;
    max-width: 165px;
    margin: 0 auto 15px;
    padding-top: 0;
}
.text-rosa{
    color: var(--azul-claro);
}
@media(min-width:992px){
    .grupo-botones .btn_select_tax:first-child, .grupo-botones .btn_select_tax:nth-child(2){
        width: 16.6666%;
    }
    .grupo-botones .btn_select_tax{
        width: 16.6666%
    }
}



.card.caja-form-tarif {
    position: relative;
    max-width: 80%;
    margin-left: 20%;
    padding: 1rem 3rem 3rem;
    border-radius: 7px;
    background: white;
    border: none;
    box-shadow: 0 0 16px 0 #00000040;
}
.card.caja-form-tarif label {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 4px;
    color: var(--azul-oscuro);
    padding-left: 3px;
    font-weight: 600;
}
.caja-form-tarif .nice-select {
    margin: 0 0 7px !important;
    background: white !important;
    height: 40px !important;
    border:1px solid #ced4da !important;
    line-height: 35px;
}
div#edadesAsegurados {
    margin-top: 7px;
}
.caja-form-tarif .form-control {
    height: 40px;
}
.form-control.caretino{
    width:calc(100% - 20px);
}
.form-control.caretino:nth-child(even){
    margin-right:10px;
}
.form-control.caretino:nth-child(odd){
    margin-left:10px;
}
.form-control .caretino input{
    width:100% !important;
}
.go-dissaper {
    width: 100%;
}
.postid-5343 section#title-seguro-present h3 {
    color: var(--azul-claro);
    font-weight: 600;
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
}
.info-llamar-formu {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--azul-oscuro);
    color: #fff;
    border-radius: 0 0 7px 7px;
    line-height: 50px;
}
.info-llamar-formu a{
    color: white;
}
h2.title-cal-price {
    font-size: 32px;
    line-height: 38px;
}
.card.caja-precios-tarificados {
    max-width: calc(100% - 30px);
    border-radius: 7px;
    margin-top: 2rem;
    box-shadow: 0 0 16px 0 #00000040;
}
.franja-azul {
    background: var(--azul-oscuro);
    color: #fff;
    margin-bottom: 2.5rem;
    padding: 0 1.5rem 1.5rem;
    text-align: left;
    border-radius: 7px 7px 0 0;
}
.text-blanco {
    color: white;
}
.frnaja-cobert-pro, .frnaja-cobert-prod {
    text-align: left;
    padding: 0 1rem 1.5rem;
}
h4.subt-pricing-tarif {
    margin-top: 0;
    color: var(--azul-claro);
    font-weight: normal;
}
.container.container-mini-tarif {
    max-width: 960px;
}
.container-mini-tarif {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.precio-copago {
    font-weight: 600;
    font-size: 33px;
    margin: 15px 0 5px;
    background: transparent;
    border: none;
    color: white;
}
h3.text-blanco.tipo-sguro {
    margin-bottom: 0;
}

h6.text-center.what-scr {
    font-weight: 600;
    color: var(--azul-claro);
    font-size: 20px;
}
.page-id-6926 button.btn.btn-llamamos-header.llamamos-product {
    margin: 1rem auto 2.5rem;
}
.nice-select:after {
    border-bottom: 3px solid var(--azul-claro) !important;
    border-right: 3px solid var(--azul-claro) !important;
    content: '';
    display: block;
    height: 10px !important;
    margin-top: -12px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 12px !important;
    margin-top: -8px !important;
    right: 20px !important;
}
.page-id-6926 .titulo-cobertura.faqstitle, span.elem-cond-seguro, .page-id-7186 .titulo-cobertura.faqstitle, span.elem-cond-seguro {
    font-size: 16px;
    line-height: 20px;
    color: var(--azul-oscuro);
    font-weight: 500;
    margin: 0;
    padding-right: 20px;
}
span.elem-cond-seguro {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d2dbdb;
}
.page-id-6926 .accordion-body, .page-id-7186 .accordion-body {
    padding: 0 0.5rem 1.5rem 0;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 1rem 0 0;
    font-size: 13px;
    position: relative;
}
@media(min-width:992px){
    .lerga{
        margin-bottom:67px;
    }
}
@media(max-width:767px){
    .card.caja-precios-tarificados{
        max-width:100%;
    }
    button.btn.btn-llamamos-header.llamamos-product{
        max-width:75%;
    }
    .card.caja-form-tarif {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
        margin: 0 0 2rem;
        background: transparent;
        box-shadow: none;
    }
    .caja-form-tarif .nice-select{
        border:1px solid #ced4da !important;
    }
    .page-id-6926 #call-single-act{
        display:none !important;
    }
    .postid-5343 h2.title-cal-price {
        font-size: 34px;
        line-height: 42px;
        margin-top: -15px;
        margin-bottom: 25px;
    }
    .frnaja-cobert-pro{
        display:none;
    }
}
.text-primary{
    color:var(--azul-claro) !important;
}
.postid-5343 .nice-select .list {
    width: 100%;
    overflow-y: scroll !important;
    max-height: 400px;
}
.franja-azul.pecial {
    background: var(--azul-claro);
}
.page-id-6926 .accordion-button {
    padding: 1.5rem 0 1rem !important;
}
.postid-5343 .llamamos-product{
    margin-bottom:60px;
}
.postid-5343 #img-producto{
    max-width:355px;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    margin:1rem 0;
}
.number span {
    cursor:pointer; 
}
.number .number{
    margin:0;
}
.number .minus, .number .plus {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.number input {
    height: 40px !important;
    width: calc(100% - 88px);
    text-align: center;
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.muestra-inclusiones {
    font-weight: bold;
    color: var(--azul-claro);
    cursor: pointer;
    padding-left: 1.5rem;
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.muestra-inclusiones:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: url('https://tresmares.com/wp-content/uploads/2023/04/arrow-derecha.svg');
    background-size: cover;
    top: 3px;
    left: 80%;
}

/*CSS shortcode ofertas*/
.franja-azul.verde {
    background: var(--azul-claro);
}
.franja-azul.rosa {
    background: var(--verde);
}
.ofertas-seg .tipo-sguro{
    font-size:22px;
}
.card.caja-precios-tarificados.ofertas-seg {
    max-width: 100%;
}
.ofertas-seg span.elem-cond-seguro {
    padding: .55rem 1rem;
    border-bottom: none;
    line-height: 1.5;
}
.ofertas-seg button.btn.btn-llamamos-header.llamamos-product, .ofertas-seg a.btn.btn-llamamos-header.llamamos-product {
    width: 80%;
    margin: 0.75rem auto 2.5rem;
}
@media(max-width:775px){
    .ofertas-seg button.btn.btn-llamamos-header.llamamos-product, .ofertas-seg a.btn.btn-llamamos-header.llamamos-product {
        margin: 0.25rem auto 2.5rem;
    }
}
/*FIN CSS shortcode ofertas*/
.alert-danger {
    color: #ff2f76;
    background-color: #ff2f763b;
    border-color: #f5c2c7;
}

.bloque-acccion-simple {
    position: relative;
    background: #fff;
    border-radius: 14px;
    text-align: center;
    padding: 3rem 2rem;
    margin: 3rem auto;
    font-size: 20px;
    color: var(--azul-oscuro);
    box-shadow: 0 3px 17px 5px rgb(58 145 195/30%);
}
.single-seguros-por-dias section#zona-iconos {
    padding: 50px 30px;
    margin-bottom: 80px;
}
.single-seguros-por-dias .accordion-item, .single-seguros-por-dias .accordion-button{
    background-color: #EAFCFD !important;
}

@media (max-width: 992px){
    section#cont-ifrm {
        top: -0;
        border-radius: 0 0 0 0;
        box-shadow: none;
    }
    section#title-seguro-present h3 {
        margin-top: 15px;
        font-size: 18px;
        line-height: 25px;
    }
    .post-template-default .box-seguro-blend {
        width: calc(50% - 8px) !important;
        margin: 5px 4px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 16px 0 #00000040;
    }
}
.post-template-default .box-seguro-blend {
    width: calc(33.33% - 8px);
    margin: 5px 4px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 16px 0 #00000040;
}


/****** MEjoreas 06.05.24 *******/
#zona-coberturas .text-cobertura h4{
    margin-top: 0 !important;
}
.formulario-llamada input.wpcf7-form-control, .formulario-llamada textarea.wpcf7-textarea, .formulario-llamada select.wpcf7-select{
    margin-bottom: 0;
}
.formulario-llamada label {
    display: block;
    font-size: 14px;
    color: var(--azul-oscuro);
    margin-bottom: 4px;
    margin-top: 0px;
    margin-left: 5px;
}
.list-dias-prods .box-seguro-blend {
    width: calc(50% - 16px);
    margin: 8px 8px;
    box-shadow: 0px 3px 30px #8aafb926;
}
@media (min-width: 576px) {
    .list-dias-prods .box-seguro-blend {
        width: calc(16.667% - 16px);
    }
}


/********** MEGAMENU *********/
.submenu-col .mega-sub-menu {
    column-count: 3; 
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 769px) {
    .s-pordias {background: var(--verde) !important; border-radius:6px !important;}
    .s-pordias a {color:#fff !important}
	.s-pordias ul.mega-sub-menu li ul li ul li.mega-menu-item a.mega-menu-link {color:  var(--azul-oscuro) !important;}
	.s-pordias ul.mega-sub-menu li ul li ul li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link {color:  #666 !important;}
	.s-pordias ul.mega-sub-menu li ul li ul li.mega-menu-item a.mega-menu-link:hover, .s-pordias ul.mega-sub-menu li ul li ul li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link:hover {color:  var(--azul-claro) !important;}
}
@media only screen and (max-width: 768px) {
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float: initial !important;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {padding: 15px 29px !important;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {font-size: 16px;}
     #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-size: 14px;}
    .width-100 .mega-menu-column {width: 100% !important;}
	#mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu {top: 111px;}
	#mega-menu-wrap-header-menu #mega-menu-header-menu .s-pordias.width-100 ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {width: 50% !important;}
	#mega-menu-header-menu > .mega-menu-item > a.mega-menu-link {padding: 0 30px !important;}
	ul.mega-sub-menu li ul li ul li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link {padding-bottom:6px !important}
	.submenu-col .mega-sub-menu {column-count: 2;}
	
}
.bloque-fondo-verde-blog{
    background: var(--color-fondo-gris);
    padding: 10px 30px 30px;
    border-radius: 13px;
    margin-top: 30px;
}
.alert-danger {
    color: #ff2f76;
    background-color: transparent !important;
    border: 2px solid #ff2f76 !important;
}
/*** Para cambiar el orden de las columnas en móvil ****/
@media all and (max-width: 567px) {
    .fila-inversa {
        display: flex !important;
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
}

/***
*** AJUSTES VISUALIZACIÓN CATEGORÍAS DE PRODUCTOS 
****/
#seguros-destacados-taxonomia-sin-hijos{
    background: white;
    padding: 40px 25px 60px;
}
#seguros-destacados-taxonomia-sin-hijos .box-seguro-blend.taxmy{
    background:  var(--color-fondo-gris-claro);
}
.taxonomia-franja {
    background: var(--color-fondo-gris);
}
.fondo-color .box-seguro-blend.taxmy{
    background:var(--color-fondo-gris-claro) ;
}
.texto-seo-taxonomia.container {
    max-width: 800px;
    /* margin: 3rem auto 5rem; */
    padding: 3rem 30px 5rem;
}
/* Boton submit formularios siniestros */
.page-siniestro-vehiculo .gform_button.button.btnPrin, .page-siniestro-diversos .gform_button.button.btnPrin  {
    max-height: 50px;
    position: relative;
    top: 24px;
    left: -225px;
    max-width: 135px !important;
}
.special-days{
    color: var(--azul-claro);
}
#trespoints-dias .icon-box-seguro img{
    max-width: 400px;
    height: 120px;
}
.title-footer {
    font-weight: bold;
    margin-bottom: 10px;
}
.wpcf7-form input, .wpcf7-form  textarea {
    border: 1px solid #ddd !important;
    width: 100%;
    padding: 10px 18px 10px !important;
    margin: 3px 0;
    font-size: 1rem !important;
    background: white;
    border-radius: 13px !important;
    color: var(--color-b) !important;
    height: auto !important;
}
.wpcf7-form label {
    display: block;
    font-size: 13px;
    color: var(--azul-oscuro);
    font-weight: 500;
    padding-bottom: 0;
}
.wpcf7-submit{
    background: var(--naranja) !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: white !important;
    
}
