@charset "UTF-8";


html, body{
    width: 100%;
    height: max-content;
    margin:0;
    padding:0;
    font-size: 21px;
    -webkit-overflow-scrolling: touch;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-family: 'Poppins', sans-serif;
}
/*body > *{
    opacity: 0.3;
}*/
.splide__sr{
    display: none!important;
}
body.hidden{
  overflow: hidden;
}
*{
    line-height: 1.4em;
}
a{
    text-decoration: none;
    color: currentColor;
}

button{
  color:currentcolor;
}
body.header_activo{
    overflow: hidden;
}
.clear{
    clear: both;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

header{
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
    position: sticky;
    border-bottom: 7px solid #003595;
}
.content{
    width: 1670px;
    margin: 0 auto;
}
header .content{
    display: grid;
    grid-template-columns: 14.3rem 1fr;
    grid-gap: 1rem;
    padding: 1.1rem 0 0;
    align-items: flex-end;
}
.logo{
    margin-bottom: 1.1rem;
    width: 100%;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.logo img.animation{
    max-width: 60%;
    height: auto;
}

.menu{
    font-size: 0.86rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.menu nav{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}
.m_item{color: #003595;margin-right: 0.7rem;cursor: pointer;padding: 0 0.3rem 0.9rem;border-top-left-radius: 0.5em;border-top-right-radius: 0.5em;display: block;}
.m_item.act{
    background-color: #003595;
    color: #fff;
}

.submenu{
    position: relative;
}

.submenu_int{
    display: none;
    position: absolute;
    top: 100%;left: 0;
    background-color: #F8F8F8;
    box-shadow: 5px 10px 9px -6px #D0CFCD;
    padding: 0;}
.sm_item{
    color: #54565A;
    padding: 0.5rem 1rem;
    font-size: 0.86rem;
    display: block;
    white-space: nowrap;
}

.sn_btn{
    background-color: transparent;
    color: currentColor;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.btn_responsive{
    display: none;
}


.wrapper{
    width: 100%;
    min-height: calc(100vh - (15.8rem + 14px));
}
section{
    width: 100%;
}
h2{
    color: #003595;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.c_title{
    margin: 2rem 0 1rem;
}
.search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.9rem;
}
.search input{
    background-color: #E4E5E6;
    border: none;
    font-size: 1rem;
    padding: 0 0.5em;
    margin: 0;
    border-radius: 0;
    width: 7rem;
}
.sn_btn.lupa{
    background-color: #E4E5E6;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    width: 1.5rem;
    height: 1.4em;
    background-image: url(../img/lupa.png);
    background-size: 0.9rem;
    background-position: center;
    background-repeat: no-repeat;
}

.slider_home{
    width: 100%;
    height: 32vw;
    max-height: calc(100% - 8rem);
    margin-bottom: 1.5rem;
}
.slider_home .splide__pagination__page{
    background: #fff;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
    opacity: 0.8;
    padding: 0;
    transition: initial;
    width: 0.7rem;
    height: 0.7rem;
}
.slider_home .splide__arrow--prev{
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.slider_home .splide__arrow--next{
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.slider_home .splide__pagination__page.is-active{
    transform: initial;
    opacity: 1;
    background-color: #003595;
}
.slider_home .splide__track{
    width: 100%;
    height: 100%;
}
.slider_home .splide__list{
    width: 100%;
    height: 100%;
}
.slider_home .splide__slide{
    width: 100%;
    height: 100%;
}

.splide__slide_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: grid;
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    align-items: end;
}
.splide__slide_overlay h2{
    color: #FFF;
    font-size: 250%;
    margin: 4rem 2rem 4rem 4rem;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px;
 }
.splide__slide_overlay a{
    color: #FFF;
    text-align: center;
    background-color: #003595;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0.5em 3.5em;
    border-radius: 0.4em;
    box-sizing: border-box;
    margin: 4rem 4rem 4rem 0;
}

.slider_home .splide__slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.frame{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slider_home .splide__slide iframe,
.slider_home .splide__slide video{
    width: 100%;
    height: 56.6vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}

.producto{
    width: 100%;
    border: 1px solid #E4E5E6;
    box-sizing: border-box;
}
.p_image{
    display: block;
    border-bottom: 1px solid #E4E5E6;
    width: 100%;
    padding-bottom: 69%;
    height: 0;
    position: relative;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.p_image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    background-color: #fff;
}
.p_info{
    width: 100%;
    padding: 1rem 1.5rem 1.5rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1rem;
}
.p_info_int{
    grid-column: 1/3;
}
.p_info_int h3{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #003595;
    font-size: 1rem;
}
.p_info_int h4{
    color: #003595;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 0.9rem;
    margin: 0;
}
.p_info{
    color: #6F707A;
}
.p_info_int p{
    font-size: 0.77rem;
    margin:1em 0;
}
.p_info_int > *:last-child{
    margin-bottom:0;
}
.p_marca_image{}
.p_marca_image img{
    max-width: 4.5rem;
    max-height: 2rem;
    width: auto;
    height: auto;
}
.p_marca{}
.p_marca h4{
    margin: 0;
    font-weight: 500;
    font-size: 0.77rem;
}
.p_marca p{
    margin: 0;
    font-size: 0.58rem;
    font-weight: 500;
}
.p_type{
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: block;
}

.content_banner{
    margin: 2rem auto;
}
.deco_y{
    width: 100%;
    height: 7px;
    background: rgb(239,121,34);
    background: radial-gradient(circle, rgba(239,121,34,1) 0%, rgba(255,199,0,1) 50%);
    margin: 10px 0;
}
.deco_b{
    width: 100%;
    height: 7px;
    background: rgb(0,53,149);
    background: radial-gradient(circle, rgba(0,53,149,1) 0%, rgba(61,124,201,1) 50%);
}
.banner_image{
    width: 100%;
    background: #bdc3c3;
    padding-bottom: 17%;
    height: 0;
    position: relative;
}
.banner_image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel_marcas{
    background-color: #EDECEB;
}
.cmr_int{
    height: 4rem;
}
.cm_right,
.cm_left{
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
}
.cm_right .cmr_int{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    flex-direction: row;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    -webkit-animation: slideR 80s linear infinite;
    animation: slideR 80s linear infinite;
}
.cm_right{
}
@-webkit-keyframes slideR{
    to{transform:translateX(0%) translateZ(0);}
}
@keyframes slideR{
    to{transform:translateX(100%) translateZ(0);}
}
.cmr_int_clone{
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    flex-direction: row;
    width: auto;
    height: 100%;
}

.cm_left .cmr_int{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    flex-direction: row;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    -webkit-animation: slideL 80s linear infinite;
    animation: slideL 80s linear infinite;
}
@-webkit-keyframes slideL{
    to{transform:translateX(0%) translateZ(0);}
}
@keyframes slideL{
    to{transform:translateX(-100%) translateZ(0);}
}
.cm_left .cmr_int_clone{
    position: absolute;
    top: 0;
    right:initial;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    flex-direction: row;
    width: auto;
}
.cmr_int img{
    width: auto;
    height: 100%;
    display: block;
    max-width: initial;
}
.cmr_int a,
.cmr_int span{
    display: block;
    height: 100%;
    margin-left: 1rem;
}

footer{
    margin-top: 2rem;
    color: #003595;
    font-size: 0.86rem;
}
footer .content{
    background-color: #EDECEB;
    border-bottom: 7px solid #003595;
    padding: 3rem 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr 15rem;
    grid-gap: 1rem;
    box-sizing: border-box;
    align-items: flex-end;
}
.f_menu{}
.anclar{
    display: block;
    grid-column: 1/3;
    padding-left: 2em;
    position: relative;
    width: fit-content;
}
.anclar::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.2em;
    left: 0.65em;
    width: 2px;
    height: 0.3em;
    background-color: currentColor;
}
.anclar::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.9em;
    height: 0.9em;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}
.fm_item, .anclar{
    margin-right: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
}
.fm_item:last-child{
    margin-right:0;
}
.c_contacto{
    position: relative;
    width: 100%;
}

.splide__arrow{
    z-index: initial;
    background-color: transparent;
    border: 2px solid #A7A9AC;
    transform: initial;
    top: 25%;
}
.splide__arrow--prev{
    left: -2.5em;
}
.splide__arrow--next{
    right: -2.5em;
}
.splide__arrow svg{
    fill: #A7A9AC;
}

.banner_marcas{
    background-color: #fff;
    box-shadow: 5px 10px 9px -6px #D0CFCD;
    width: 100%;
    margin: 2rem 0;
    padding: 0;
}
.banner_marcas .content{}
.marcas{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 0 1rem;
    margin: 0 -2rem;
}
.marcas > *{
    font-size: 1.1rem;
    color: #003595;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    /* flex: 1; */
    white-space: nowrap;
    margin: 0.5rem 2rem;
    width: min-content;
}
.content_sidebar{
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-gap: 3rem;
    margin: 2rem auto;
}
.side_submenu{
    display: flex;
    flex-direction: column;
    background-color: #E4E5E6;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    height: min-content;
    position: sticky;
    top: calc(5rem + 7px);
    max-height: calc(100vh - (6rem + 7px));
    overflow: auto;
}
.side_image{
    height: min-content;
    position: sticky;
    top: calc(5rem + 7px);
}
.ss_item{
    padding: 0.5rem;
    color: #54565A;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #F8F8F8;
    font-size: 0.86rem;
    display: block;
}
.ss_item.sub_ss_item{
    padding-left: 1.5rem;
    font-size: 0.8rem;
}
.ss_item.sub_ss_item.sss_item{
    font-weight: 400;
}

.ss_item.act{
    background-color:#F8F8F8;
    color: #003595;
}
.ss_item.sub_ss_item.act{
    background-color: transparent;
    color: #000;
}

.ss_item:last-child{
    border-bottom: none;
}
.page{
    margin-bottom: 3rem;
    position: relative;
}

.txt{}
.txt--slider-item{
    grid-column: 1/3;
}
.txt--slider-item .slider_item{
    float: left;
    margin: 0 1rem 1rem 0;
    width: calc(100%/3 * 2 - 0.5rem);
}
.txt h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 1.86rem;
}
.txt h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 1.44rem;
    color: currentColor;
}
.txt h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 1.86rem;
}
.txt h4{
    font-weight: 700;
    margin: 1rem 0 0;
    font-size: 1em;
}
.txt h5{}
.txt h6{}
.txt p{}
.txt ul{
    padding: 0;
    margin: 0 0 1rem;
}
.txt li{
    list-style: none;
}
.txt li ul,
.txt li ol{
    margin: 0 0 0 1rem;
}
.txt li::before{
    content: '• ';
}
.page .deco_b{
    /* width: calc(100% + (50vw - 835px) + 0.5rem); */
    width: calc(100% + 0.5rem);
    margin: 1rem 0;
    margin-left: -0.5rem;
}
.txt blockquote{
    margin: 1em 0;
    padding: 0.5em 0;
    box-shadow: 0px 10px 9px -6px #D0CFCD;
}
.txt blockquote p{}

.txt img.aligncenter, 
  .txt .aligncenter,
  .txt .wp-caption.aligncenter{
    max-width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 2rem auto;
    text-align: center;
  }
  .txt .wp-caption p{
    margin: 0.3rem auto 0;
    font-size: 0.7em;
    text-align: center;
    font-weight: normal;
  }
  .txt img.alignleft, 
  .txt .alignleft,
  .txt .wp-caption.alignleft{
    margin-top: 0;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    float: left;
    max-width: calc(50% - 0.5rem);
    position: relative;
  }
  .txt .wp-caption.alignleft p{
    text-align: left;
  }
  .txt img.alignright, 
  .txt .alignright,
  .txt .wp-caption.alignright{
    margin-left: 0.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    float: right;
    max-width: calc(50% - 0.5rem);
    position: relative;
  }
  .txt .wp-caption.alignright p{
    text-align: left;
  }
  .txt p img.aligncenter, 
  .txt p img.alignleft, 
  .txt p img.alignright{
    margin-top: 0;
    margin-bottom: 0;
  }
  .txt .wp-caption{
    margin: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    width: fit-content;
  }
  .txt .wp-caption img{
    margin: 0;
    max-width: 100%;
  }


  .txt .p_iframe{
    max-width: initial;
    width: 100%;
    height: 0;
    padding-bottom: 56.6%;
    position: relative;
}
.txt .p_iframe iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.txt hr{
    clear: both;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    border: none;
    margin: 1rem auto;
}
.txt table{
    border-collapse: collapse;
    width: calc(100% - 2rem);
    text-align: left;
    margin: 1rem auto;
    box-sizing: border-box;
}
.txt table td,
.txt table th{
    vertical-align: top;
}
.txt table tr{}
.content_grid{
    margin: 3rem 0 0;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.grid_4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 2rem 0;
}

.filter{display: block;width: fit-content;margin-right: 2rem;position: relative;}
.filter:last-child{
    margin-right:0;
}
.btn_filter{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 0.5rem 0;
    cursor: pointer;
}
.act .btn_filter{
    color: #003595;
}
.btn_filter .icon{
    width: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
.btn_filter .icon span:nth-child(1){
    width: 100%;
    height: 2px;
    background-color: currentColor;
    margin: 0.2rem 0;
    position: relative;
}
.btn_filter .icon span:nth-child(2){
    width: 100%;
    height: 2px;
    background-color: currentColor;
    margin: 0.2rem 0;
    position: relative;
}
.btn_filter .icon span:nth-child(1)::after{
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    border: 2px solid currentColor;
    background-color: #fff;
    display: block;
    transform: translateY(-50%);
    top: 50%;
    left: 0.2rem;
    position: absolute;
}
.btn_filter .icon span:nth-child(2)::after{
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    border: 2px solid currentColor;
    background-color: #fff;
    display: block;
    transform: translateY(-50%);
    top: 50%;
    right: 0.2rem;
    position: absolute;
}
.filter_menu{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #F8F8F8;
    box-shadow: 5px 10px 9px -6px #D0CFCD;
    padding: 0;
    min-width: 100%;
    text-align: right;
    display: none;
    overflow: auto;
    max-height: calc(100vh - (8rem + 7px));
}
.filterm_item{
    color: #54565A;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    display: block;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.filterm_item.act{
    background-color: #54565A;
    color: #F8F8F8;
}
.filters{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 4;
    position: sticky;
    top: calc(5rem + 7px);
    background-color: #fff;
    margin-bottom: 2rem;
}
.title_producto{
    display: grid;
    grid-template-columns: 1fr 7rem;
    grid-gap: 1rem;
    align-items: center;
}
.title_producto > div{}
.title_producto > div:nth-child(1){}
.title_producto > div:nth-child(2){}
.logo_m{}
.logo_m img{
    max-width: 100%;
    max-height: 7rem;
}
.title_producto.title_producto_single{}
.title_producto.title_producto_single h1{
    color: #54565A;
}
.title_producto.title_producto_single h2{
    font-weight: 500;
    color: #003595;
}

.single_txt{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1rem;
    font-size: 0.86rem;
}
.slider_single{}
.slider_single.splide{
    width: 100%;
    border: 1px solid #E4E5E6;
    box-sizing: border-box;
    height: min-content;
}
.slider_single .splide__track{} 
.slider_single .splide__list{} 
.slider_single .splide__slide{} 
.slider_single .splide__slide img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
} 

.column_txt{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin: 2rem 0;
    font-size: 0.86rem;
}
.column_txt .txt{
    width: 100%;
    position: relative;
}
.column_txt .txt:nth-child(1)::after{
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 1rem);
    background-color: currentColor;
}
.table{
    margin: 2rem 0;
    width: 100%;
    border: 1px solid #003595;
    padding: 0.5rem 1rem 1rem;
    box-sizing: border-box;
}
.t_header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    border-bottom: 3px solid currentColor;
    color: #003595;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.t_header > div{}
.t_header h3{
    font-size: 0.86rem;
}
.t_body{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
.t_body .txt{
    font-size: 0.77rem;
}
.table .txt a{
    text-decoration: none;
}
.t_body *{
    line-height: 1.8em;
}

.grid_five{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem 1rem;
    margin: 2rem 0;
}
.app_home .grid_five{
    margin-top: 0;
}
.item_app{
    border: 1px solid #E4E5E6;
}
.txt .item_app a{
    text-decoration: none;
}
.item_app-img{
    width: 100%;
    display: block;
    padding-bottom: 85%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.item_app img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1);
    transition: 8000ms;
}

.item_app h3{
    font-size: 0.8rem;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #003595;
}
.txt_columns{
    margin: 2rem 0;
    font-size: 0.86rem;
}
.txt_columns ul{
    margin: 0 0 1rem;
    width: 100%;
    padding: 0;
    list-style: none;
    column-count: 4;
    column-gap: 1rem;
}
.txt_columns.txt li {
    display: inline-block;
    list-style: none;
}
.txt_columns.txt li::before{
    display: none;
}
.txt_columns h4{}
.txt > *:first-child{
    margin-top: 0;
}
.txt.txt--slider-item > *:nth-child(2){
    margin-top: 0;
}
.txt > *:last-child{
    margin-bottom: 0;
}

.form_content{
    background-color: #EDECEB;
    padding: 1rem 2rem;
    width: 100%;
    box-sizing: border-box;
    color: #67686B;
    margin: 2rem 0;
}
.form_content form{}
.form_content input{
    width: 100%;
    padding: 0 0.5rem;
    font-size: 0.86rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2.4em;
    border-radius: 0;
    border: 1px solid currentColor;
    box-sizing: border-box;
    color: currentColor;
    margin-bottom: 1rem;
}
.form_content textarea{
    width: 100%;
    padding: 1em 0.5rem;
    font-size: 0.86rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid currentColor;
    box-sizing: border-box;
    color: currentColor;
    margin-bottom: 1rem;
    resize:none;
    min-height: 16em;
}
.form_content .sn_btn{
    background-color: #003595;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    color: #fff;
    padding: 0.5em 3.5em;
    margin: 0 auto;
    border-radius: 0.4em;
    display: block;
}

.form_content .sn_btn span{}
.form_content ::placeholder{
    color:currentcolor;
}
.txt_contact{
    font-size: 0.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 2rem 0;
}
.cp_title, .c_txt{
    width: calc(75% - 3rem);
    margin: 2rem auto;
}
.slider_page{
    width: 100%;
    border: 2px solid #003595;
    
}
.image_content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image_content img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slider_page .splide__slide{
    max-height: calc(100vh - 10rem);
}

.item_new{
    padding: 1rem;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1rem;
    background-color: #fff;
}


.new_link{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.item_cat{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E4E5E6;
    position: relative;
    color: #003595;
}
.item_cat_image{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    display: block;
    position: relative;
}
.item_cat_image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.item_cat_info{
    padding: 0.5rem ;
    width: 100%;
    box-sizing: border-box;
}
.item_cat_info h3{
    font-weight: 600;
    font-size: 0.7rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    margin: 0;
}
.item_cat_info h4{
    font-weight: 500;
    font-size: 0.7rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    margin: 0;
}
.item_cat_logo{
    width: auto;
    height: auto;
    display: block;
    max-width: 4rem;
    max-height: 2rem;
    margin: 0.5rem 0 0;
}
.msj{
    margin: 0;
    font-size: 0.8rem;
}
.txt::after{
    content: '';
}
.error_404{
    background-color: #edeceb;
}
.error_404 .content{
    min-height: calc(100vh - (16.8rem + 14px));
    display: flex;
    align-items: center;
    justify-content: center;
}
.error_404 .c_txt.txt{
    margin: 0 auto;
}
.txt a{
    text-decoration: underline;
}
.fixed_animation{
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    pointer-events: none;
    top: 1px;
    left: 0;
}


.btn.btn_contacto{
    width: 100%;
    text-align: center;
    background-color: #003595;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    padding: 0.5em 3.5em;
    margin: 0 auto;
    border-radius: 0.4em;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
}
.form_contacto{
    display: none;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    overflow: hidden;
    padding: 1rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #E4E5E6;
    position: absolute;
    bottom: 0;
    max-height: calc(100vh - 2rem);
    z-index: 10;
    overflow: auto;
}
.fc_title{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #003595;
    color: #fff;
    top: -1rem;
    position: relative;
    left: -1.5rem;
    width: calc(100% + 3rem);
    font-size: 0.7rem;
}
.fc_title p{}
.form_contacto input{
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    line-height: 2em;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0.4em;
    border: 1px solid #D0CFCD;
}
.form_contacto textarea{
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em 1rem;
    line-height: 1.4em;
    height: 5rem;
    resize: none;
    font-size: 0.7rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0.4em;
    border: 1px solid #D0CFCD;
}
.form_contacto ::placeholder{}
.form_contacto .btn{
    background-color: #003595;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    border-radius: 0.4em;
    border: none;
    padding: 0 2em;
    line-height: 2em;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.contacto-cerrar{
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}
.contacto-cerrar::after{
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.contacto-cerrar::before{
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}
.responsive_header{
    display: none;
}


/* alert */

.alert{
    margin: 0.2em 0;
    display: block;
    padding: 0;
    font-size: 0.7rem;
}
.alert.success{
    background-color: transparent;
    border:none;
    border-radius: 0;
    color: #0d6110;
    text-indent: 0;
    padding: 0;
}
.alert.error{
    background-color: transparent;
    border:none;
    border-radius: 0;
    text-indent: 0;
    color: #bd2419;
    padding: 0;
}
.alert.warning{
    background-color: transparent;
    border:none;
    border-radius: 0;
    text-indent: 0;
    padding: 0;
    color: #f19205;
}
.alert.info{background-color: transparent;
    border:none;
    border-radius: 0;
    padding: 0;
    text-indent: 0;
    color: #1a426e;
}

.loadmore .sn_btn{
    background-color: #003595;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    color: #fff;
    padding: 0.5em 3.5em;
    margin: 0 auto;
    border-radius: 0.4em;
    display: block;
}
.loadmore{
    grid-column: 1/5;
    margin: 2rem 0;
}
.grid .loadmore{
    grid-column: 1/4;
}

.content_news .loadmore{
    grid-column: initial;
}

input:active,
input:focus,
textarea:active,
textarea:focus,
button:active,
button:focus{
outline: 0;
}
.whatsapp_ext{
    position: fixed;
    bottom: 6rem;
    right: calc(50% - (1670px/2));
    z-index: 4;
}
.whatsapp_ext.fade{
    display: none;
}
.whatsapp_ext a{
    display: block;
    background-color: #25D366;
    padding: 0.5rem;
    border-radius: 50%;
}
.whatsapp_ext img{
    max-width: 2rem;
    height: auto;
    display: block;
}
.btn_ss_item{
    padding: 0.5rem 1rem;
    display: block;
    cursor: pointer;
}
.btn_ss_item > span{
    transform: rotate(90deg);
    display: block;
    transform-origin: center;
}
.btn_ss_item.act > span{
    transform: rotate(-90deg);
}
.sub_content{
    width: 100%;
    display: none;
    border-bottom: 1px solid #F8F8F8;
}
.sub_content:last-child{
    border-bottom: 0;
}
.sub_btn_ext{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
.sub_btn_ext > a{
    padding: 0.5rem 0;
}
.moreinfo{
    text-transform: uppercase;
    background-color: #003595;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    font-weight: 400;
    color: #fff;
    padding: 0.5em 3.5em;
    margin: 0 auto;
    border-radius: 0.4em;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.info_xtra{
    width: 100%;
    display: none;
    padding: 1px 0;
}
.moreinfo span:nth-child(2){
    display: none;
}
.moreinfo.act span:nth-last-child(2){
    display: none;
}
.moreinfo.act span:nth-child(2){
    display: block;
}
.ancla{
    position: absolute;
    top: -7rem;
    display: block;
}
.side_submenu.side_news{
    background-color: transparent;
    padding: 0;
}
.side_post{
    background-color: #E4E5E6;
    color: #54565A;
    padding: 1rem 0.5rem;
    margin-bottom: 1px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.side_post p{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    margin: 0 0 1em;
}
.side_post h2,
.side_post h3{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    margin: 0;
}
.link_cover{
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item_new::after{
    content: '';
    display: block;
    clear: both;
}
.item_new h3{
    margin: 1rem 0 0;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.item_new p{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
}
.item_new h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 2rem 0 0;
    font-size: 1.86rem;
    color: currentColor;
}
.btn_leermas{
    display: block;
    padding: 0.5em 1rem;
    border-radius: 0;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #54565A;
    font-weight: 600;
    margin: 2rem auto 0;
    text-align: center;
    width: fit-content;
}
.loadmore_news{
    margin-bottom: 0;
    width: 100%;
}
.loadmore_news .sn_btn{
    margin-right: 0;
}
.content_news .page{
    margin-bottom: 0;
}
.side_submenu.side_news .side_post{
    position: relative;
    margin-bottom: 1rem;
    color: #003595;
}
.side_submenu.side_news .side_post h2, .side_submenu.side_news .side_post h3{
    font-weight: 400;
    margin-bottom: 1em;
}
.new_wrapper{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #E4E5E6;
}
.item_new_fecha{
    color: #003595;
}

.slider_item{
    position: relative;
    width: 100%;
}
.slider_item_int{
    width: 100%;
}
.slider_item .close{
    display: none;
}
.slider_item .zoom{
    border-radius: 0.3rem;
    font-size: 1rem;
    border: 1px solid #E4E5E6;
    padding: 0;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/lupa.png);
    background-size: 0.9rem;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    background-color: #E4E5E6;
    z-index: 1;
}
.actZoom .slider_item_int{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
}
.actZoom .slider_item .zoom{
    display: none;
}
.actZoom .slider_item .close{
    display: block; 
    border: none;
    border-radius: 0;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    padding: 0;
    right: 2rem;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: #E4E5E6;
}
.actZoom .slider_single.splide{
    width: calc(100% - 4rem);
    margin: 2rem;
    height: calc(100% - 4rem);
    background-color: #fff;
}
.actZoom{
    overflow: hidden;
}
.actZoom .slider_single .splide__track{
    height: 100%;
}
.actZoom .slider_item .splide--fade>.splide__track>.splide__list>.splide__slide.act,
.actZoom .slider_item .splide--fade>.splide__track>.splide__list>.splide__slide{
    height: 100%!important;
}
.txt ul.splide__pagination{
    list-style: none;
    padding: 0;
    margin: 0;
}
.txt .splide__pagination li::before{
    display: none;
}
.slider_item .splide__pagination__page.is-active{
    background-color: #003595;
}
.actZoom .slider_single .splide__slide img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: initial;
}
.actZoom .slider_single .splide__slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.side_submenu_parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side_submenu_parent > span{
    padding: 0 1rem;
    display: inline-block;
    cursor: pointer;
}

.side_submenu_parent > span > span{
    transform: rotate(90deg);
    display: block;
    transform-origin: center;
}

.side_submenu_parent.act > span > span{
    transform: rotate(-90deg);
}

.aboutUs{
    margin: 3rem 0;
    padding: 2rem 0;
    /*border-top: 1px solid #E4E5E6;
    border-bottom: 1px solid #E4E5E6;*/
    background-color: #EFEFEF;
}

.aboutUsContainer{
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    /*width: 1670px;
    margin: 0 auto;*/
}

.aboutUsText > :first-child,
.aboutUsText > :last-child{
    margin: 0;
}

.aboutUsText > *:not(:first-child, :last-child){
    margin: 0 0 2rem;
}

.aboutUsText > h2{
    font-size: 175%;
}

.aboutUsText > h3{
    font-size: 90%;
}

.aboutUsGallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.aboutUsGallery > li{
    position: relative;
    width: 25%;
    background-position: center center;
    background-size: 75%;
    background-repeat: no-repeat;
    aspect-ratio: 4/3;
}

.aboutUsGallery > li > a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.marcaPreview{
    position: relative;
    height: 25vh;
    border: 1px solid #E4E5E6;
}

.marcaPreview > a{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.marcaPreviewContent{
    display: grid;
    grid-template-rows: minmax(0, 75%) minmax(0, 25%);
    height: 100%;
}

.marcaPreviewContent > div{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    border-bottom: 1px solid #E4E5E6;
}

.marcaPreviewContent > h3{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #003595;
    font-size: 1rem;
    text-align: center;
    align-self: center;
}

.categoriaTitle{
    display: flex;
    border: 1px solid #E4E5E6;
    align-items: center;
    justify-content: center;
}

.categoriaTitle > h3{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #003595;
    font-size: 1.5rem;
}