@charset "UTF-8";
/* CSS Document */
.right-0{
    right: 0
}
.top-10{
    top: 10px
}
.opacity-70{
    opacity: .7!important
}
.opacity-80{
    opacity: .8!important
}
.mw-960{
    max-width: 960px
}
.mw-100{
    min-width: 100px
}
.mw-45{
    min-height: 45px
}
.mw-75{
    min-height: 75px
}
.mw-270{
    min-height: 270px
}
.mw-300{
    min-height: 300px
}
.mt-35{
    margin-top: 35px
}
.fs-15{
    font-size: 15px
}
.fs-20{
    font-size: 20px
}
.fs-25{
    font-size: 25px
}
.fs-40{
    font-size: 40px
}
.mt-120{
    margin-top: 120px
}
.mt-80{
    margin-top: 80px
}
.mt-60{
    margin-top: 60px
}
.pt-150{
    padding-top: 150px
}
.pt-170{
    padding-top: 170px
}
.pt-200{
    padding-top: 200px
}
.pt-220{
    padding-top: 220px
}
.pt-240{
    padding-top: 240px
}
.py-150{
    padding-top: 150px;
    padding-bottom: 150px
}
.py-240{
    padding-top: 240px;
    padding-bottom: 240px
}
.py-220{
    padding-top: 220px;
    padding-bottom: 220px
}
.pt-120{
    padding-top: 120px
}
.pb-150{
    padding-bottom: 150px
}
.pb-200{
    padding-bottom: 200px
}
.pb-220{
    padding-bottom: 220px
}
.bg-cover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
h1,.h1{
	font-family: var(--family-primary);
	font-size: 60px;
	font-weight: 300;
	line-height: 1.08
}
h2,.h2{
	font-family: var(--family-primary);
	font-size: 54px;
	font-weight: 100;
	line-height: 1.2
}
h3,.h3{
	font-family: var(--family-primary);
	font-size: 25px;
	font-weight: 300;
	line-height: 1.2
}
h4,.h4{
	font-family: var(--family-primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3
}
h5,.h5{
	font-family: var(--family-primary);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3
}
h6{
	font-family: var(--family-primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3
}
blockquote{
	border-left: 4px solid var(--color-primary);
	padding-left: 1.5rem
}
body{
	font-family: var(--family-primary);
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
    color: #fff;
    background-color: #000
}
a{
    text-decoration: none
}

.btn {
    font-size: 13px !important;
}

.site-header{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%
}
.brand-menu{
    display: flex
}
.bubble-btn{
    position: relative
}
.bubble-btn i{
    opacity: .75
}
.bubble-btn > span{
    width: 21px;
    height: 21px;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    bottom: -14px;
    right: -12px;
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center
}
.container-fw{
    margin-left: 20px;
    margin-right: 20px
}
.slideshow-1 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slides {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slides-border {
    border: 1.3rem solid #000;
}
.slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.slide-current {
    opacity: 1;
    pointer-events: auto;
}
.slide-img {
    position: absolute;
    top: -100px;
    left: -100px;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.slide-img-overlay.slide-img:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%)
}
.slide-img.slide-vid {
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
}
.slide-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.slideshow-shape-1,
.slideshow-shape-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.slideshow-shape-1,
.slideshow-shape-2{
    fill: #000
}
.slidenav {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    bottom: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    z-index: 8
}
.slidenav.slidenav-right {
    left: unset;
    right: 0;
    bottom: 40px;
}
.slidenav.slidenav-right {
    left: unset;
    right: 0;
    bottom: 40px;
}

.slidenav-item {
    font-size: 1.2rem;
    line-height: 1;
    font-family: var(--font-roboto);
    margin: 0 1rem;
    border: 0;
    color: var(--light-1);
}

.slidenav-item.slidenav-arrow {
    width: 40px;
    height: 25px;
    margin: 0 1rem;
    display: inline-block;
}

#toTop2 {
    color: #fff !important;
    text-align: center;
    font-size: 25px;
    bottom: 20px;
    height: 45px;
    line-height: 42px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-decoration: none;
    width: 45px;
    background-color: #0ca3dd;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 25px;
    transition: all .2s .1s ease
}
#toTop2:hover {
	background-color:#8f8f8f
}

@media (max-width: 768px) {
  .slides-border {
     border: 0rem solid;
  }
}

@media (max-width: 576px) {
  .slidenav {
    bottom: 100px;
}
   
  .slidenav.slidenav-right {
    bottom: 100px;
}

  .slidenav.slidenav-right {
    bottom: 100px;
  }
}
.checks:before{
    font-family: 'p2h' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 22px
}
.checks-1:before{
    content: '\e902'
}
.checks-2:before{
    content: '\e902  \e902'
}
.checks-3:before{
    content: '\e902  \e902  \e902'
}
.checks-4:before{
    content: '\e902  \e902  \e902  \e902'
}
.checks-5:before{
    content: '\e902  \e902  \e902  \e902  \e902'
}
/* Main container for the chat bubble */
.tooltip-custom {
    position: absolute;
    background-color: #333333;
    color: #fff;
    max-width: 280px;
    clip-path: polygon(10% 25%, 0 0, 100% 0, 100% 100%, 10% 99%);
    align-items: center; 
    justify-content: center;
    display: none;
    right: -120px;
    top: 20px
}
.tooltip-custom.right{
    clip-path: polygon(0 0, 85% 0%, 100% 0, 88% 25%, 88% 100%, 0 100%);
    right: auto;
    left: -120px
}
.tooltip-custom:before{
    content: '';
    position: absolute;
    background: #000;
    clip-path: polygon(10% 25%, 0 0, 100% 0, 100% 100%, 10% 99%);
    width: calc(99% - 2px);
    height: calc(100% - 2px);
    left: 4px;
    top: 1px
}
.tooltip-custom.right:before{
    clip-path: polygon(0 0, 85% 0%, 100% 0, 88% 25%, 88% 100%, 0 100%);
    left: auto;
    right: 4px
}
/* Inner padding to prevent text overlap with the arrow */
.tooltip-custom p {
    margin: 0;
    z-index: 1;
    position: relative;
    background-color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 1px 1px 3px 29px;
    padding: 20px 30px;
    font-size: 13px
}
.tooltip-custom.right p {
    margin: 1px 34.5px 2px 1px;
    padding: 20px 30px;
    font-size: 13px
}
.tooltip-wrap{
    position: relative
}
.tooltip-wrap:hover .tooltip-custom{
    display: flex
}
.pallette-carousel .swiper-pagination{
    text-align: right
}
.pallette-carousel .swiper-slide h3{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8;
    z-index: 1
}

.pallette-carousel2 .swiper-pagination{
    text-align: right
}
.pallette-carousel2 .swiper-slide h3{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8;
    z-index: 1
}

.pallette-carousel3 .swiper-pagination{
    text-align: right
}
.pallette-carousel3 .swiper-slide h3{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8;
    z-index: 1
}

.pallette-carousel4 .swiper-pagination{
    text-align: right
}
.pallette-carousel4 .swiper-slide h3{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .8;
    z-index: 1
}


.news-slider .swiper-pagination-bullet{
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin: 0 7px!important
}
.news-slider .swiper-pagination-bullet-active{
    background-color: #fff;
    border-color: #fff
}
.pallette-carousel .swiper-pagination-bullet{
    width: 50px;
    height: 50px;
    border: 1px solid #969594;
    opacity: 1
}
.pallette-carousel .swiper-pagination-bullet-active{
    border-color: var(--color-primary)
}
.pallette-carousel .pag-slide1{
    background-color: #b5b6b6
}
.pallette-carousel .pag-slide2{
    background-color: #5c5349
}
.pallette-carousel .pag-slide3{
    background-color: #b6ae9c
}
.pallette-carousel .pag-slide4{
    background-color: #333331
}
.pallette-carousel .pag-slide5{
    background-color: #555354
}
.pallette-carousel .pag-slide6{
    background-color: #f6f7f6
}


.pallette-carousel2 .swiper-pagination-bullet{
    width: 50px;
    height: 50px;
    border: 1px solid #969594;
    opacity: 1
}
.pallette-carousel2 .swiper-pagination-bullet-active{
    border-color: var(--color-primary)
}
.pallette-carousel2 .pag-slide1{
    background-color: #b5b6b6
}
.pallette-carousel2 .pag-slide2{
    background-color: #5c5349
}
.pallette-carousel2 .pag-slide3{
    background-color: #333331
}
.pallette-carousel2 .pag-slide4{
    background-color: #f6f7f6
}


.pallette-carousel3 .swiper-pagination-bullet{
    width: 50px;
    height: 50px;
    border: 1px solid #969594;
    opacity: 1
}
.pallette-carousel3 .swiper-pagination-bullet-active{
    border-color: var(--color-primary)
}
.pallette-carousel3 .pag-slide1{
    background-color: #b5b6b6
}
.pallette-carousel3 .pag-slide2{
    background-color: #5c5349
}

.pallette-carousel3 .pag-slide3{
    background-color: #333331
}
.pallette-carousel3 .pag-slide4{
    background-color: #555354
}
.pallette-carousel3 .pag-slide5{
    background-color: #f6f7f6
}



.pallette-carousel4 .swiper-pagination-bullet{
    width: 50px;
    height: 50px;
    border: 1px solid #969594;
    opacity: 1
}
.pallette-carousel4 .swiper-pagination-bullet-active{
    border-color: var(--color-primary)
}
.pallette-carousel4 .pag-slide1{
    background-color: #b5b6b6
}
.pallette-carousel4 .pag-slide2{
    background-color: #5c5349
}
.pallette-carousel4 .pag-slide3{
    background-color: #333331
}
.pallette-carousel4 .pag-slide4{
    background-color: #f6f7f6
}

.product-table{
    padding-left: 10vw;
    padding-right: 10vw
}
.p-table-col{
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}
.td-fact{
    left: -8vw;
    top: -15px
}
.table-details{
    display: none
}
.table-details-opener{
    cursor: pointer
}
.td-opened{
    background-color: #525252!important;
    border-color: #525252!important;
}
.td-opened span{
    opacity: .5
}
.news-slider .grid-item{
    min-height: 450px
}
.footer-social{
    list-style-type: none;
    margin: 0;
    padding: 0
}
.footer-social li{
    margin-left: 60px
}
.footer-social a{
    color: #3c3c3d;
    font-size: 22px
}
.footer-social a:hover{
    color: #b3b3b3
}

.js-reveal-img-v, .js-fade-right, .js-fade-left {
    opacity: 0;
}
a.link-sistema{
    transition: all .2s .1s ease
}
a.link-sistema:hover{
    opacity: 0.3;
}
a.link-sistema.active{
    opacity: 0.3;
    cursor: default;
}
a.link-sistema2{
    opacity: 0.3;
    transition: all .2s .1s ease
}
a.link-sistema2:hover{
    opacity:initial;
}
a.link-sistema2.active{
    opacity: 0.3;
    cursor: default;
}
.alto-minimo{
    min-height: 800px;
}
.link-opacity-75{
    transition: all .2s .1s ease
}



.loader-section{
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    z-index:999;
    transition: all 1s 1s ease-out;
    opacity:1;
  }
  .loaded{
    opacity:0;
    z-index:-1;
  }
    
  .loader {
      width: 48px;
      height: 48px;
      border: 5px solid #dddddd;
      border-bottom-color: transparent;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      animation: rotation 1s linear infinite;
      }


.alpha-70{
    opacity: 70%;
}

a.comentarios{

    opacity: .5;
    transition: all .2s .1s ease

}
a.comentarios:hover{

    opacity: 1;

}

.scroll-comparativas{
display: flex; 
overflow: scroll; 
overflow-x: auto;
overflow-y: hidden;
padding: 70px 0px 60px 0px; 
scrollbar-color: gray black; 
scrollbar-width: thin;
}
  
  @keyframes rotation {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  } 

.texto_producto {
    min-height: 320px;
    font-size: 13px;
}

.contenedor_boton_ver_niveles {
    padding-top: 60px;
    height: 100px;
}

.boton_ver_simple {
    display: none;
}

.boton_ver_linea {
    display: inline-block;
}

.tabla_col_1 .td-fact {
    display: block;
}
.tabla_col_2 .td-fact, .tabla_col_3 .td-fact {
    display: none;
}

.icono_tipo img {
    width: 25px;
}

.icono_tipo i {
    font-size: 20px;
}

.icono_tipo h5 {
    font-size: 13px;
}

.margen_iconos_comaprativa{
    margin-top: 28px;
}

.margen_iconos_comaprativa_superior{
    margin-top: 140px;
}

.contenedor_invisible_iconos_comaprativa{
height: 300px;
}

.alto_fijo_tipologia{
    min-height: 310px;
    /* NO CAMBIAR EL MIN-HEIGHT PORQUE SE ROMPE AL AGREGAR A tipologia_comparativa */
    font-size: 13px;
}

.boton_cerrar_topologia{
    position: absolute;
    top: 20px;
    right: 70px;
    /* background: 
none; */
    background-color: var(--color-primary);
    border: 1px solid #1EA4DB;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    font-size: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    padding-bottom: 6px;
}

#columnas_iconos_tipologias{
    width: 102px;
    margin-left: 5px;
    margin-right: -40px;
}
