/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

p {
    margin-bottom: 15px;
}

img {
    border-radius: 25px;
}

.woocommerce img,
footer img {
    border-radius: 0px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .flex-viewport {
    border-radius: 25px;
}

.ultimate_google_map,
.ultimate-map-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 0 !important;
}

.ultimate_google_map img {
    border-radius: 0px;
}

.white_text,
.white_text p {
    color: #ffffff;
}

.footer .widget {
    margin-bottom: 45px;
}

.contact_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.contact_content1 {
    font-size: 55px;
    color: #ffffff;
}

.contact_column2_foo {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-weight: 500;
    margin-left: 5px;
    /*font-size: 20px;*/
}

.contact_column2_foo .contact_text {
    font-size: 18px;
    font-weight: 600;
}

.contact_content2 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.contact_content2 span {
    color: #ffffff;
}

.contact_content2.contact_text2 {
    font-weight: 400;
}

.contact_content2 .icomoon-the7-font-whatsapp {
    font-size: 18px;
}

.certificado figure {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #ebebeb;
}

.certificado figure a::after {
    font-family: icomoon-2;
    content: "\e99a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-size: 47px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.certificado figure a:hover::after {
    opacity: 1;
}

.links_deep i {
    font-weight: 700;
}

.content_video {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.player_video {
    display: inline-block;
    width: 170px;
    height: 170px;
    position: relative;
}

.player_video::before {
    content: "";
    border: 2px solid #ffffff;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.boton_video {
    background-color: #ffffff;
    color: #3d4247;
    font-size: 90px;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 167px;
    text-align: center;
    border-radius: 100px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.boton_video:hover {
    background-color: #B2312E;
    color: #ffffff;
}

.boton_video span {
    margin-left: 15px;
}

.nota_video {
    background-color: #B2312E;
    color: #ffffff;
    display: inline-block;
    width: 240px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 70%;
    top: 70%;
    z-index: 1;
}

.list_text ul li {
    margin-bottom: 15px;
}

.mapcorp,
.mapcorp .wpb_content_element {
    margin-bottom: 0 !important;
}

.formcotizar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.cerrarbg {
    position: absolute;
    background: rgba(16, 18, 26, 0.90);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}

.icon_sucess {
    text-align: center;
    color: #28bb72;
    font-size: 72px;
    margin-top: 35px;
}

.content_response {
    text-align: center;
    margin-bottom: 25px;
}

.footer_response {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.contform {
    max-width: 750px;
    background-color: #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    /*margin-top: 3%;*/
    z-index: 2;
    position: relative;
    padding: 35px;
    border-radius: 25px;
    box-sizing: border-box;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grupocoti {
    display: block;
    position: relative;
    width: 48%;
    float: left;
}

.grupocoti input:not([type="tel"]) {
    height: 50px;
    text-indent: 25px;
}

.grupocoti2 {
    position: relative;
    width: 100%;
    display: inline-block;
}

.grupocoti2 textarea {
    text-indent: 25px;
}

.grupocoti2 input.wpcf7-submit:hover {
    background-color: #B2312E;
}

.emailcoti,
.cantidadcoti {
    margin-left: 4%;
}


/*
.wpcf7 .rowcoti .wpcf7-text,
.wpcf7 .rowcoti .wpcf7-textarea,
.rowcoti .wpcf7-number {
    text-indent: 25px;
}*/

.wpcf7 div.grupocoti .pasicon {
    position: absolute;
    color: #000000;
    z-index: 100;
    font-size: 18px;
    top: 14px;
    left: 15px;
}

.wpcf7 div.grupocoti2 .pasicon {
    position: absolute;
    color: #000000;
    z-index: 100;
    font-size: 18px;
    top: 14px;
    left: 15px;
}

.tituloform {
    font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #000000;
}

.tituloform span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: initial;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-top: 15px;
}

.cerrar1 {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
    background-color: #000000;
    border: solid 2px #000000;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    -ms-transition: all ease-out 0.5s;
}

.cerrar1:hover {
    color: #000000;
    border-color: #000000;
    background-color: transparent;
}

.cotizarform {
    margin-bottom: 20px;
}

.enviar-formcoti {
    margin-top: 20px;
    text-align: center;
}

.enviar-formcoti input {
    display: inline-block;
}

.enviar-formcoti .ajax-loader {
    position: absolute;
    margin-top: 8px;
    top: 0;
    right: 0;
}

.wpcf7-textarea {
    padding-top: 15px;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px !important;
}

.contacinfo .aio-icon-box.left-icon {
    display: flex;
    align-items: center;
}

.contacinfo .aio-icon-box.left-icon * a {
    text-decoration: none;
}

.single-post .post-thumbnail .fancy-categories,
.cards_blog1 .fancy-categories,
.blog-shortcode .fancy-categories {
    top: 20px;
    left: 20px;
}

.single-post .post-thumbnail .fancy-categories a,
.cards_blog1 .fancy-categories a,
.blog-shortcode .fancy-categories a {
    font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif;
    background-color: transparent;
    border: 1px solid #ffffff;
    font-weight: 500;
    border-radius: 0px;
}

.single-post .post-thumbnail .fancy-date a,
.cards_blog1 .fancy-date a,
.blog-shortcode .fancy-date a {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    top: 20px;
    right: 20px;
}

.single-post .post-thumbnail .fancy-date a *,
.cards_blog1 .fancy-date a *,
.blog-shortcode .fancy-date a .entry-month .blog-shortcode .fancy-date a .entry-date,
.blog-shortcode .fancy-date a .entry-year {
    font-family: "Raleway", Helvetica, Arial, Verdana, sans-serif !important;
    font-weight: 500 !important;
    color: #ffffff;
}

.single-post .post-thumbnail .fancy-date .entry-month:after,
.single-post .post-thumbnail .fancy-date .entry-date:after,
.cards_blog1 .fancy-date .entry-month:after,
.cards_blog1 .fancy-date .entry-date:after {
    background-color: #ffffff;
}

.cards_blog1 .post-entry-content h3,
.blog-shortcode .post-entry-content h3 {
    font-weight: 500 !important;
}

.single-post .post-thumbnail {
    border-radius: 0px;
    overflow: hidden;
}

.videohome {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 1;
}

#videoDeep .contform {
    max-width: 950px;
}

.icon_elegirnos .aio-icon-box {
    display: flex !important;
    gap: 10px;
    align-items: center;
}

.icon_elegirnos .aio-icon-box .aio-icon {
    margin-right: 0px !important;
}

.icon_elegirnos .aio-icon-box .align-icon {
    line-height: 0;
}

.porcentaje .aio-icon-title::after {
    content: "%";
}

.millar .aio-icon-title::after {
    content: "K";
}

.title-center h2 {
    text-align: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #000000;
    overflow: hidden
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    border: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 45%;
    right: 0;
    left: 0;
    margin: auto
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
    padding: 0;
    border: 1px solid #d0d4d7;
    border-radius: 12px;
    overflow: hidden
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px
}

.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none
}

.woocommerce-product-gallery:hover a.woocommerce-product-gallery__trigger {
    display: block
}

.product .woo-buttons-on-img {
    border: 1px solid #d0d4d7;
    border-radius: 20px
}

.entry-summary .cart,
.entry-summary .price {
    display: none!important
}

.single-product .product .summary .somdn-download-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

.btnfichas {
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    box-sizing: border-box;
    display: block;
    border-radius: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px
}

.btnfichas::before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-size: 16px;
    display: inline-block;
    padding-right: 7px
}

.btnfichas:hover {
    background-color: #B2312E;
    color: #fff
}

.somdn-available-downloads {
    color: #000;
    font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 600
}

.content_btn_enquery {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px
}

.related-product .price {
    display: none
}

.related-product>li {
    align-items: center
}

.related-product>li .product-thumbnail {
    border: 1px solid #d0d4d7;
    line-height: 0;
    border-radius: 15px;
    overflow: hidden
}

.product:not(.elementor) .related.products>h2,
.product:not(.elementor) .upsells.products>h2,
.cross-sells>h2 {
    font-size: 24px;
    text-transform: uppercase
}

.cart-btn-below-img .woo-buttons a {
    width: 100%;
    box-sizing: border-box;
    justify-content: center
}

.woocom-list-content .woo-buttons {
    display: none
}

.woocom-list-content .woo-buttons.catalog {
    display: block
}

.pedirwhatsapp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}

.pedirwhatsapp:hover {
    background-color: #14947b !important;
    border-color: #14947b !important;
}

.file_donwload {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.file_donwload a {
    display: inline-block;
}

.video_product {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.switcher-wrap {
    display: none;
}

footer {
    position: relative;
}

footer .soc-ico {
    margin-top: 5px;
}

footer .soc-ico a {
    width: 42px;
    height: 42px;
    border: 1px solid #B2312E;
    margin: 5px;
}

footer .soc-ico a:hover {
    background-color: #B2312E !important;
    border-color: #B2312E;
}

footer .soc-ico a::before,
footer .soc-ico a::after {
    display: none;
}

footer .soc-ico a .soc-font-icon {
    font-size: 18px;
}

.footer .soc-ico a:not(:hover) .soc-font-icon {
    color: #B2312E;
}

.products .dt-css-grid article h4.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact_footer .widget-info {
    margin-bottom: 30px;
}

.contact_footer .widget-info img {
    margin-bottom: 20px;
}

.menu_footer1 .custom-menu {
    /* column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2; */
    /* column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px; */
}

.menu_footer1 .custom-menu li a {
    position: relative;
    padding-left: 13px;
}

.menu_footer1 .custom-menu li a::before {
    content: "»";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
}

.footer .widget-title {
    letter-spacing: 1px;
}

.woo_categories a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.woo_categories a:hover .woo_cate_shap {
    opacity: 1;
}

.woo_categories a:hover .woo_cate_name h4 {
    color: #B2312E;
}

.woo_categories .woo_cate_image {
    position: relative;
    background-color: #e6e6e6;
    border-radius: 25px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.woo_categories .woo_cate_image img {
    box-sizing: border-box;
}

.woo_categories .woo_cate_image .woo_cate_shap {
    opacity: 0;
    background-color: rgba(255, 99, 21, 0.75);
    color: #fff;
    font-size: 36px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woo_categories .woo_cate_name h4 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #080b0f;
}

.headline_custom {
    text-align: center;
}

.headline_custom h1 {
    margin-bottom: 25px;
}

.headline_custom h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

#news_icegram .gjs-cell {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#news_icegram .gjs-cell .es-email {
    border-color: #ffffff;
    margin-bottom: 0;
    width: 380px;
}

#news_icegram .gjs-cell input[type="submit"]:hover {
    background: #000000;
    border-color: #000000;
}

.mini-widgets .mini-contacts b {
    margin-right: 7px;
}

.emaillist {
    text-align: center;
}

.overlay-search-microwidget>i {
    font-size: 16px;
}

.product:not(.elementor) .related.products>h2,
.product:not(.elementor) .upsells.products>h2,
.cross-sells>h2 {
    font-weight: 800;
}

.technical_img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.technical_img img {
    max-width: 100%;
    width: auto;
}

.content_boxs .ult-content-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 15px;
}

.contact-info li {
    position: relative;
    padding-left: 26px;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.footer .widget-title {
    letter-spacing: 3px;
}

.bank-accounts {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border: 1px dotted #000;
    padding: 35px 0;
    border-radius: 25px;
}

.bank-accounts .aio-icon-box {
    display: flex !important;
    align-items: center;
    gap: 15px;
}

.bank-accounts .aio-icon-box .aio-icon-left {
    display: inline-block;
    vertical-align: initial;
}

.bank-accounts .aio-icon-box .aio-ibd-block {
    display: inline-block;
    vertical-align: initial;
}

.bank-accounts .aio-icon-box .aio-ibd-block .aio-icon-header,
.bank-accounts .aio-icon-box .aio-ibd-block .aio-icon-description {
    float: initial;
    width: auto;
}

.brands_product {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    margin-bottom: 35px;
}

.main-nav>li>a .menu-text {
    letter-spacing: 0.5px;
}

.space_bar_iconbox {
    position: relative;
}

.space_bar_iconbox::after {
    content: '';
    width: 2px;
    height: 220px;
    background-color: #d4dae2;
    position: absolute;
    display: block;
    top: -10px;
    right: -15px;
    transform: rotate(-15deg);
}

.producto_home .card_title {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.producto_home .card_title h4 {
    background-color: #0a121e;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 45px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.servicios_list .page_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0 30px;
    text-align: center;
    border: 2px solid #0a121e;
    box-sizing: border-box;
}

.servicios_list .page_title h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.servicios_list a:hover .page_title {
    background-color: #002d73;
    border: 2px solid #002d73;
}

.servicios_list a:hover .page_title h3 {
    color: #ffffff;
}

.servicios_list a:hover .page_image .overlay_image {
    background: rgba(0, 45, 115, .85);
}

.logosclientes img {
    filter: grayscale(100);
}

.logosclientes img:hover {
    filter: grayscale(0);
    cursor: pointer;
}

.proyectos_list .card_image {
    margin-bottom: 25px;
}

.proyectos_list .card_title {
    text-align: left;
    padding: 0;
    margin-top: 0px;
}

.proyectos_list .card_title h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.wf-5-12 {
    width: 41.66%;
}

.menu_foo1 {
    display: block;
    margin-bottom: 55px;
}

.menu_foo1 ul {
    column-count: 2;
    /* column-gap: 15px; */
}

.menu_foo1 ul li {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    border-top: none !important;
}

.menu_foo1 ul li a {
    position: relative;
    padding-left: 13px;
}

.menu_foo1 ul li::before {
    font-family: 'icomoon-2';
    content: "\ebcd";
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
}

.logo_footer p {
    margin-top: 25px;
}

.video_home {
    margin: 0 !important;
    border-radius: 35px;
    overflow: hidden;
}

.frase1_home h3 {
    margin-top: 35px;
}

.callme_phone_float {
    position: fixed;
    right: 28px;
    bottom: 110px;
    z-index: 9;
    animation-name: aparecer;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.callme_phone_float a {
    background-color: #b2312e;
    color: #ffffff;
    font-size: 24px;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.callme_phone_float a:hover {
    background-color: #f7302d;
}

.callme_phone_tooltip {
    display: none;
    position: absolute;
    right: 75px;
    top: 18px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    line-height: 31px;
    border-radius: 16px;
    height: 32px;
    padding: 0 14px;
    white-space: nowrap;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

.callme_phone_float:hover .callme_phone_tooltip {
    display: block;
}

.callme_phone_tooltip:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -6px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #fff;
}

.iconhome .aio-icon-description {
    padding: 0 30px;
}

@media (min-width: 992px) {
    .top-bar .mini-widgets.right-widgets,
    .top-bar .mini-widgets:last-child {
        gap: 10px;
    }
    .content_btn_enquery {
        flex-direction: row;
    }
}

@media (max-width: 778px) {
    .contform {
        width: 500px;
    }
    .videohome {
        height: 450px;
    }
    #news_icegram .gjs-cell {
        flex-direction: column;
    }
    #news_icegram .es-email {
        width: 100% !important;
    }
    #news_icegram input[type="submit"] {
        width: 100%;
    }
    .owl-carousel .owl-dots {
        width: 100%;
        text-align: center;
    }
    .space_bar_iconbox::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .contform {
        width: 90%;
    }
    .nota_video {
        display: none;
    }
    .content_boxs .ult-content-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .contform {
        padding: 20px;
    }
    .grupocoti {
        width: 100%;
    }
    .emailcoti,
    .cantidadcoti {
        margin-left: 0%;
    }
    .cerrar1 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 10px;
        top: 10px;
        font-size: 12px;
    }
    .tituloform {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .tituloform span {
        font-size: 16px;
    }
    .videohome {
        height: 380px;
    }
    .servicios_list .page_title {
        padding: 0 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .servicios_list .page_title h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .menu_foo1 ul {
        column-count: 1;
    }
}

@media (min-width: 778px) {
    /* #footer .wf-container {
        display: flex;
        align-items: center;
    } */
}

@keyframes aparecer {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}