/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/
@font-face {
    font-family: Loistave;
    src: url(fonts/loistave/Loistave.ttf);
}

@font-face {
    font-family: 'DM Sans';
    src: url(fonts/DMSans/DMSans.ttf);
}

.timeline .post-item::before {
    left: 170px;
}

.timeline .post-item {
    background-position-x: 135px;
}
/*
.wpcp-carousel-section .wpcp-prev-button.swiper-button-prev {
    height: 100px;
    background: #FFB128 !important;
    width: 40px;
    left: 26px;
    transform: translateY(-25%);
    padding-right: 5px;
}
*/
/*
.wpcp-carousel-section .wpcp-next-button.swiper-button-next {
    height: 100px;
    background: #FFB128 !important;
    width: 40px;
    right: 28px;
    transform: translateY(-25%);
    padding-left: 5px;
}
*/
#sp-wp-carousel-free-id-615.wpcp-carousel-section .wpcp-next-button.swiper-button-next {
    right: 25px;
}

/*.wpcp-carousel-section .wpcp-prev-button.swiper-button-prev:hover, .wpcp-carousel-section .wpcp-next-button.swiper-button-next:hover{
    background: #0B3954 !important;
    color: #FFB128 !important;
}*/
#Filters {
    margin-bottom: 30px;
}

.timeline .post-item::before {
    border-color: #FFB128;
}

.filters_buttons a {
    color: #0B3954;
}

.titulo.sub-categoria {
    color: #0B3954;
    font-size: 28px;
    font-weight: 700;
}

.mfn-icon-box-top .icon-wrapper {
    margin: 0 0 10px 0;
}

.mfn-icon-box-top .desc-wrapper {
    align-items: center;
}

#Header .container {
    max-width: none;
}

[id^='texto_slider_home'] {
    font-family: Loistave !important;
    text-shadow: rgb(0, 0, 0) 0px 4px 4px;
}

#Action_bar .social li {
    display: inline-block;
    margin-right: 20px;
}

#Action_bar .social {
    float: left;
}

#Action_bar .social li:last-child {
    margin-right: 0;
    margin-top: -2px;
}

.header-classic #Action_bar,
.header-fixed #Action_bar,
.header-plain #Action_bar,
.header-split #Action_bar,
.header-shop #Action_bar,
.header-shop-split #Action_bar,
.header-stack #Action_bar {
    padding-top: 5px;

}

#Action_bar .contact_details {
    float: right;
}

#Action_bar .column {
    padding: 0 90px;
}

#Top_bar.is-sticky {
    height: auto;
}


#Top_bar .top_bar_left,
#Top_bar.is-sticky .top_bar_left {
    display: flex;
    align-items: center;
    padding: 0 5%;
}

body.keyboard-support #Top_bar .menu li.submenu .menu-toggle:after {
    content: "\f063";
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #0b3954;
    font-family: 'Font Awesome 5 Free';
    opacity: 1;
    font-weight: 900;
}

#Top_bar .menu>li ul li a:hover {
    font-weight: 600;
}

body.keyboard-support #Top_bar .menu li.submenu .menu-toggle {
    opacity: 1;
}

#Top_bar .top_bar_left,
#Top_bar.is-sticky .top_bar_left {
    display: flex;
    align-items: center;
    padding: 0 3.5%;
    justify-content: space-between;
}

#Top_bar .logo,
#Top_bar.is-sticky .logo {
    margin: 0;
    width: calc((100% - 730px) / 2);
    text-align: left;
}

#Top_bar #logo,
#Top_bar.is-sticky #logo {
    display: inline-block !important;
    margin-right: 20px;
}

.txt_logo {
    font-family: Loistave !important;
    font-size: 20px;
    line-height: 26px;
}

#Top_bar .menu_wrapper,
#Top_bar.is-sticky .menu_wrapper {
    width: 100%;
}

#Top_bar .menu>li>a span:not(.description),
#Top_bar.is-sticky .menu>li>a span:not(.description) {
    padding: 0 16px;
}

.header_info {
    float: left;
    /* width: calc((100% - 730px) / 2);*/
    text-align: right;
    width: 90%;
}

.partner_header {
    display: inline-block;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    margin-right: 45px;
}

.partner_header p {
    margin: 0;
}

.header-stack.header-center #Top_bar .logo {
    width: 79.333333%;
}

.phone_header {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #fff;
    background-color: #0B3954;
    border-radius: 80px;
    padding: 15px 34px 15px 35px;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone_header a {
    color: #fff;
    text-decoration: none;
}

.phone_header a:visited {
    color: #fff;
    text-decoration: none;
}

.txt_amarillo {
    color: #FFB128;
}

.header_info {
    /* 	margin-right: 32px; */
    padding-right: 32px;
}

/* Contenedor general */
.casos-hero-list {
    display: grid;
    gap: 56px;
}

/* Cada ítem */
.caso-hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    /* imagen / tarjeta */
    gap: 36px;
    align-items: center;
    position: relative;
}

.caso-hero.is-hidden {
    display: none;
}

/* para el "Mostrar todos" */

/* Alternancia izquierda/derecha */
.caso-hero.is-even {
    grid-template-columns: 1fr 1.1fr;
}

.caso-hero.is-even .caso-hero__image {
    order: 2;
}

.caso-hero.is-even .caso-hero__card {
    order: 1;
}

/* Imagen */
.caso-hero__image {
    position: relative;
}

.caso-hero__image-link {
    display: block;
}

.caso-hero__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    overflow: hidden;
}

/* Badge contador (01, 02, 03...) */
.caso-hero__badge {
    position: absolute;
    top: 37px;
    left: -30px;
    background: #FFB128;
    color: #fff;
    font-weight: 400;
    padding: 9px 32px;
    border-radius: 9999px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    font-family: Poppins;
}

.caso-hero.is-even .caso-hero__badge {
    left: auto;
    right: -30px;
}

/* Tarjeta superpuesta */
.caso-hero__card {
    background: #fff;
    border-radius: 16px;
    padding: 50px 55px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .08);
    margin-left: calc(-1 * var(--overlap, 80px));
    z-index: 1;
    text-align: center;
}

.caso-hero.is-even .caso-hero__card {
    margin-left: 0;
    margin-right: calc(-1 * var(--overlap, 80px));
}

/* Tipografía */
.caso-hero__title {
    font-size: 48px;
    margin: 0 0 25px;
    font-family: Sora;
    font-weight: 700;
    line-height: 48px;
    color: #0B3954;
}

.caso-hero__title a {
    color: var(--mfn-heading-color, #0f2a38);
    text-decoration: none !important;
}

.caso-hero__excerpt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    font-weight: 400;
    color: #5C676D;
}

/* Botón dentro de los casos de éxito */
#casos-exito-listado .button,
.casos-hero-list .button {
    background-color: #FFB128 !important;
    /* color fondo */
    color: #fff !important;
    /* texto blanco */
    border: none !important;
}

#casos-exito-listado .button:hover,
.casos-hero-list .button:hover {
    background-color: #e89f1e !important;
    /* un poco más oscuro al hover */
    color: #fff !important;
}
.carousel-casos img {
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .caso-hero__card {
        margin-left: calc(-1 * var(--overlap, 60px));
    }

    .caso-hero.is-even .caso-hero__card {
        margin-right: calc(-1 * var(--overlap, 60px));
    }
}

@media (max-width: 959px) {
    .caso-hero {
        grid-template-columns: 1fr;
    }

    .caso-hero.is-even .caso-hero__image,
    .caso-hero.is-even .caso-hero__card {
        order: initial;
    }

    .caso-hero__card {
        margin: -40px 0 0 0;
    }

    /* solape suave en móvil */
    .caso-hero__badge {
        top: -8px;
        left: -8px;
    }
}

@media(min-width: 1838px) {
    .header-stack #Top_bar .logo {
        border: 0px solid white;
    }
}

@media(max-width: 1239px) {
    .header-stack #Top_bar .logo {
        border: 0px solid white;
    }
}

@media(max-width: 1837px) and (min-width: 1240px) {
    .header-stack #Top_bar:not(.is-sticky) .top_bar_left {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-stack.header-center #Top_bar .logo {
        text-align: center;
    }

    .header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
        width: 50%;
        text-align: left;

    }

    .header_info {
        float: left;
        /* width: calc((100% - 730px) / 2); */
        text-align: right;
        width: 50%;
    }



    #Top_bar .top_bar_left,
    #Top_bar.is-sticky .top_bar_left {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-stack.header-center #Top_bar .logo {
        text-align: center;
        width: 100%;
    }

    .header-stack.header-center #Top_bar.is-sticky .menu_wrapper {
        width: 50%;
        text-align: left;

    }
}

@media (max-width: 1239px) {
    .header-stack.header-center #Top_bar:not(.is-sticky) .menu_wrapper {
        display: flex;
        justify-content: right;
        margin-right: 15px;
    }

    .header-stack.header-center #Top_bar .logo {
        white-space: nowrap;
    }
}

/************* HOME *************/
#botones_productos>div {
    align-items: stretch;
    ;
}

.boton_producto>div {
    height: 100%;
}

.boton_producto>div:hover {
    cursor: pointer;
}

.boton_producto>div div.mfn-icon-box {
    height: 100%;
}

/* .boton_producto > div:hover > div h4.title {
    color: #FFB128 !important;
} */

.sel_producto {
    background-color: #FFB128 !important;
}

#cont_menu_home {
    display: flex;
}

@media (max-width: 1613px) {
    .txt_menu_home h3 {
        font-size: 33px !important;
    }
}

@media (max-width: 1403px) {
    .txt_menu_home h3 {
        font-size: 26px !important;
    }
}

@media (max-width: 1196px) {
    .txt_menu_home h3 {
        font-size: 20px !important;
    }
}

@media (max-width: 1019px) {
    .txt_menu_home h3 {
        font-size: 17px !important;
        text-shadow: 2px 2px 10px grey;
        text-decoration: none;
    }
}

@media (max-width: 895px) and (min-width: 768px) {
    .menu_home_item {
        padding: 70px 20px !important;
    }
}

.menu_home_flecha {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.menu_home_flecha i {
    cursor: pointer;
}

.menu_home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    /*width: 100% !important;*/
    width: calc(100% - 100px) !important;
    margin: 0px !important;
    padding: 0px !important;
}

#menu_home_seccion2 {
    display: none;
}

.menu_home>a {
    text-decoration: none;
    /*flex-basis: calc(33.33% - 3.33%);*/
    /* Para que cada div ocupe el 33.33% del ancho del contenedor con un margen de 10px */
    width: calc(33.33% - 1%);
    margin: 15px calc(1% / 2);
    max-width: 510px;
}

.menu_home_item {
    height: 600px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 70px 42px;
}

.menu_home_item#item_arte {
    background-image: url(/wp-content/uploads/2023/07/slider-arte-solar.png);
}

.menu_home_item#item_motorizacion {
    background-image: url(/wp-content/uploads/2023/07/slider-motorizacion.png);
}

.menu_home_item#item_faqs {
    background-image: url(/wp-content/uploads/2023/07/slider-FAQ.png);
}

.menu_home_item#item_productos {
    background-image: url(/wp-content/uploads/2023/07/slider-productos.png);
}

.menu_home_item#item_empresa {
    background-image: url(/wp-content/uploads/2023/07/slider-empresa.png);
}

.menu_home_item#item_contacto {
    background-image: url(/wp-content/uploads/2023/07/slider-contacto.png);
}

.menu_home_item .txt_menu_home h3 {
    color: #FFF;
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}


.cont_productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100% !important;
}

.cont_productos>a {
    text-decoration: none;
    /*flex-basis: calc(33.33% - 3.33%);*/
    /* Para que cada div ocupe el 33.33% del ancho del contenedor con un margen de 10px */
    width: calc(33.33% - 3.33%);
    /* Para que cada div ocupe el 33.33% del ancho del contenedor con un margen de 10px */
    margin: 15px calc(3.33% / 2);
    max-width: 375px;
}

.producto {
    height: 100%;
    display: inline-block;
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.producto:hover {
    background-color: #FFB128;
    color: #fff;
}

.txt_producto h3 {
    color: #0B3954;
    font-weight: 600;
    font-family: Sora;
    font-size: 20px;
    line-height: 22px;
    margin: 15px 0px;
}

.producto:hover .txt_producto h3 {
    color: #fff;
}

.txt_producto p {
    color: #5C676D;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.producto:hover .txt_producto p {
    color: #fff;
}

.ver_mas {
    text-align: center;
}

#ver_mas {
    cursor: pointer;
    display: inline-block;
    color: #FFB128;
    font-family: Sora;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    padding: 16px 35px 16px 36px;
    border: 1px solid #E0E4EF;
    border-radius: 80px;
}

.fondo_azul_home>div:nth-child(2) {
    background-color: #0B3954;
    border-radius: 32px 32px 32px 32px;
    padding: 60px 0px;
}

#seccion_grande.fondo_azul_home>div:nth-child(2)>div {
    flex: 0 0 100%;
    max-width: 1080px;
}

.caja_banner>div {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-self: stretch;
}

.parrafo_banner_azul {
    text-transform: none;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

.txt_btn_banner {
    text-transform: none;
    color: #FFB128;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    margin-right: 30px;
}

.btn_banner {
    text-transform: uppercase;
    padding: 15px 34.33px 15px 35px;
    border-radius: 80px;
    background: #FFB128;
    color: #FFF;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    display: inline-block;
}


/************* EMPRESA *************/
.num_empresa {
    font-family: 'DM Sans';
    text-align: right;
}

.titulo_empresa {
    font-family: Sora;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.4px;
    /*margin-top: 40px;*/
}

.txt_empresa {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 13px;
    letter-spacing: 1px;
}

.cuadro_empresa hr {
    background-color: #fff;
    margin: 30px 0px 0px;
    width: 59%;
}

.caja_gris .cuadro_empresa hr {
    background-color: #3C3C3B;
}

#contacto_home>div:nth-child(2) {
    background-color: #0B3954;
    border-radius: 32px 32px 32px 32px;
    padding: 0px;
}

/************ FAQS *************/
.faq {
    border-bottom: 1px solid #0B3954;
}

.faq .faq:last-child {
    border-bottom: none;
}

.faq:nth-child(1) {
    border-top: 1px solid #0B3954;
}

.pregunta {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0B3954;
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30.8px;
    width: 100%;
    box-sizing: border-box;
}

.respuesta .pregunta {
    font-size: 20px;
    font-weight: 600;
}

.pregunta .mas {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    border: 1px solid #FFB128;
    color: #FFB128;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 40px;
}

.respuesta .pregunta .mas {
    border: 1px solid #0B3954;
    color: #0B3954;
}

.pregunta .mas:hover,
.pregunta .mas.pregunta_activa {
    background-color: #FFB128;
    color: #fff;
}

.respuesta .pregunta .mas:hover,
.respuesta .pregunta .mas.pregunta_activa {
    background-color: #0B3954;
    color: #fff;
}

.respuesta {
    padding: 0px 0 5px;
    display: none;
    width: 100% !important;
    box-sizing: border-box;
}

.respuesta .respuesta {
    padding: 0 20px 5px;
}

/************* INFO PRODUCTO *************/
.info_producto {
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 35px 50px;
}

.info_producto_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    position: relative;
    box-sizing: border-box;
}

.info_producto_item_title {
    width: 150px;
    color: #444;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    min-width: 150px;
}

.info_producto_item_value {
    margin-left: 20px;
    color: #5C676D;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    min-width: fit-content;
}

.info_producto_item_linea {
    width: 100%;
    margin: 0px;
    color: #EBEBEB;
    background-color: #EBEBEB;
}

.info_producto a {
    text-decoration: none;
}

.info_producto_btn {
    border-radius: 80px;
    background: #0B3954;
    padding: 15px 30px;
    color: #FFF;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    display: block;
    width: fit-content;
    margin: 40px auto 0px;
    text-align: center;
}

/************** ARTE SOLAR **************/
body.blog #Content .content_wrapper {
    max-width: 90%;
    padding-top: 60px;
}

body.blog #Content .content_wrapper .mcb-column-inner {
    margin: 0px;
}

body.blog #Content .content_wrapper .blog_wrapper .post .entry-title a {
    color: #0B3954;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px;
}

body.blog #Content .content_wrapper .blog_wrapper .post .post-excerpt {
    color: #3C3C3B;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

body.blog #Content .content_wrapper .blog_wrapper .post .post-footer {
    background: #EBEBEB;
    color: #5C5C5C;
    font-family: Loistave;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 200% */
}

body.blog #Content .content_wrapper .blog_wrapper .post .post-footer a {
    color: #5C5C5C;
}

body.blog #Content .content_wrapper .blog_wrapper .post .post-footer a.mfn-love {
    color: #FBBC0D;
}

/* body.blog #Content .content_wrapper .image_wrapper a,
body.blog #Content .content_wrapper .image_wrapper,
body.blog #Content .content_wrapper .image_frame {
    width: fit-content;
} */

body.blog #Content .content_wrapper .image_wrapper img {
    border-radius: 30px;
}

body.blog #Content .content_wrapper .image_wrapper .image_links {
    display: none;
}

body.category #Content .content_wrapper {
    max-width: 90%;
    padding-top: 60px;
}

body.category #Content .content_wrapper .mcb-column-inner {
    margin: 0px;
}

body.category #Content .content_wrapper .blog_wrapper .post .entry-title a {
    color: #0B3954;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px;
}

body.category #Content .content_wrapper .blog_wrapper .post .post-excerpt {
    color: #3C3C3B;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

body.category #Content .content_wrapper .blog_wrapper .post .post-footer {
    background: #EBEBEB;
    color: #5C5C5C;
    font-family: Loistave;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 200% */
}

body.category #Content .content_wrapper .blog_wrapper .post .post-footer a {
    color: #5C5C5C;
}

body.category #Content .content_wrapper .blog_wrapper .post .post-footer a.mfn-love {
    color: #FBBC0D;
}

/* body.category #Content .content_wrapper .image_wrapper a,
body.category #Content .content_wrapper .image_wrapper,
body.category #Content .content_wrapper .image_frame {
    width: fit-content;
} */

body.category #Content .content_wrapper .image_wrapper img {
    border-radius: 30px;
}

body.category #Content .content_wrapper .image_wrapper .image_links {
    display: none;
}

aside#block-25.widget_block h3 {
    color: #FBBC0D;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

aside#block-25.widget_block ul {
    background-color: transparent !important;
    list-style-type: none !important;
    color: #3C3C3B !important;
    padding-left: 30px;
}

aside#block-25.widget_block ul li a {
    color: #3C3C3B !important;
    font-weight: 400;
    line-height: 40px;
}

aside#block-25.widget_block ul li.current-cat a {
    color: #FBBC0D !important;
}

/************** PROYECTOS **************/
.img_proyecto img {
    border-radius: 30px;
}

.proyecto_btn {
    border-radius: 80px;
    background: #0B3954;
    padding: 15px 30px;
    color: #FFF;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    display: block;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}

.proyecto_btn:hover {
    text-decoration: none;
    color: #fff;
}

/* iframe contacto */
#ifr_contacto {
    width: 100%;
    height: 180px;
}

footer .txt_logo {
    font-family: Loistave !important;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #3C3C3B;
    margin-bottom: 44px;
}

footer #menu_footer {
    max-width: 250px;
    margin: 0 auto;
}

footer .titulo_menu {
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #0B3954;
    margin-bottom: 20px;
}

footer .titulo_menu img {
    vertical-align: middle;
}

footer .titulo_menu div {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

footer .espaci {
    width: 24px;
    display: inline-block;
}

footer .espacio {
    width: 35px;
    display: inline-block;
}

footer .secciones {
    display: inline-block;
    margin-left: 15px;
}

footer .direcciones {
    display: inline-block;
    margin-left: 15px;
    width: calc(100% - 55px);
}

.direccion {
    margin-bottom: 20px;
}

footer .titulo_direccion {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #3C3C3B;
}

footer .info_direccion {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    color: #3C3C3B;
}

footer .social {
    display: none;
}

footer .mcb-column-inner {
    margin: 0px;
}

footer .copyright {
    margin: 0px;
}

footer a.instalacion-toldos {
    color: #0B3954 !important;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

footer a.instalacion-toldos~i {
    color: #0B3954;
}

.enlaces .enlace {
    border-bottom: 1px solid #0B3954;
    display: flex;
    justify-content: space-between;
    padding: 20px 18px;
}

.enlaces .enlace a.nombre {
    color: #0B3954;
    font-size: 20px;
    font-weight: 600;
}

.enlaces .enlace a.link {
    color: #FFB128;
    font-size: 20px;
}

.enlaces .enlace a:focus {
    outline: none !important;
}

.enlaces.columnas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.enlaces.col-2 .enlace {
    width: 47%;
}

.enlaces.col-3 .enlace {
    width: 32%;
}

/**************** MEDIAS ****************/
@media (max-width: 1239px) {
    .menu_home_item {
        height: 377px;
    }

    #seccion_grande.fondo_azul_home>div:nth-child(2)>div {
        flex: 0 0 100%;
        max-width: 1024px;
    }

    #Top_bar a.responsive-menu-toggle {
        right: 5%;
    }

    #Top_bar .logo,
    #Top_bar.is-sticky .logo {
        width: auto;
    }

    .top_bar_left .header_info {
        display: none;
    }

    .header_info {
        float: none;
        width: 100%;
        text-align: left;
        padding: 11px 5px 10px 20px;
    }

    .partner_header {
        display: block;
        text-align: left;
        font-size: 17px;
        margin-right: 0px;
        margin-top: 20px;
    }

    #Top_bar .top_bar_left,
    #Top_bar.is-sticky .top_bar_left {
        justify-content: flex-start;
    }
}

@media (max-width: 1219px) {
    #ifr_contacto {
        height: 205px;
    }
}

@media (max-width: 1023px) {
    #seccion_grande.fondo_azul_home>div:nth-child(2)>div {
        flex: 0 0 100%;
        max-width: 850px;
    }
}

@media (max-width: 959px) {
    #ifr_contacto {
        height: 205px;
    }

    .parrafo_banner_azul {
        font-size: 16px;
    }

    .menu_home_item .txt_menu_home h3 {
        font-size: 25px;
        line-height: 34px;
    }

    #seccion_grande.fondo_azul_home>div:nth-child(2)>div {
        max-width: 786px;
    }

    .menu_home_item {
        height: 281px;
    }

    .cont_productos>a {
        width: calc(50% - 3.33%);
    }

    .menu_home_flecha {
        width: 35px;
        font-size: 32px;
    }

    .menu_home {
        width: calc(100% - 50px) !important;
    }
}

@media (max-width: 958px) {
    #ifr_contacto {
        height: 315px;
    }

    .titulo-toldos {
        line-height: normal;
    }

    .titulo-toldos .column_attr {
        font-size: 2rem !important;
        line-height: 1.7rem;
    }

    .titulo-toldos.inferior .column_attr {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }
}

@media (max-width: 767px) {
    body #Action_bar .contact_details li.slogan {
        display: inline-block;
    }

    body #Action_bar>.container>div {
        padding: 0px;
    }

    body #Action_bar>.container>div>.social {
        margin-bottom: 0px;
        padding: 5px 0px !important;
    }

    #Top_bar .menu_wrapper {
        width: 34px;
    }

    #Top_bar .logo #logo,
    #Top_bar .logo .custom-logo-link {
        margin: 10px 50px 10px 0px;
    }

    #Top_bar .top_bar_left,
    #Top_bar.is-sticky .top_bar_left {
        padding: 0 4%;
    }

    .content_wrapper .section_wrapper,
    .container,
    .four.columns .widget-area {
        max-width: 100% !important;
    }

    #menu_home_seccion2_movil,
    #menu_home_seccion3_movil {
        display: none;
    }

    .menu_home_item {
        padding: 30px 15px;
    }

    .menu_home>a {
        width: calc(50% - 1%);
    }

    .fondo_azul_home>div:nth-child(2) {
        border-radius: 0px !important;
    }

    #contacto_home.fondo_azul_home.fondo_iframe {
        max-width: 100%;
        padding: 0;
    }

    #ifr_contacto {
        height: 180px;
    }

    .footer_menu .secciones,
    .footer_info .direcciones {
        font-size: 14px;
    }

    .enlaces .enlace a.nombre,
    .enlaces .enlace a.link {
        font-size: 1rem;
    }

    .enlaces .enlace {
        padding: 15px 12px;
    }
}

@media (max-width: 704px) {
    #ifr_contacto {
        height: 205px;
    }
}

@media (max-width: 663px) {

    #cont_horario_contacto.mobile-one-second.mcb-wrap,
    #cont_direccion_contacto.mobile-one-second.mcb-wrap {
        width: 100%;
        margin-top: 10px;
    }

    #cont_horario_contacto.mobile-one-second.mcb-wrap>div,
    #cont_direccion_contacto.mobile-one-second.mcb-wrap>div {
        margin: 0px;
    }
}

@media (max-width: 599px) {

    #Top_bar .logo #logo,
    #Top_bar .logo .custom-logo-link {
        padding: 0 !important;
        margin: 10px 0px;
    }

    .txt_logo {
        display: block;
    }

    .menu_home>a {
        width: calc(100% - 1%);
    }

    .cont_productos>a {
        width: calc(100% - 3.33%);
        max-width: none;
    }

    #cont_iframe_contacto #ifr_contacto {
        height: 315px;
    }

    .enlaces.col-2 .enlace,
    .enlaces.col-3 .enlace {
        width: 100%;
    }
}

@media (max-width: 588px) {
    body #Action_bar>.container>div {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 580px) and (min-width: 480px) {

    #virgulilla,
    #logo_home {
        display: none;
    }

    .texto_slider {
        margin-top: -50px !important;

    }

    #boton_layer {
        margin-top: -25px !important;
    }

    .guion_amarillo_productos,
    .texto_slider_productos {
        margin-top: 50px;
    }
}

@media (max-width: 563px) {
    #ifr_contacto {
        height: 315px;
    }

    .mobile-one-second.mcb-wrap.cont_footer_menu,
    .mobile-one-second.mcb-wrap.cont_footer_direccion {
        width: 100%;
    }

    .info_producto {
        padding: 25px;
    }

    footer #menu_footer {
        max-width: none;
        margin: 20px 0px;
    }

    footer .espaci {
        width: 35px;
    }

    footer .titulo_menu {
        position: relative;
    }

    footer .titulo_menu img {
        position: absolute;
    }

    footer .titulo_menu div {
        margin-left: 53px;
    }
}


@media (max-width: 470px) {
    body #Action_bar>.container>div>.social {
        display: none;
    }

    .mobile-one-second.column.boton_producto {
        width: 100%;
    }

    .info_producto_item {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .info_producto_item_value {
        margin-left: 0px;
        text-align: left;
    }

    .pregunta {
        font-size: 16px;
        line-height: 24px;
    }

    #cont_iframe_contacto #ifr_contacto {
        height: 335px;
    }

    .txt_logo {
        display: inline;
        font-size: 13px;

    }
}

@media (max-width: 413px) {
    #ifr_contacto {
        height: 345px;
    }
}



/*-----------POLITICAS DE PRIVACIDAD-----------*/

.contenido-politicas p,
.contenido-politicas ul,
.av_legal_texto p,
.av_legal_texto ul {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #3C3C3B;
}

.subtitulo_politicas {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 5px;
    color: #3C3C3B;
}

.titulo-politicas {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 5px;
    color: #3C3C3B;
}