@charset "UTF-8";

html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 1.48vw;
    -webkit-overflow-scrolling: touch;
    color: #17333A;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: #E5E8EA;
    font-family: 'Poppins', sans-serif;
}

body.hidden{
  overflow: hidden;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}


/* header */
header{
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #e5e8ea;
    border-bottom: 1px solid currentColor;
    z-index: 5;
}
.header_int{
    width: calc(100% - (7.65vw*2));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr 19.83vw;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.item_m{
    padding: 1.6rem 0;
    margin-right: 2rem;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    padding-bottom: calc(1.6rem - 3px);
}

.item_m.act{
    border-color: currentColor;
}
.item_m span{
    color: #4b617d;
}
.logo{display: flex;align-items: center;justify-content: flex-end;padding: 1vw 0;border-left: 1px solid currentColor;}
.logo img{
    width: 17.52vw;
    height: auto;
    display: block;
    width: 11.8rem;
}

.contenido{
    width: calc(100% - (7.65vw*2));
    max-width: 1622px;
    margin: 0 auto;
}

.btn{
    border-radius: 1.3em;
    border: 1px solid currentColor;
    background-color: transparent;
    padding: 0.5em 1.4rem;
    appearance: none;
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    -webkit-appearance: none;
    line-height: 1em;
    transition: 300ms all ease;
    cursor: pointer;
}
.btn.btn_cotiza{
    border: none;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
    right: 7.65vw;
    /* position: fixed; */
    bottom: 3.8rem;
    background-color: #fff;
    padding: 0.5em 1.4rem;
    z-index: 3;
    position: relative;
    line-height: 1em;
    border: 1px solid currentColor;
}
.btn span{
    /* font-size: 1.1rem; */
    /* font-weight: 500; */
}

section{
    width: 100%;
    border-bottom: 1px solid currentColor;
}

.wrapper{
    width: 100%;
}
.banner_imagen{
    position: relative;
}
.banner_imagen .banner_int{
    position: relative;
    width: 100%;
}
.banner_imagen .banner_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 41.3%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.banner_imagen .banner_img video{
    width: 110vw;
    height: 66.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: -webkit-translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner_imagen .banner_info{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
}

.banner_imagen .banner_info h2{
    margin: 0 0 2.2rem;
    width: 100%;
    max-width: 45rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2em;
    color: #17333A;
}

.banner_informacion{}
.banner_informacion .banner_int{
    display: grid;
    width: 100%;
    grid-template-columns: 49.17% 1fr;
}
.banner_informacion .banner_img{
    width: 100%;
    padding-bottom: 85%;
    height: 0;
    position: relative;
    border-right: 1px solid currentColor;
    box-sizing: content-box;
}
.banner_informacion .banner_info{
    width: calc(100% - 7.65vw - 2.65rem);
    margin-left: 2.65rem;
    max-width: 750.9685px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.banner_informacion .banner_info h2{
    margin: 0 0 4rem;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 500;
}
.banner_informacion .banner_info .btn{
    margin-bottom: 2.5rem;
}

.frases{position: relative;z-index: 1;}
.frase_slide{
    width: 100%;
    min-height: 28rem;
    position: relative;
}
.frase_slide .contenido{
    display: flex;
    /* grid-template-columns: 49% 1fr; */
    padding: 3rem 0;
align-items: flex-start;justify-content: center;}
.frase{
    padding: 0rem 0 7rem;
width: 49%;text-align: center;}
.frase span{
    font-size: 5rem;
    line-height: 1.4em;
    height: 2rem;
    display: block;
}
.frase h2{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.6rem 0 2rem;
}
.frase h3{
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0;
    line-height: 0.7em;
}
.frase h5{
    font-size: 0.8rem;
    margin: 0;
    font-weight: 500;
}
.frase_image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.frase_img{
    width: 20rem;
}
.frase_img_int{
    width: 100%;
    padding-bottom: 116%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10rem;
}

.imagen_full{}
.imagen_full_img{
    width: 100%;
    height: 0;
    padding-bottom: 41.2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.servicios{}
.servicios_slide{
    display: grid;
    grid-template-columns: 23.41% 1fr;
}
.ss_title{
    min-height: 6.3rem;
    display: flex;
    box-sizing: border-box;
    padding-left: 7.65vw;
    height: fit-content;
    position: sticky;
    top: 5rem;
}
.ss_title h2{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3em;
}
.sb_title{
    border-bottom: 1px solid currentColor;
    box-sizing: border-box;
    padding: 0 7.65vw 0 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid currentColor;
}
.sb_title h3{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
}

.s_parrafo{
    font-weight: 400;
    grid-column: 2;
    border-left: 1px solid currentColor;
    box-sizing: border-box;
    padding: 2rem 7.65vw 2rem 4rem;
}
.s_parrafo p{
    line-height: 1.3em;
    margin: 1rem 0;
    max-width: 36rem;
}

.s_parrafo *:first-child{
    margin-top: 0;;
}
.s_parrafo h3{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 3rem 0 1.5rem;
}
.s_parrafo *:last-child{
    margin-bottom: 0;;
}
.s_parrafo .btn{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.banner_informacion{}
.banner_int{}
.banner_img{}
.banner_img_int{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner_info{}
.banner_info h2{
}
.banner_info .btn{}

.s_clientes{
    padding-bottom: 6.5rem;
}
.s_clientes .contenido{}
.s_clientes .contenido h2{
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;
    padding: 3.2rem 0;
}

.carrusel{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.carrusel_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carrusel_img_int{
    min-width: 4rem;
    width: auto;
    height: 8rem;
    background-color: #e5e8ea;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carrusel_img_int img{
    max-height: 4rem;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    mix-blend-mode: darken;
    filter: grayscale(1) contrast(1.3);
}


.texto_page{
    border-bottom: none;
    padding: 5rem 0;
    min-height: calc(100vh - 41.3vw);
}
.texto {
    width: 52.08vw;
    font-weight: 400;
    margin-bottom: 3rem;
}
.texto img{
    max-width: 100%;
    height: auto;
    display: block;
    max-width: 1rem auto;
}
.texto img.center{
    max-width: 100%;
    height: auto;
    display: block;
    max-width: 1rem auto;
}
.texto p{
    letter-spacing: 0.01rem;
}
.texto > *{
    line-height: 1.3em;
    font-weight: 400;
}
.texto > *:first-child{
    margin-top: 0;
}
.texto > *:last-child{
    margin-bottom:0;
}
.texto h1{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2em;
}
.texto h2{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2em;
}

.redes{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
.red{
    display: block;
    margin-right: 2rem;
    font-weight: 500;
}
.red a{
    font-weight: 400;
}

/* footer */
footer{
    color: #e5e8ea;
    background-color: #4A617D;
}
.footer_int{
    width: calc(100% - (7.65vw*2));
    max-width: 1622px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
.footer_int:nth-child(2){
    padding: 0;
}
.footer_col{
    padding: 2rem 0 0;
}
.footer_int:nth-child(1) .footer_col:nth-child(2){
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.f_menu{
    display: flex;
    flex-direction: column;
}
.fm_item{
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.3em;
}
.footer_col p{
    margin: 2rem 0 0;
    font-size: 0.8rem;
}
.footer_col img{
    max-width: 9rem;
}

.footer_sub{
    font-size: 0.6rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.fs_item{
    margin-right: 2rem;
    display: block;
    padding: 1rem 0;
}
.fs_item span{}
.footer_col:nth-child(2) .footer_sub{
    justify-content: flex-end;
}
.footer_int::nth-child(2){
    
}
.footer_col:nth-child(2) .footer_sub .fs_item{
    margin-left: 2rem;
    margin-right: 0;
}
.info_extra{
    border-bottom: 1px solid currentColor;
}
.info_extra_titulo{
    padding: 0.6rem 0;
    position: relative;
    cursor: pointer;
}

.sn_cursor .info_extra_titulo{
    cursor: default;
}
.info_extra_titulo h2{
    font-size: 1.05rem;
    font-weight: 500;
    margin: 0;
}
.info_extra_titulo h2 span{
    display:inline-block;
    vertical-align:top;
    width:1.5rem;
}
.info_extra_info{
    padding-left: 1.5rem;
    width: 52.08vw;
    box-sizing: border-box;
    display: none;
width: 100%;}
.info_extra_info_int{
    padding: 1rem 0;
    font-size: 0.9rem;
}
.info_extra_info_int > *{}
.info_extra_info_int > *:first-child{
    margin-top:0;
}
.info_extra_info_int > *:last-child{
    margin-bottom:0;
    padding-bottom: 1rem;
}
.btn_mm{
    width: 1.1rem;
    height: 1.1rem;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid currentColor;
    top: calc(50% - 0.55rem);
}
.btn_mm::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    background-color: currentColor;
    height: 1px;
    width: 0.6rem;
}
.btn_mm::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    background-color: currentColor;
    height: 1px;
    width: 0.6rem;
}
.info_extra.act .btn_mm::after{
    display: none;
}

.header_desplegar{
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 1px);
    background-color: #e5e8ea;
    display: none;
    border-bottom: 1px solid currentColor;
}
.header_int{
}
.menu_d{
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    min-height: 10rem;
}
.item_m_d{
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 0 0.4rem;
    /* text-decoration: underline; */
    /* text-decoration-skip-ink: none; */
    /* text-decoration-thickness: 1px; */
    /* border-bottom: 1px solid currentColor; */
}

.item_m_d.act span{
        border-bottom: 1px solid currentColor;
}

.parrafo{
    font-size: 0.8rem;
    min-height: 10rem;
}
.redes{}
.parrafo .red{
    font-weight: 300;
}
.h_linea{
    width: 100%;
    border-left: 1px solid currentColor;
}
.texto .redes{
    margin-top: 3rem;
}
.texto .red{
    font-weight: 400;
}

.info_extra:last-child{
    border-bottom: 0;
}
 .lSAction > a{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid currentColor;
    border-radius: 50%;
cursor: pointer;}
 .lSAction > .lSPrev{
    left: initial;
    text-align: center;
position: relative;
    top: 0;
    margin: 0;display: block;margin: 0 0.5rem;}
 .lSAction > .lSPrev::after{
    content: '←';
    font-weight: 400;
}
.lSAction > .lSNext{
    left: initial;
    text-align: center;
position: relative;top: 0;margin: 0 0.5rem;display: block;right: initial;}
 .lSAction > .lSNext::after{
    content: '→';
    font-weight: 400;
}
 .lSAction{
    left: 50%;
    position: absolute;
    bottom: 4rem;
width: fit-content;display: block;height: fit-content;transform: translateX(-50%);z-index: 4;display: flex;align-items: center;justify-content: center;}
.lSSlideOuter{
    z-index: 1;
    position: relative;
}
.lSSlideOuter .lSPager.lSpg{
    text-align: right;
    position: absolute;
    right: 7.65vw;
    top: 0;
    margin: 0!important;
    min-height: 6.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lSSlideOuter .lSPager.lSpg > li a{
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid currentColor;
    background-color: transparent;
    font-size: 0;
}
 .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color: currentColor;
}
.lSSlideOuter .lSPager.lSpg > li{
    padding: 0 0 0 0.3rem;
}
.info_extra_titulo{
    padding-right: 3rem;
padding-left: 1.5rem;}
.btn_responsive{
    display: none;
}
.menu_responsive{
    display: none;
}
.break_img{
    width: 100%;
    border-top: 1px solid currentColor;
    margin-bottom: 3rem;
    border-bottom: 1px solid currentColor;
}
.break_img img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.over_form{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
background-color: rgb(74 97 125 / 85%);}
.div_cerrar{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.over_form_int{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.form_cube{
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    width: 20rem;
    box-shadow: 0px 0px 7px 3px #00000036;
    position: relative;
}
.form_cube label{
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}
.form_cube input{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid currentColor;
    margin: 0;
    padding: 0;
    width:100%;
    line-height: 1.7rem;
    color: #17333A;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    border-radius: 0;
}
.form_cube textarea{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid currentColor;
    margin: 0;
    padding: 0;
    width:100%;
    line-height: 1.7rem;
    color: #17333A;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    border-radius: 0;
    resize: none;
    }
.form_cube ::placeholder{
    color: #17333A;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
}
.form_cube h2{
        font-weight: 500;
    font-size:1rem;
    margin:0;
}
.doble_label{display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;/* flex-wrap: wrap; */}
.doble_label label{}
.cerrar{
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 3px #00000036;
    right: -3rem;
    top: 0;
    cursor: pointer;
    background-color: #fff;
display: none;}
.cerrar::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.1rem;
    height: 1px;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cerrar::before{
    content: '';
    display: block;
    position: absolute;
    width: 1.1rem;
    height: 1px;
    background-color: currentColor;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
/*checkbox*/
.contactar {
    display: block;
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.58rem;
    text-transform: uppercase;
    line-height: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'reader-bold-pro', sans-serif;
  }
  .contactar input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  
      -webkit-appearance:auto;
      appearance:auto;
  }
  .contactar .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 2px;
    background-color: transparent;
    display: block;
    border: 1px solid currentColor;
    margin: 0;
    padding: 0;
  }
  
  .contactar input:checked ~ .checkmark {}
  .contactar input:checked ~ .checkmark::before{
      content:'';
      display:block;
      top: 0.1rem;
      left: 0.1rem;
      width: 0.5rem;
      height: 0.5rem;
      background-color: currentColor;
      position: absolute;
      border-radius: 1px;
  }
  .contactar .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .contactar .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  input:active,
  input:focus, 
  textarea:active,
  textarea:focus{
    outline: 0;
  }
  body.actOver{
      overflow: hidden;
  }

  .banner_nav{position: absolute;width: calc(100% - (7.65vw*2));left: 7.65vw;bottom: 4rem;display: flex;align-items: flex-start;justify-content: space-around;}
  .banner_nav_a{
    font-weight: 500;
    font-size: 1.48rem;
    color: #fff;
  }
  
  .frase_s{background-color: #4A617D;
    color: #fff;}
.frase_s .btn{
    color: #fff;
margin: 0 auto;}
  .frase_s .contenido{}
 .frase_s_int{padding: 3rem 0 4rem;max-width: 60%;margin: 0 auto;text-align: center;}
 .frase_s_int h2{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 1.6rem 0 1.6rem;
 }
.banner_info{}
.banner_info nav{display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}
.banner_info nav .btn{margin-right: 1rem;}

.galeria_scroll{
    position: relative;
    z-index: 1;
}
.galeria_scroll-item{
    height: calc(100vh - 6.8vw);
    width: 100%;
    position: sticky;
    bottom: 0;
display: flex;align-items: flex-end;justify-content: center;}
.galeria_scroll-image{
    background-color: #fff;
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-size: cover;background-repeat: no-repeat;background-position: center;}
.galeria_scroll-info{position: relative;z-index: 2;margin: 0 auto 3rem;display: flex;align-items: flex-end;justify-content: space-between;}
.info-scroll{width: 50%;}
.info-scroll h2{font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;margin: 0.5rem 0;}
.info-scroll p{margin: 0.5rem 0;}
.galeria_scroll-info nav{width: calc(50% - 2rem);display: flex;align-items: flex-end;justify-content: flex-end;}
.galeria_scroll-info .btn{margin-left: 1rem;background-color: #fff;margin-right: 9rem;}


.galeria_scroll-image::after{
    content:'';
position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 100%);}

.fraccion{
    position: absolute;
    right: 7.65vw;
    bottom: 4rem;
    font-size: 0.7rem;
}
.frases_contenido{
    position: relative;
    background-color: #4A617D;
    color: #fff;
    height: auto;
        display: block;
        min-height: 10rem;
}

.header_desplegar.contacto_b .parrafo{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 1rem;
}
.header_desplegar.contacto_b .redes {
    margin-bottom: 1.5rem;
}
.header_desplegar.contacto_b{
    background-color: #4a607d;
    color: #fff;
}
.texto_page_bloque{padding: 3rem 0;}
.texto_page_bloque .contenido{display: grid;grid-template-columns: 16rem 1fr;grid-gap: 1rem;}
.texto_page_bloque .texto{width: 100%;margin: 0;}
.texto_page_bloque ul{margin: 0;padding: 0;column-count: 2;column-gap: 3rem;}
.texto_page_bloque li{display: inline-block;width: 100%;
    position: relative;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.texto_page_bloque li h3{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2em;
margin: 0 0 0.5rem;}
.texto_page_bloque li p{margin: 0.5rem 0 2rem;}
.texto_page_bloque .texto:nth-child(2){padding: 0 0 6rem;}
/* .texto_page_bloque li::before{
    content:'';
display: block;position: absolute;width: 0.3rem;height: 0.3rem;background-color: currentColor;border-radius: 50%;left: -0.8rem;top: 0.4rem;} */


.contenido.contenido_mitad{display: grid;grid-template-columns: 1fr 1fr;}
.contenido.contenido_mitad .texto{width: 100%;margin: 0;border-left: 1px solid currentColor;}
.imagen_back{
    height: calc(100vh - 6.8vw);
    width: calc(100% + 7.65vw);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
border-left: 1px solid currentColor;box-sizing: border-box;top: 6.8vw;position: sticky;}
.texto_page_line{
    
    
border-top: 1px solid currentColor;border-bottom: 1px solid currentColor;}

.contenido.contenido_mitad .texto .info_extra{padding: 1rem 0;padding-right: 1.3rem;}
.texto_avaluos_page .info_extra{padding: 1rem 0;padding-right: 1.3rem;}

.servicio_b .header_int{width: 100%;}
.servicio_b .menu_d{padding: 0;display: flex;flex-direction: row;}
.servicio_b .item_m_d{padding: 2rem 1rem;text-decoration: none;
    min-height: 100%;
    box-sizing: border-box;margin: 0;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;}
.servicio_b .item_m_d:first-child{
    padding-left:7.65vw;
}
.servicio_b .item_m_d:hover{
    background-color: #4a607d;
color: #fff;}
.servicio_b .item_m_d > *:nth-child(2){font-size: 0.8rem;font-weight: 300;}
.ancla{
    position: relative;
    top:-6.7vw;
    display: block;
}


.banner_home .btn.btn_cotiza{
    position: absolute;
    bottom: -1.1rem;
}
.doble_label a{
    text-decoration: underline;
}
.btn_fixed{
    float: right;
    top: calc(100vh - 1.3rem);
    position: sticky;
    z-index: 4;
}
.btn_fixed_int{}
.texto_page_bloque:last-child{
    padding-bottom: 6rem;
}
.texto_page .texto{
    margin-bottom: 0;
}
.texto_avaluos_page.texto_page .texto{
    margin-bottom: 3rem;
}
.underline{
    text-decoration: underline;
}