/*Inicio Generales*/
/**Títulos*/
.intro-seguro .texto-intro-seguro .titulo-light h2 {
    text-transform: none;
}

/**Párrafos*/
.intro-seguro p {
    font-family: 'MBLZ-Text';
}

/**Encabezados*/
.garantias-home h3,
.servicios-seguro h3 {
    font-family: 'MBLZ-Title';
}

.contratar-seguro .row {
    margin: 70px 0 45px;
}

.contratar-seguro h2.titulo-pie-blanco {
    font-size: 40px;
    font-family: 'MBLZ-Title';
}

.page-template-seguros .servicios-seguro .caja-garantias .texto-hover-garantias {
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
}

.page-template-seguros .servicios-seguro .caja-garantias:hover .texto-hover-garantias {
    background-color: rgba(244, 80, 0, 0.85);
    /* display: flex; */
    align-items: center;
    visibility: visible;
    opacity: 1;
}

.wpcf7-spinner {
    display: flex;
    margin: 10px auto;
}

@media screen and (max-width:768px) {
    .contratar-seguro h2.titulo-pie-blanco {
        font-size: 31px;
    }
}

/*Fin Generales*/

/*Inicio Header*/
header#masterhead div.menu-superior .menu-menu-superior-container ul li a {
    color: #000;
}

/*Fin Header*/

/*Inicio página formularios*/
.page-template-posventa .formulario-contacto .titulo-light h2,
.page-template-posventa-rrg .formulario-contacto .titulo-light h2,
.page-template-posventa-marcesa .formulario-contacto .titulo-light h2,
.page-template-posventa-almenar .formulario-contacto .titulo-light h2,
.page-template-posventa-autersa .formulario-contacto .titulo-light h2,
.page-template-posventa-loreto .formulario-contacto .titulo-light h2,
.page-template-posventa-juantoledo .formulario-contacto .titulo-light h2 {
    width: auto;
}

/**/

/*Inicio Home*/
/*Seguros*/
body.home .seguros-home .photos .caja-seguro-home h2 {
    color: #000;
}

body.home .seguros-home .photos .caja-seguro-home h2 span {
    color: #F45000;
}

body.home .seguros-home .photos .caja-seguro-home {
    padding: 28px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.home .seguros-home .photos .caja-seguro-home .caja-seguro-home-img {
    height: auto;
    padding: 0;
}

body.home .seguros-home .photos .caja-seguro-home .caja-seguro-home-img img {
    width: 75px;
    margin: 5px;
}

/* body.home .seguros-home .photos .caja-seguro-home span{
    margin-bottom: 18px;
} */
body.home .seguros-home .photos .caja-seguro-home h2 {
    margin: 18px 0;
    width: 100%;
    font-size: 27px;
}

body.home .seguros-home .photos .caja-seguro-home a {
    /* margin-top: 18px; */
    width: 100%;
    padding: 0;
    text-align: center !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    text-transform: inherit;
    padding-top: 18px;
    padding-bottom: 18px;
}

body.page-template .logos-home .logos-home-contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    body.page-template .logos-home .logos-home-contenedor {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    body.page-template .logos-home .caja-logo:last-child {
        grid-column: span 2;
        justify-self: center;
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    body.home .seguros-home .photos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 25px;
        grid-column-gap: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    body.home .seguros-home .photos .caja-seguro-home {
        padding: 7.5px !important;
        margin: 0;
    }

    body.home .seguros-home .photos [class^="col"] {
        padding: 0px;
    }
}

/*Garantías*/
body.home .garantias-home .caja-garantias .garantias-home-h3 {
    text-transform: lowercase;
}

/*Fin Home*/

/*Inicio Faqs*/
.page-template-faqs .card-body {
    font-family: 'MBLZ-Text';
}

/*Fin Faqs*/

/*Inicio Política de cookies*/
body.page-id-190 p a {
    word-break: break-all;
}

/*Fin Política de cookies*/

/*Inicio cookies*/
#onetrust-consent-sdk #ot-sdk-btn-floating button.ot-floating-button__close {
    padding: 0;
}

@media screen and (max-width:640px) {
    #onetrust-pc-sdk .ot-btn-subcntr {
        margin: 0 15px;
    }

    #onetrust-pc-sdk .ot-btn-subcntr button {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/*Fin cookies*/

#formulario-modal a[aria-controls="campos-ocultos"] {
    position: relative;
}

#formulario-modal .dashicons-arrow-down:before {
    position: absolute;
    top: -2px;
    right: 3px;
}