@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

p{
    text-align: justify; 
    color:#232323;
    font-size: 16px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
}

body{ 
    color:#232323;
    font-weight: 400; 
    font-family: 'Open Sans', sans-serif;
}



/* - -- - -- - -- - -- - -- 
-- - Estilo botones - --
- -- - -- - -- - -- - -- - */
/* Original */
.boton .btn{
    width: 200px;
    height: 50px;
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0px;
    background: #1d1d1d;
}





.zona_destacada .boton {
    text-align: center;
}


/* Botón Apartamentos */
.apartamentos .boton{
    text-align: right;
}

.apartamentos .boton .btn{
    background: #fff;
    color: #000;
}




/* Botón Parallax */
.zona_destacado .boton.boton_menu .btn {
    width: 405px;
    height: 48px;
}


.zona_destacado .boton .btn img {
    height: 25px;
}

/* Efecto del botón - Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #959595;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.boton.boton_menu .hvr-shutter-out-horizontal:before {
    border-radius: 20px;
    background: #004a9d;
}

.zona_destacado .boton.boton_menu .hvr-shutter-out-horizontal:before {
    background: #5780bc;
}

.boton.color_blanco .hvr-shutter-out-horizontal:before{
    background: #fff;
}

/*
.banner .boton .hvr-shutter-out-horizontal:before {
background: #fff;
}
*/

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:active {
    color: #fff;
}

/*
.banner .boton .hvr-shutter-out-horizontal:hover,
.boton.color_blanco .hvr-shutter-out-horizontal:hover,
.banner .boton .hvr-shutter-out-horizontal:focus, 
.boton.color_blanco .hvr-shutter-out-horizontal:focus, 
.banner .boton .hvr-shutter-out-horizontal:active,
.boton.color_blanco .hvr-shutter-out-horizontal:active {
color: #004a9d;
}
*/

.hvr-shutter-out-horizontal:hover:before, 
.hvr-shutter-out-horizontal:focus:before, 
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* - -- - -- - -- - -- - -- 
-- - Fin Estilo botones - --
- -- - -- - -- - -- - -- - */



/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}



.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}

.separa{
    height: 1500px;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.centrado{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.centrado.izquierda{
    justify-content: flex-start;
}

.centrado.derecha{
    justify-content: flex-end;
}

.animacion{
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.limitar{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitar_11{
    -webkit-line-clamp: 11; /* number of lines to show */
}

.caja{
    overflow: hidden;
}



/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */

/* --- --- --- 
--- HEADER ---
--- --- --- ---*/
header{
    height: auto;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 20;
}


.degradado_fondo{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 195px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);

}
/* -- -- -- -- -- -- -- Menú -- -- -- -- -- -- -- */
.menu {
    background-color: #2c2c2c;
    height: 60px;
    width: 60px;
    border-radius: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 24px;
    right: 32px;
}

.menu_horizontal .menu {
    top: 0px;
}

.menu img {
    height: 34px;
    margin-right: 0;
}

.logo_web img {
    height: 40px;
    position: relative;
    left: 50px;
    top: 40px;
}

.menu_horizontal .logo_web img {
    top: 0px;
}





/* -- -- -- menu horizontal -- -- -- */
.menu_horizontal{
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100px;
    top: 0;
    /*transform: translateY(-100px);*/
}

.menu_horizontal>div>div{
    width: 100%;
    height: 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}


/* -- menu visible -- */
#menu-visible{
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: 10!important;


    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.35);
    /*    overflow: hidden;*/
}

.escondido{

    /*
    -webkit-transform: translateY(-100px); 
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); 
    */
    opacity: 0;
}

/* -- -- -- fin menu horizontal -- -- -- */




/* -- -- -- menu lateral -- -- -- */
#wrapper {
    position: fixed;
    z-index: 1;
    z-index: 30!important;
    top: 0;
    right: 0;
    transition: all .5s ease-in-out;
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    /*
    -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.75);
    */
}



#wrapper.toggled {
    right: -445px;
    opacity: 0;
}



#sidebar-wrapper {
    width: 445px;
}

.menu_vertical {
    padding: 24px 40px 24px 50px;
    height: 100vh;
}

.alinear {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.cierra-menu .border_circulo {
    height: 60px;
    width: 60px;
    border-radius: 18px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}

.cierra-menu a img {
    height: 24px;
}

ul.sidebar-nav {
    list-style-type: none;
    -webkit-padding-start: 0px;
}

.sidebar-nav {
    position: relative;
    width: 100%;
    padding-top: 120px;
}

.sidebar-nav li{
    text-align: left;
    /*    padding: 5px 15px;*/

}

.sidebar-nav li {
    text-indent: 0px;
    width: 100%;
    border-bottom: 2px solid rgba(187, 195, 205, 0.1);
}

.sidebar-nav li:last-child {
    border-bottom: 0px solid rgba(187, 195, 205, 0.1);
}

.sidebar-nav li a {
    color: #fff;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    padding: 19px 0px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 25px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: transparent;
    color: #7a7878;
}

.sidebar-nav li.active>a {
    color: #7a7878;
    background-color: transparent;
}

.sidebar-nav li a:hover {
    color: #7a7878;
    background-color: transparent;
}

.dropdown-menu li a{
    font-size: 18px;
    padding: 15px;
}

.open>.dropdown-menu.multi-level{
    background-color: #1f1e1e;
}

.proyectos-lista .col-lg-6, .proyectos-lista .col-md-12, .proyectos-lista .col-sm-12, .proyectos-lista .col-xs-12{
    padding: 0;
}
.info_contacto{
    position: absolute;
    bottom: 40px;
    width: calc(100% - 90px);
    text-align: center;
}

.info_contacto>div{
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%;
}

.info_contacto>div:last-child{
    margin-bottom: 0px;
}

.info_contacto img{
    height: 26px;
    margin-right: 14px;
}

.info_contacto p{
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}





.menu_normal{
    display: none;
}


.oscuridad {
    width: 100%;
    height: 100vh;
    background-color: rgba(00, 00, 00, 0.3);
    position: fixed;
    top: 0px;
    display: none;
    transition: all .2s ease-in-out;
    z-index: 29;
}

.todo{
    position: relative;
    right: 0px;
}


/* -- -- -- Section banner -- -- -- */
#banner-slider ul{
    padding: 0;
    margin: 0;
}

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

}

.superpuesto .container-fluid {
    height: 100%;
    padding: 0 96px;

}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.filtro_oscuro{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(67,67,67,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(67,67,67,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(67,67,67,1) 100%);
    opacity: 0.3;
}

/* - -- texto banner -- -*/
.texto_banner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.texto_banner>div {
    width: 570px;
}

.texto_banner p {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.texto_banner p.enunciado {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 0px;
}

.caja_enunciado{
    margin-bottom: 12px;
}

.caja_info_banner{
    margin-top: 10px;
}

.linea_blanca_banner {
    width: 300px;
    height: 2px;
    background-color: #fff;
    position: relative;
    left: -196px;
}



/* - -- paginacion -- -*/
.splide__pagination {
    z-index: 2;
    bottom: 50%;
    left: calc(50% - 54px);
    transform: translateX(-50%);
    transform: rotate(90deg);
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    margin: 6px;
    opacity: 1;
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}


/* - -- ratón efecto baja -- -*/
.superpuesto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.superpuesto_baja {
    height: auto;
    bottom: 0px;
    top: inherit;
}

.superpuesto .container {
    height: 100%;
}

.baja{
    width: 100%;
    position: relative;
    bottom: 42px;
    text-align: center;
}

.baja img{
    height: 66px;
    filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.35));
}
/* -- -- -- fin Section banner -- -- -- */





/* -- -- -- pasos -- -- -- */
.pasos .row{
    margin: 0;
}

.pasos .row>div{
    padding: 0;
}

.cuadro_pasos{
    height: 324px;
}

.padre_pasos{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.padre_pasos .imagen{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.filtro_color{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(29, 29, 29, 0.85);
}

.pasos .row>div:nth-child(even) .filtro_color{
    background-color: rgba(73, 73, 73, 0.85);
}

.cuadro_pasos .padding{
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 45px 45px;
    z-index: 2;
    position: relative;
}

.cuadro_pasos .padding>div{
    text-align: center;
}

.cuadro_pasos img{
    height: 80px;
    margin-bottom: 30px;
}

.cuadro_pasos .enunciado{
    color: #ffffff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cuadro_pasos a:hover .padre_pasos .imagen{
    transform: scale(1.2);
}


/* -- -- -- fin pasos -- -- -- */


.container_medio{
    width: 1400px;
    padding: 0px;
}

.texto_inicial{

}


.caja_titulo.h2{
    margin-top: 5px;
    margin-bottom: 35px;
}

.caja_titulo.h3{
    margin-top: 5px;
    margin-bottom: 60px;
}

h2.h2 {
    color: #232323;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    line-height: 55px;
}
h1.h2 {
    color: #232323;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    line-height: 55px;
}

h3.h3 {
    color: #232323;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    line-height: 40px;
}
h2.h3 {
    color: #232323;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin: 0px;
    line-height: 40px;
}



.linea_gris_hori{
    width: 50px;
    height: 2px;
    background-color: #dfdfdf;
    position: absolute;
    top: 0px;
    left: -25px;
}

.linea_gris_vert{
    width: 2px;
    height: 50px;
    background-color: #dfdfdf;
    position: absolute;
    top: -8px;
    left: -18px;
}

/* -- -- -- bienvenida -- -- -- */
.bienvenida {
    padding-top: 240px;
    padding-bottom: 240px;
    /*    border-bottom: 1px solid red;*/
}

.bienvenida .row,
.actividad .row{
    margin: 0 -20px;
}

.bienvenida .row>div,
.actividad .row>div{
    padding: 0 20px;
    /*	border: 1px solid red;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bienvenida .row>div:first-child{
    padding-left: 0px;
}

.bienvenida .row>div:last-child{
    padding-right: 0px;
}

.bienvenida .row{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.informacion {
    line-height: 25px;
    text-align: left;
    margin-bottom: 50px;
}

.padre_relative{
    width: 468px;
    height: 468px;
    /*	border: 1px solid green;*/
    position: relative;
}

.bienvenida .padre_imagen {
    width: 468px;
    height: 468px;
    overflow: hidden;
    border-top-left-radius: 190px;
    border-bottom-right-radius: 190px;
    position: relative;
}

.bienvenida .padre_imagen .imagen {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.linea_foto{
    position: absolute;
    background-color: #000;
}

.linea_negra_foto{
    bottom: calc(100% + 12px);
    left: -40px;
    width: 160px;
    height: 5px;
}

.linea_negra_foto.bajo{
    left: inherit;
    bottom: inherit;
    top: calc(100% + 6px);
    right: -40px;
}

.linea_gris_foto {
    top: -50px;
    left: -6px;
    width: 5px;
    height: 124px;
    background-color: #959595;
}

.linea_gris_foto.bajo {
    top: inherit;
    left: inherit;
    bottom: -40px;
    right: -12px;
}

/* -- -- -- fin bienvenida -- -- -- */

/* -- -- -- Actividad -- -- -- */
.actividad{
    padding-top: 230px;
    padding-bottom: 300px;
}

.actividad .row>div:first-child{
    padding-right: 0px;
}

.actividad .row>div:last-child{
    padding-left: 0px;
}

.actividad .informacion {
    margin-bottom: 50px;
}

.flechas {
    margin-bottom: 50px;
}

.flechas_texto {
    width: 100%; 
    justify-content: flex-start;
    margin-bottom: 16px;
}

.flechas_texto img {
    margin-top: 0;
    height: 15px;
    margin-right: 20px;
}


.flechas_texto h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}

.boceto {
    height: 685px;
    right: calc(100% - 530px);
    position: absolute;
    top: -50px;
}

/* -- -- -- fin Actividad -- -- -- */





/* -- -- -- apartamentos -- -- -- */

.apartamentos {
    position: relative;
    overflow: hidden;
    padding-top: 112px;
    padding-bottom: 50px;
}

.letrero {
    color: rgba(35, 35, 35, 0.15);
    font-size: 160px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 120px;
    position: absolute;
    top: 0px;
}

.apartamentos .container-fluid {
    padding: 0px;    
}


.rectangulo_negro{
    height: 100px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}.banner-interiores .rectangulo_negro{
    height: 100px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.rectangulo_blanco {
    background-color: #ffffff;
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    transform: rotate(-1.2deg);
    left: -31px;
    position: absolute;
    /* position: absolute; */
    bottom: -275px;
    z-index: 3;
}
.banner-interiores .rectangulo_blanco{
    background-color: #ffffff;
    margin-right: 82px;
    width: 100%;
    height: 43px;
    transform: rotate(
        1.2deg
    );
    left: 0;
    position: absolute;
    /* position: absolute; */
    bottom: -22px;
    z-index: 3;
}
.apartamentos .row {
    margin: 0 0px;
}

.apartamentos .row>div {
    padding: 0;
}

.cuadro_imagen .padre_imagen{
    height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cuadro_imagen .padre_imagen .imagen{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.degradado_negro{
    width: 100%;
    height: 424px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);
}

.cuadro_titulo {
    height: 300px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*	transform: translateY(0%);*/
    /*	    background-color: rgba(1, 107, 148, 0.65);*/
    opacity: 1;
    /*	border: 1px slid red;*/
    justify-content: flex-start;
    align-items: flex-end;
}



.cuadro_titulo .padding {
    padding: 30px 78px 100px;
    width: 100%;
}

.cuadro_imagen p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.cuadro_imagen .titulo{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.cuadro_imagen .pre_titulo{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 18px;	
}

.caja_pretitulo{
    /*
    padding: 4px 20px;
    background-color: #ee8222;
    border-radius: 6px;
    width: max-content;
    margin: 0 auto;
    */
    margin-bottom: 10px;
}


/*



.cuadro_texto{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);

height: 100%;
width: 100%;
position: absolute;
top: calc(100% - 300px);
left: 0px;
transform: translateY(100%);
opacity: 0;
}

.cuadro_texto .forma_agua{
opacity: 0.85;
}

.cuadro_texto .padding {
padding: 45px 130px;
text-align: center;
height: 100%;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 2;
}

.cuadro_texto .padding {
padding: 141px 78px 106px;
text-align: center;
height: 100%;
display: inline-flex;
justify-content: center;
align-items: flex-start;
}

.cuadro_texto p.titulo{
margin-bottom: 25px;
}
*/

/*
.cuadro_texto p.titulo_servicios{
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
text-align: center;
text-transform: uppercase;
margin-bottom: 30px;
}
*/

.caja_medida_info{
    height: 264px;
    margin-bottom: 130px;
}

/*
.cuadro_imagen:hover .cuadro_texto{
top: 0;
opacity: 1;
}

.cuadro_imagen:hover .cuadro_texto .padding {
align-items: center;
}
*/


.cuadro_imagen:hover .cuadro_titulo{
    /*	transform: translateY(100%);*/
    /*	opacity: 0;*/
}

/*
.cuadro_imagen:hover .cuadro_titulo {
height: 100%;
align-items: flex-start;
}
*/

/* prueba nuevo efecto */
.cuadro_titulo {
    height: 100%;
    align-items: flex-start;
    top: calc(100% - 300px);
}
.cuadro_titulo .padding {
    padding: 130px 78px 106px;
}

.cuadro_imagen .titulo{
    margin-bottom: 130px;
}

.cuadro_imagen:hover .cuadro_titulo{
    top: 0px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 85%,rgba(0,0,0,1) 100%);
}

.cuadro_imagen:hover .titulo{
    margin-bottom: 25px;
}
/* prueba nuevo efecto */




/* - - estilo flechas - - */
.splide__arrows {
    position: absolute;
    top: -60px;
    right: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*    border: 1px solid red;*/
}

.splide__arrow--prev {
    left: 0;
}

.splide__arrow--next {
    right: 0;
}

.splide__arrow {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
    border-radius: 0px;
    border: none;
    padding: 0;
    height: 34px;
    width: 95px;
    border-radius: 5px;
    border: 1px solid #888888;
    margin: 0px 13px;
    position: relative;
    background-color: rgb(255 255 255);
    top: calc(50% - 40px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*    left: -25px;*/
}

.crece_svg svg {
    height: 20px;
    width: 20px;
    fill: #888888;
}



/* -- -- -- fin apartamentos -- -- -- */





/* -- -- -- FOOTER -- -- -- */
footer{
    background: rgb(61,61,61);
    background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(29,29,29,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom,  rgba(61,61,61,1) 0%,rgba(29,29,29,1) 100%);
}

.caja_rectangulos_pie{
    overflow: hidden;
    width: 100%;
    /*	border: 1px solid red;*/
    bottom: calc(100% - 1px);
    left: 0px;
    height: 100px;
    position: absolute;
}
.interiores-proyectos + footer .caja_rectangulos_pie{
    overflow: hidden;
    width: 100%;
    /*	border: 1px solid red;*/
    bottom: 100%;
    left: 0px;
    height: 100px;
    position: absolute;
    background: #000;
}

.rectangulo_gris {
    background-color: #3d3d3d;
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    transform: rotate(1.8deg);
    left: -31px;
    position: relative;
    /* position: absolute; */
    top: 68px;
    z-index: -1;
}
.interiores-proyectos + footer .rectangulo_gris {
    background-color: #3d3d3d;
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    transform: rotate(1.8deg);
    left: -31px;
    position: relative;
    /* position: absolute; */
    top: 68px;
    z-index: 2;
}

.rectangulo_gris_claro {
    background-color: rgba(61, 61, 61, 0.2);
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    transform: rotate(-0.8deg);
    left: -31px;
    position: absolute;
    /* position: absolute; */
    top: 50px;
    z-index: -1;
}
.interiores-proyectos + footer .rectangulo_gris_claro {
    background-color: rgba(61, 61, 61, 0.5);
    margin-right: 82px;
    width: calc(100% + 119px);
    height: 300px;
    transform: rotate(-0.8deg);
    left: -31px;
    position: absolute;
    /* position: absolute; */
    top: 50px;
    z-index: 2;
}
footer .container{
    position: relative;
    z-index: 2;    
}

.pie_superior .container{
    position: relative;
    z-index: 2;
}

.pie_superior {
    padding-top: 100px;
}

.logos_web {
    width: 100%;
    margin-bottom: 60px;
}

.logo_pie {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.logos_web img {
    height: 66px;
}

.logo_web_footer{
    position: relative;
}

.resumen {
    width: 420px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}

.linea_separa_vertical {
    width: 1px;
    height: 280px;
    background-color: #7a7a7a;
    margin-left: 50px;
    margin-right: 70px;
}


.redes_pie{
    /*	margin-left: 30px;*/
    width: 240px;
}

.redes_pie>div {
    justify-content: flex-start;
    margin-bottom: 40px;
    width: 100%;
}

.redes_pie>div:last-child{
    margin-bottom: 0px;
}

.redes_pie p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
}

.redes_pie img {
    height: 26px;
    margin-right: 12px;
}


.menu_pie p,
.menu_pie p a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    padding: 20px 0;
    line-height: 28px;
}

.menu_pie p a:active,
.menu_pie p a:hover{
    color: #9f9f9f;
}


.pie_inferior .container{
    position: relative;
    z-index: 2;
}

.pie_inferior .centrado  {
    width: 100%;
}


.pie_inferior{
    position: relative;
    z-index: 3;
    background-color: #000000; 
}

.copi,
.desarrollo,
.desarrollo a{
    color: #9f9f9f;
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    margin: 26px 0px;
    padding: 0 20px;
}


.desarrollo a:hover {
    color: #fff;
}

.menu_pie p a,
.desarrollo a{
    margin: 0;
    padding: 0;
}


/* -- -- -- fin FOOTER -- -- -- */




/*-- manto movil --*/
#manto-movil {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#manto-movil.toogled {
    z-index: 30;
}


/*********************************
*            INTERIORES          *
*********************************/
.interiores p{
    text-align: left;
}
.empleado-name{text-align: center;font-family: 'Poppins', sans-serif;font-weight: 300;text-align: center;font-size: 20px;color: #232323;margin-top: 10px;text-transform: uppercase;}
.empleado-cargo{text-align: center;font-family: 'Poppins', sans-serif;font-weight: 600;text-align: center;font-size: 16px;color: #2f2f2f;margin-top: 10px;}
.proyecto{
    margin-top: 40px;
}

.interiores .padre_imagen_empleado{
    width: 100%;
    /*
    height: calc((100vw - (280px + 90px)) / 3);
    max-height: calc((1070px - 90px) / 3);
    */
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto;
}
.interiores .padre_imagen_empleado .imagen:after, .interiores .padre_imagen_empleado.grande .imagen:after{content:"";padding-top:100%;display:block}
.interiores .padre_imagen_empleado.grande{
    width: 90%;
    /*
    height: calc((100vw - (280px + 60px)) / 2);
    max-height: calc((1070px - 60px) / 2);
    */
}
.padre_imagen_empleado .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1);
}

.padre_imagen_empleado .imagen:hover{
    filter: grayscale(0);
}

.zona-linkedin{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.zona-linkedin img{
    max-width: 100%;
    height: 40px;
}

.lista-centrada {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.datos-empleado{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.datos-empleado .zona-datos-empleado h3{
    text-align: left;
}
.datos-empleado .zona-datos-empleado h3.text-center{
    text-align: center;
}

.clickable{
    cursor: pointer;
}

.interiores {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,0) 100%);
}

.textaco img{max-width: 100%;}

#swipebox-overlay {
    background: ;
}
#swipebox-bottom-bar, #swipebox-top-bar{
    background: transparent;
}
.ug-lightbox .ug-lightbox-overlay{background: #0d0d0ddb;}
/*Detalle producto*/
.breadcrumb>li {
    font-size: 13px;
}
.tag_option{margin: 5px;color: #f2f2f2}
.tag-circle{
    height: 42px;width: 42px;border-radius: 100%;display: inline-block;justify-content: center;align-items: center;border: 2px solid #fff;overflow: hidden; border: 2px solid #f5f5f5;
}

.tag-circle img{height: 40px;width: 40px;border-radius: 40px; object-fit: contain;}

.tag_bloque{
    height: 40px;width: 70px;display: inline-flex;background-color: #f5f5f5;justify-content: center;align-items: center
}

.tag-circle.active{
    border: 2px solid #000;
}

.tag_bloque.active{background-color: #1d1d1d;}
.tag_option.active a{color: #fff;}

.foto_principal .imagen{width: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;border: 1px solid #f5f5f5}
.foto_principal.mini .imagen{height: 444px; background-size: cover;}

.foto_principal .lupa{
    position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;transition: 300ms all linear;color: #fff;font-size: 40px
}

.foto_principal .lupa:hover{
    opacity: 1;
}

.quantity{
    border: 2px solid #1d1d1d;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.quantity label{
    display: inline-block;
    padding: 0 20px;
    color: #959595;
}

.quantity-controls .fa{
    color: #959595;
}

.quantity-controls{
    display: inline-block;
    position: relative;
}

.quantity-controls span{
    color: #888;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    width: 26px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;

    color: #171717;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.quantity-controls span.right{
    right: 0;
    text-align: left;
}

#productos>div {
    padding-right: 23px;
    padding-left: 23px;
}

#cantidad{
    border: 0;
    font-family: inherit;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    margin: 0 26px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 40px;
    -webkit-appearance: none;

    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.otros_productos h2, .otros_productos h3{color: #1d1d1d; font-weight: 500;font-family: 'Poppins', sans-serif}

.botones_carro{
    width: calc( 100% - 225px );
    float: right;
}
.botones_carro.grande{width: 100%;}

.btn_love img{height: 30px;width: 30px}

.btn-filtro{height: 34px; width: 100%; margin-bottom: 15px; border-radius: 4px;}

.botones_carro .btn-tam{height: 52px; width: 100%;}
transform: translateY(-10px);
}

.descarga.uno:hover .btn{
    color: #fff;
    background-color: #959595;
}

.descarga.dos:hover .btn{
    color: #959595;
    background-color: #e8d6fb;
}
.mayorista{
    color: #959595;background-color: #e8d6fb;border: 2px solid #959595;padding: 16px 14px;
    text-align: center;font-weight: 600;
}
.btn-corporativo{
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0px;
    background: #1d1d1d;
}
.btn-lg.btn-corporativo{
    padding: 18px 30px;

}
.btn-corporativo .btn-carro_portada img{height: 20px;width: 20px;margin-right: 15px;border-radius: 0;}
.btn-comprar{border: 0;}

.btn-grandotes{padding: 15px}
.btn-corporativo2{
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0px;
    background: #1d1d1d;
    padding: 10px}
.btn-corporativo3{
    border: 0px solid #004a9d;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0px;
    background: #1d1d1d;
}
/*MENU VIEJO
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
width: 213px;
left: -15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
background-color: rgb(255 255 255 / 10%);
border-radius: 14px;
}
*/
/*
.btn-corporativo:hover, .btn-corporativo:focus, .btn-corporativo:active{background-color: #5c5b5b;color: #fff}

.btn-corporativo2:hover, .btn-corporativo2:focus, .btn-corporativo2:active{background-color: #5c5b5b;color: #fff}
.btn-corporativo3:hover, .btn-corporativo3:focus, .btn-corporativo3:active{background-color: #5c5b5b;color: #fff}
*/
.desactivado{
    opacity: 0.6;
}
.acceso a{
    color: #fff;
}
.lista_productos .btn_love img, .bienvenida .btn_love img{
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.left .caja_redes a{
    width: 45px;
    height: 45px;
}
.btn-corp{background-color: #1d1d1d;color: #fff !important; border: 0;}

.btn-default-formulario{background-color: #c6c6c6;color: #fff !important}

.nav-botones{border: none;}

.nav-botones>li>a{
    background-color: #fff;border-radius: 0px;margin: 0px 10px;color: #78c74a;border: 2px solid #1d1d1d;
}

.nav-botones>li>a:focus, .nav-botones>li>a:hover{
    background-color: #f5f5f5;color: #78c74a;border: 2px solid #1d1d1d;
}

.nav-botones>li.active>a, .nav-botones>li.active>a:focus, .nav-botones>li.active>a:hover{
    background-color: #1d1d1d;color: #fff;border: 2px solid #1d1d1d;
}

h1#title_prod{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;color: #1d1d1d;
    font-size: 24px;margin-top: 0px
}
h3.categoria{
    font-size: 18px;text-transform: uppercase;font-weight: 300;
    font-family: 'Poppins', sans-serif;margin-top: 0px
}

span.precio{font-size: 24px;font-family: 'Open Sans',sans-serif;color: #1d1d1d;font-weight: 400}

.titulotag{font-weight: 400}

.videos_responsive{
    width: 600px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;}

ul.columnas-detalle{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

.otras_fotos .imagen{
    height: 150px;width: 100%;background-size: cover;background-position: center;
}

.breadcrumb{margin: 0;background-color: transparent}
.breadcrumb li a{text-transform: capitalize;color: #000}

.precios .tachado{text-decoration-line: line-through;}

/***PROGRAMAS***/
/*
.cabecera {
background-color: #78c74a;
border: solid 0px #fff;
color: #fff;
padding: 5px;
font-size: 14px;
}
*/

.fila1 {
    background-color: #d9ebd9;
    border: solid 2px #fff;
    padding: 8px;
}

.fila2 {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 8px;
}

.mini_icono_text {
    margin-top: 4px;
    font-size: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.lista_productos .fa{    color: #959595;}

.mini_icono_text .fa-download{
    color: #959595;
}


.fecha_archivos{
    font-size: 14px;margin: 5px;   
}

.elementos_desc>div:nth-child(even){ background-color: #d9ebd9 }
.elementos_desc .text_content {margin: 10px 0px}
.elementos_desc .text_content p {margin: 0px}
.elementos_desc p.fecha_archivos {text-align: center}
/**************************
SWIPEBOX
**************************/

.cuadro_fotos{
    padding-top: 15px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.cuadro_fotos .foto_principal{background-color:#fff;margin-bottom:15px}
.cuadro_fotos .galeria{padding:30px 15px;background-color:#3b3b3b}
.swipebox .imagen{width:100%;background-size:contain;background-repeat:no-repeat;background-position:center}
/*.swipebox .imagen:after{content:'';padding-top:66.66%;display:block}*/
.swipebox .imagen:after{content:'';padding-top:100%;display:block}
.padre_imagen .imagen{content:'';padding-top:100%;display:block}
.btn-precio{padding:0}
.foto_color .imagen{float:left;height:75px;width:75px;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 15px 30px 0}

.swipebox .imagen.secundaria{    background-size: contain; border: 1px solid #f5f5f5;}

.zona_galeria_mini .bx-wrapper .bx-prev { left: -45px; }
.zona_galeria_mini .bx-wrapper .bx-next { right: -45px; }
.bx-wrapper .bx-controls-direction a{z-index: 1000;}

/**************************
NUEVA CESTA
**************************/

#cesta .articulo .padding{padding-right: 30px}

.resumen-cesta{padding: 20px}
.resumen-cesta .ancho-resumen{}
.resumen-cesta .label-resumen{float: right}
.resumen-cesta .label-resumen .cesta-bono{font-size: 24px;margin-right: 10px}
.resumen-cesta .label-resumen .precio_descuento{font-size: 24px;margin-left: 10px}
.resumen-cesta .label-resumen .bigger{font-size: 24px;}

.resumen-cesta .label-resumen p{margin: 0}

.resumen-cesta .aplicar_codigo{height: 52px;border-radius: 0;border-right: none}
.resumen-cesta .input-group-btn{border: 1px solid #ccc;border-radius: 0;border-left: none}
.resumen-cesta .btn-codigo{color:#fff;border:2px solid #fff;height:48px;cursor:pointer;display:flex;min-width:48px;align-items:center;justify-content:center;background-color:#1d1d1d}

#gastos .radio, #gastos label{margin: 0}
#gastos label{display: flex;align-items: center;justify-content: flex-start}
#gastos .radio .colocar{width: 0px;margin-bottom: 5px}
.marco-gasto{border: 1px solid #ccc;margin-bottom: 10px;padding: 10px 0px}

.resumen-total strong{text-transform: uppercase;position: relative;top: 10px;}

.metodos-pago .radio-inline{font-size: 18px;margin-left: 20px;}
.btn-borrartodo {border-radius: 0px;background-color: #959595;color: #fff!important}

.swal2-popup {font-size: 1.6rem !important;}

.condiciones a{color: #000}

/************************************
*  Archivos adjuntos y tipografias  *
************************************/

.tipografia, .titulo-contenido{text-align: left;color: #505050;text-transform: uppercase;font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 400;margin-top: 0;}

.titulo-contenido{color: #000;}
.tipografia i{color: #959595}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #f2f2f2;}
.listado li a, .listado li.alt a{font-size: 13px;font-family: 'Lato', sans-serif;font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #000;text-decoration: none;}
.listado a {color: #000;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #959595;text-decoration: none;}

.btn-gris{ color: #333; background-color: #fafafa}
.btn-gris:hover, .btn-gris:focus, .btn-gris:active{color: #333; background-color: #dedede}


/************************************
*            MULTIFORMA             *
************************************/

.bloque_imagen_lista ul{list-style:none;padding:0}
.bloque_imagen_lista i{color:#959595}
.bloque_cabecera .bloque_titulo{background-color:#1d1d1d;padding:15px}
.bloque_cabecera .bloque_interior{background-color:#f2f2f2;padding:30px 15px}
.bloque_cabecera .bloque_titulo h3{margin:0;color:#fff;text-transform:uppercase;font-family:'Poppins', sans-serif;font-weight:300}
.bloque_cabecera .imagen{width:100%}
.bloque_cabecera h4{text-transform:uppercase;font-size:22px;font-family:'Poppins', sans-serif;color:#959595}
.bloque_cabecera .texto{font-size:18px;font-weight:300}
.bloque_imagen_lista .imagen{width:100%;max-height:350px;object-fit:cover;margin-bottom:30px}
.bloque_imagen_lista h4{text-transform:uppercase;margin:0;margin-bottom:10px;font-family:'Poppins', sans-serif;color:#1d1d1d;font-size:22px}
.bloque_puntos ul{margin:0;padding:0;list-style:none}
.bloque_puntos ul li{margin-bottom:15px}
.bloque_puntos ul li>p>.fa{font-size:20px;color:#959595}
.bloque_contenido .titulo{background-color:#1d1d1d;padding:15px 10px}
.bloque_contenido .titulo h4{color:#fff;margin:0;text-transform:uppercase;font-size:16px;font-family:'Poppins', sans-serif;font-weight:300}
.bloque_contenido .bloque{padding:0 10px}
.bloque_desplegable .fondo,.bloque_documentos .fondo{background-color:#f2f2f2;padding:20px;margin-bottom:40px}
.bloque_desplegable .panel-group,.bloque_documentos .panel-group{margin:0}
.bloque_desplegable h2,.bloque_documentos h2{margin:0;margin-bottom:20px;font-size:23px;text-transform:uppercase;font-weight:400;font-family:'Poppins', sans-serif;color:#959595}
.bloque_desplegable .panel-default{border-color:#1d1d1d}
.bloque_desplegable .panel-default>.panel-heading{background-color:#1d1d1d;color:#fff;border-color:#1d1d1d}
.bloque_desplegable h2 .fa{color:#959595}
.bloque_desplegable .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#1d1d1d}
.bloque_imagenes img{width:100%}
.bloque_imagenes .flexible{display:flex;align-items:center}


.panel-body .btn-corporativo2{padding:8px 15px}
.bloque_imagenes img{width:100%;max-height:200px;object-fit:cover}

/************************************
*              IDIOMAS              *
************************************/

#idiomasside{
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 900;
}

#idiomasside li{
    padding: 10px;
    list-style-type:none;
}

#idiomasside img{
    height: 40px;
}

#idiomasside font{
    display: none;
}

.zona-idiomas-movil{height: 50px; width: 100%; display: flex; justify-content: space-around; align-items: center; padding: 20px; margin-top: 25px;}
.zona-idiomas-movil .flag{height: 50px; width: 30px;}

/************************************
*               BLOG                *
************************************/
.alergenos {display: flex;justify-content: space-evenly;align-content: space-evenly;flex-wrap: wrap}
.alergenos .padre_fondo {margin: 0}
.alergenos .caja_alergenos{ padding: 0 10px    }
.alergenos .caja_alergenos:hover {transform: translateY(0)}
.bloque.principal.noticia {display: inherit}
.noticias,.post_details ul,.popular{list-style:none;padding:0;margin:0}
.noticia a{font-family:'Lato',sans-serif;text-decoration:none;text-transform:uppercase;color:#333333}
.noticias .imagen{background-size:cover;background-position:center center;background-repeat:no-repeat}
.noticias .imagen:after{content:"";padding-top:50%;display:block}
.not-imagen{background-color:#ededed}
.full-width{width:100%}
.noticia .titular{margin-bottom:0;border-bottom:solid 1px #f3f3f3}
.noticia .titular h1{color:#1e1f1d;margin-bottom:10px}
.noticia .titular a>h3{margin-bottom:17px;font-size:24px;text-transform:uppercase;text-align:left;color:#333333;font-family:'Poppins', sans-serif;}
.noticia .post_details{color:#fff;background-color:#1d1d1d;padding:10px;border-bottom:solid 5px #1d1d1d;text-align:right;font-size:13px}
.post_details li{font-family:'Poppins', sans-serif;font-size:13px;font-weight:300;color:#fff}
.noticia-detalle-fecha small{font-family:'Poppins', sans-serif;font-weight:300;color:#302224}
.post_details i{color:#fff}
.noticia-detalle-fecha i{color:#2f3668}
.noticia .contenido{padding:5px 15px 10px;background-color:#fff;border:1px solid #ffefcc}
.contenido_noticia_lista{padding:0 20px;background-color:#f2f2f2}
.noticia-detalle-fecha{text-align:right;color:#2b2b2b}
.widget-noticias{background-color:#f3f3f3;padding:15px}
.widget-noticias h5{font-size:18px;text-transform:uppercase;color:#1d1d1d;font-family:'Poppins', sans-serif;}
.widget-noticias .input-group-btn{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}
.widget-noticias .input-group-btn button{height:100%;border:1px solid #1d1d1d;background-color:#1d1d1d;color:#fff}
.widget-noticias .input-group-btn i{font-size:16px}
.popular{font-size:13px}
.mini-noticia a{font-family:'Poppins', sans-serif;font-weight:400;font-size:14px}
.popular li{padding:10px 0;border-bottom:dotted 1px rgb(129, 97, 159)}
.popular .imagen{width:50px;height:50px;float:left;margin-right:10px;border-radius:3px;background-size:cover;background-position:center center}
.popular a.title{color:#070707;}
.popular a.texto-breve{color:#525252;font-weight:300;font-family:"Lato",sans-serif;font-size: 12px}
.popular a.title:hover,.popular a.title:focus,.popular a.title:active{color:#070707}
.bloque.noticia{margin-bottom:40px}

.cuadro_noticia{background-color:#f2f2f2; max-width:400px;float:left;margin: 0px 20px 12px 0px;}

.titulo_noticia {color: #1d1d1d;font-size: 30px;text-transform: uppercase;font-family: 'Poppins', sans-serif;margin: 0; }

#busqueda{border-color: #1d1d1d;}

.marco-contacto{
    background-color: #f2f2f2;padding: 20px}
.marco-contacto h3{margin-top: 0px}
.widget-noticias{background-color: #f2f2f2}
.marco-contacto .input-group-addon{background-color: #1d1d1d; border-color: #1d1d1d;color: #fff}
.marco-contacto .form-control{border-color: #1d1d1d;}
.input-group .form-control {
    z-index: 0;
}
/* TABLA MIS PEDIOS*/

.tabla_cabecera .row {font-weight: 400; background-color: #1d1d1d; color: #fff}
#tabla_stocks_resultados .row:nth-child(even) { background-color: #f2f2f2 }
.tabla_stocks .cell{padding: 15px}
.tabla_stocks .cell-btn{padding: 10px}
.avisono {margin: 10px 0px; font-size: 18px}

textarea {
    resize: vertical;
}

/*+++++++++++++++++++*/
/************************************
*             INTERIOR              *
************************************/
.fa-angle-down{
    padding-left: 5px;
}
/*MENU VIEJO
.navbar-default .dropdown-menu{
background-color: #fff;
color: #000;
top: 99%;
}

.navbar-default .dropdown-menu>li>a {
padding: 18px 20px;
color: #fff;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: #1d1d1d;
border-bottom: 1px dotted #4b4a4a;
}

.superior .dropdown-menu>li>a {
padding: 18px 20px;
color: #000;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
border-bottom: 1px dotted #c6c6c6;
border-right:  1px dotted #c6c6c6;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: #f2f2f2;
color: #2c2c2c
}
.dropdown-menu {
padding: 0;
}
.superior .open>.dropdown-menu {
width: 185px;
top: 32px;
}
.superior .dropdown-menu>.active>a, .superior .dropdown-menu>.active>a:focus, .superior .dropdown-menu>.active>a:hover, .superior .dropdown-menu>li>a:focus, .superior .dropdown-menu>li>a:hover {
background-color: #dddddd;;
color: #09090c;
font-weight: 700;
}
.navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:focus, .navbar-default .dropdown-menu>.active>a:hover, .navbar-default .dropdown-menu>li>a:focus, .navbar-default .dropdown-menu>li>a:hover {
background-color: #000;
color: #fff;
font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: transparent;
}
.superior .open>a, .superior .open>a:focus, .superior .open>a:hover {
background-color: transparent;
}
*/
.acceso a p{
    color: #1d1d1d;
    font-weight: 600;
    margin: 0;
}

.noestavisibleparapersonas{
    display: none;
}
.banner_interior{
    width: 100%;
    height: 350px;
    background-size: cover;
    overflow: hidden;
    background-position: 0px 40%;
}

.corte_banner_interior{ 
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}

.banner_interior .imagen{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.banner_interior .texto{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.banner_interior .texto img{
    margin-top: 20px;
}
.banner_interior.interior_azul .texto{
    background-color: rgba(69,183,245,0.5);
}
.banner_interior.interior_amarillo .texto{
    background-color: rgba(247,201,110,0.5);
}
.banner_interior.interior_rojo .texto{
    background-color: rgba(245,104,78,0.5);
}

.banner_interior p {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}

.banner_interior h1{
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    font-family: 'Open Sans'; 
    text-align: center;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px rgba(1, 0, 2, 0.75);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #1d1d1d;
}

.nav-pills>li>a{
    color:  #000;
    font-family: 'Open Sans'; 
    font-weight: 400;text-transform: uppercase;
}

/************************************
*              FILTROS              *
************************************/

.filtros{
    height: 112px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;padding: 0;
}

.producto-detalle .filtros{height: 44px;}

.filtros.interiores{
    background: #f9f9f9;
}

.filtros.gestion{
    height: 65px; display: flex; justify-content: center; align-items: center;
}
.filtros.gestion>div{
    width: 100%; margin-top: 15px;
}


.centrarflitros{
    display: flex;
    align-items: center;
}

/************************************
*             BUSCADOR              *
************************************/

#buscador_emergente{position:absolute;top:195px;width:100%;z-index:1000;transition:300ms all ease}
#buscador_emergente.oculto{visibility:hidden;opacity:0;top:0}
.buscador_emergente>div{background:#fff;border-bottom:1px solid #e4e9ef;box-shadow:0 0 3px #ccc;padding:15px}
.input_buscador{border-right:0;box-shadow:none;border-radius:0}
.boton_input_buscador{border-radius:0;padding:10px;border-left:0;border-right:0;color:rgba(0,0,0,.3);background-color:#fff!important}
.cerrar_input_buscador{border-right:0;border-right:1px #ccc solid;color:rgba(0,0,0,.3);padding:10px;border-radius:0;background-color:#fff!important}
#buscador{position:fixed;z-index:99999;height:100%;width:100%;display:flex;pointer-events:none}
#buscador.search-active{overflow:hidden;pointer-events:auto}
#buscador.search-active .search-input{opacity:1;transform:none;pointer-events:all}
#buscador.search-active .icon-close{opacity:1;transform:rotate(-90deg)}
#buscador.search-active .control{cursor:default}
#buscador.search-active .control .btn-material{transform:scale(70);right:1000px;top:0}
#buscador.search-active .control .icon-material-search{opacity:0}
.icon-close{position:fixed;top:30px;right:30px;color:#fff;cursor:pointer;font-size:70px;opacity:0;transition:all .3s ease-in-out}
.icon-close:hover{transform:rotate(0)}
.search-input{height:80px;position:absolute;top:50%;left:50px;margin-top:-40px;pointer-events:none;opacity:0;transform:translate(40px,0);transition:all .3s ease-in-out}
.search-input input{color:#fff;font-size:54px;border:0;background:transparent;-webkit-appearance:none;box-sizing:border-box;outline:0;font-weight:200;font-family: 'Open Sans'; }
.search-input i{color:#fff;font-size:50px;margin-right:15px}
.search-input ::-webkit-input-placeholder{color:#eee}
.search-input :-moz-placeholder{color:#eee;opacity:1}
.search-input ::-moz-placeholder{color:#eee;opacity:1}
.search-input :-ms-input-placeholder{color:#eee}
.full-width{width:100%}
.control{cursor:pointer}
.control .btn-material{position:absolute;top:-100px;width:60px;height:60px;right:0;border-radius:100%;box-sizing:border-box;background:#1d1d1d;outline:0;opacity:.9;transform-origin:50%;box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);transition:all .7s cubic-bezier(0.4,0,0.2,1)}
.control .btn-material:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.control .icon-material-search{color:#fff;position:absolute;top:-10px;right:78px;transition:opacity .3s ease-in-out}

.navbar-img{display: none}
.modal-header{
    background-color: #1d1d1d;
    color: #fff;
}
.modal-content{border: 0;}
.modal-header .close{color: #FFFFFF;}

/************************************
*             PAGINACION            *
************************************/

.btn-pagination { 
    color: #FFFFFF; 
    background-color: #565656; 
    border-color: #565656; 
} 

.btn-pagination:hover, 
.btn-pagination:focus, 
.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    color: #FFFFFF;
    background-color: #1d1d1d; 
    border-color: #1d1d1d; 
} 

.btn-pagination:active, 
.btn-pagination.active, 
.open .dropdown-toggle.btn-pagination { 
    background-image: none; 
} 

.btn-pagination.disabled, 
.btn-pagination[disabled], 
fieldset[disabled] .btn-pagination, 
.btn-pagination.disabled:hover, 
.btn-pagination[disabled]:hover, 
fieldset[disabled] .btn-pagination:hover, 
.btn-pagination.disabled:focus, 
.btn-pagination[disabled]:focus, 
fieldset[disabled] .btn-pagination:focus, 
.btn-pagination.disabled:active, 
.btn-pagination[disabled]:active, 
fieldset[disabled] .btn-pagination:active, 
.btn-pagination.disabled.active, 
.btn-pagination[disabled].active, 
fieldset[disabled] .btn-pagination.active { 
    background-color: #3a39367a; 
    border-color: #3A3936; 
} 

.btn-pagination .badge { 
    color: #0977b2; 
    background-color: #FFFFFF; 
}

.btn-pagination {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 15px;
    border: 1px solid;
}

.proyecto .imagen{
    background-size: cover;
}

/************************************
*         INSTAGRAM WIDGET          *
************************************/

.instagram-widget>div{position:relative; padding-top:calc(100vw / 6); width: 100%; overflow: hidden;}
.instagram-widget iframe{border:none !important; overflow:hidden !important; position:absolute !important; top:0 !important; left:0 !important; width:100% !important; height: 100% !important;}

/************************************
*           SELECT BONITO           *
************************************/

.selectbonito {
    position: relative;
}

.selectbonito:after {
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
    color: #ffffff;
    right: 0;
    position: absolute;
    pointer-events: none;

    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectbonito select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    float: right;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
/* whatsapp */
.floating-icons {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 99;
}

.floating-icons a {
    display: inline-block;
    transition: all .2s ease-in-out;
}

a:hover, 
a:visited, 
a:link, 
a:active { 
    text-decoration: none;
}

.floating-icons img {
    max-width: 48px;
    height: auto;
}

.floating-icons a:hover {
    transform: scale(0.9);
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-width: 1400px){ /* arreglar medio */

    .container_medio{
        width: 100%;
        padding: 0 30px;
    }


}

@media (max-height: 768px){ /* alto portatil */

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .logo_web img {
        height: 36px;
        left: 30px;
        top: 30px;
    }

    .menu img {
        height: 32px;
    }

    .menu,
    .cierra-menu .border_circulo{
        height: 56px;
        width: 56px;
    }
    .dropdown-menu li a{

    }
    .sidebar-nav li a {
        font-size: 16px;
        padding: 16px 0px;
        line-height: 22px;
    }

    .sidebar-nav {
        padding-top: 95px;
    }

    #sidebar-wrapper {
        width: 400px;
    }

    #wrapper.toggled {
        right: -400px;
    }

    .info_contacto {
        bottom: 30px;
    }
    .info_contacto>div {
        margin-bottom: 22px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */


    /* -- -- -- Pasos -- -- -- */
    .cuadro_pasos img {
        height: 70px;
        margin-bottom: 25px;
    }

    .cuadro_pasos .enunciado {
        font-size: 23px;
    }

    .cuadro_pasos {
        height: 280px;
    }

    /* -- -- -- bienvenida -- -- -- */
    .bienvenida .row, 
    .actividad .row {
        margin: 0 0px;
    }

    .bienvenida {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .bienvenida .padre_imagen {
        width: 450px;
        height: 450px;
        overflow: hidden;
        border-top-left-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    .padre_relative {
        width: 450px;
        height: 450px;
    }

    /* -- -- -- apartamentos -- -- -- */
    .apartamentos {
        padding-top: 92px;
        padding-bottom: 50px;
    }

    .letrero {
        font-size: 130px;
        line-height: 96px;
    }

    .cuadro_imagen .padre_imagen {
        height: 630px;
    }

    .cuadro_titulo {
        top: calc(100% - 244px);
    }

    .cuadro_imagen .titulo {
        margin-bottom: 90px;
    }

    .cuadro_titulo .padding {
        padding: 100px 78px 70px;
    }

    .cuadro_imagen p {
        -webkit-line-clamp: 10;
    }

    .caja_medida_info {
        height: 240px;
        margin-bottom: 100px;
    }

    .degradado_negro {
        height: 360px;
    }

    .cuadro_imagen:hover .padding {
        padding: 70px 78px 70px;
    }

    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 200px;
        padding-bottom: 260px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .pie_superior {
        padding-top: 60px;
    }

    .logos_web {
        margin-bottom: 40px;
    }

    .caja_rectangulos_pie {
        height: 92px;
    }




}





@media (max-width: 1200px){ /* monitores normales y tablet horizontal */

    h2.h2 {
        font-size: 32px;
        line-height: 37px;
    }


    .caja_titulo.h2 {
        margin-bottom: 26px;
    }

    h3.h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .caja_titulo.h3 {
        margin-bottom: 30px;
    }


    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */

    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */
    .logo_web img {
        height: 32px;
        left: 24px;
        top: 24px;
    }

    .menu {
        top: 24px;
        right: 24px;
    }

    .menu img {
        height: 28px;
    }

    .menu, 
    .cierra-menu .border_circulo {
        height: 52px;
        width: 52px;
        border-radius: 14px;
    }

    #sidebar-wrapper {
        width: 350px;
    }

    #wrapper.toggled {
        right: -350px;
    }

    .menu_vertical {
        padding: 24px 30px 24px 40px;
    }

    .info_contacto {
        width: calc(100% - 70px);
    }

    .sidebar-nav li a {
        font-size: 18px;
    }
    .dropdown-menu li a{
        font-size: 16px;
        padding: 10px;
    }
    .info_contacto p {
        font-size: 16px;
    }

    .info_contacto img {
        height: 22px;
        margin-right: 10px;
    }

    .info_contacto {
        bottom: 24px;
    }


    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .superpuesto .container-fluid {
        padding: 0 60px;
    }

    .linea_blanca_banner {
        left: -210px;
    }

    .splide__pagination {
        left: calc(50% - 28px);
    }
    .baja {
        bottom: 32px;
    }


    .baja img {
        height: 60px;
    }


    /* -- -- -- Pasos -- -- -- */
    .cuadro_pasos img {
        height: 60px;
        margin-bottom: 20px;
    }

    .cuadro_pasos .enunciado {
        font-size: 18px;
    }

    .cuadro_pasos {
        height: 230px;
    }

    /* -- -- -- bienvenida -- -- -- */
    .bienvenida .row, 
    .actividad .row {
        margin: 0 -0px;
    }

    .padre_relative {
        width: 370px;
        height: 370px;
    }

    .bienvenida .padre_imagen {
        width: 370px;
        height: 370px;
        border-top-left-radius: 130px;
        border-bottom-right-radius: 130px;
    }

    .linea_gris_foto {
        top: -30px;
        left: -5px;
        width: 4px;
        height: 104px;
    }

    .linea_negra_foto {
        left: -20px;
        width: 140px;
        height: 4px;
    }

    .linea_gris_foto.bajo {
        bottom: -30px;
    }

    .linea_negra_foto.bajo {
        right: -30px;
    }

    .linea_gris_vert {
        left: -14px;
    }

    .linea_gris_hori {
        left: -22px;
    }

    /* -- -- -- Apartamentos -- -- -- */
    .letrero {
        font-size: 86px;
        line-height: 65px;
    }

    .apartamentos {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .cuadro_titulo .padding {
        padding: 70px 30px 106px;
    }

    .cuadro_titulo {
        top: calc(100% - 185px);
    }

    .cuadro_imagen .titulo {
        margin-bottom: 52px;
        font-size: 23px;
    }

    .degradado_negro {
        height: 300px;
    }

    .caja_medida_info {
        height: 240px;
        margin-bottom: 100px;
    }

    .cuadro_imagen:hover .padding {
        padding: 70px 30px 70px;
    }
    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 120px;
        padding-bottom: 305px;
    }

    .actividad .informacion {
        margin-bottom: 30px;
    }

    .flechas_texto {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .flechas {
        margin-bottom: 30px;
    }

    .boceto {
        height: 552px;
        right: calc(100% - 432px);
    }


    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 120px;
        padding-bottom: 260px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .logo_pie {
        margin-bottom: 20px;
    }

    .redes_pie>div {
        margin-bottom: 30px;
    }

    .pie_superior {
        padding-top: 50px;
    }

    .logos_web {
        margin-bottom: 30px;
    }

    .linea_separa_vertical {
        height: 250px;
        margin-left: 50px;
        margin-right: 60px;
    }

    .copi, .desarrollo, .desarrollo a {
        margin: 20px 0px;
    }

}





@media (max-width: 992px){ /* tablet vertical */


    .caja_titulo.h2>div{
        margin: 0 auto;
    }

    .linea_gris_hori {
        top: -5px;
        width: 34px;
    }

    .linea_gris_vert {
        height: 34px;
        top: -14px;
    }


    h2.h2,
    h3.h3{
        text-align: center;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .texto_inicial {
        text-align: center;
    }

    .texto_inicial {
        text-align: center;
        margin: 0 90px;
    }

    .informacion {
        text-align: center;
    }


    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */


    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled {
        right: -300px;
    }

    .logo_web img {
        height: 28px;
    }

    .menu_horizontal>div>div {
        height: 80px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .superpuesto .container-fluid {
        padding: 0 30px;
    }

    .splide__pagination {
        left: calc(50% - 15px);
    }

    /* -- -- -- Pasos -- -- -- */



    /* -- -- -- Bienvenida -- -- -- */
    .bienvenida .row, 
    .actividad .row {
        margin: 0 -0px;
        display: block;
    }

    .bienvenida {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .padre_relative {
        width: 370px;
        height: 370px;
        margin-top: 80px;
    }



    /* -- -- -- apartamentos -- -- -- */
    .letrero {
        font-size: 70px;
        line-height: 52px;
    }

    .apartamentos {
        padding-top: 49px;
        padding-bottom: 50px;
    }

    .splide__arrow {
        height: 30px;
        width: 85px;
    }

    .splide__arrows {
        top: -46px;
    }


    .cuadro_imagen .padre_imagen {
        height: 600px;
    }

    .cuadro_imagen p {
        -webkit-line-clamp: 8;
    }

    .caja_medida_info {
        height: 192px;
    }



    /* -- -- -- actividad -- -- -- */
    .actividad {
        padding-top: 100px;
        padding-bottom: 160px;
        text-align: center;
    }

    .boceto {
        height: 685px;
        right: calc(100% - 530px);
        position: relative;
        top: 0;
        right: 0;
        left: 0px;
        margin: 0 auto;
        height: 430px;
        margin-top: 40px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .rectangulo_gris {
        top: 86px;
    }

    .rectangulo_gris_claro {
        top: 80px;
    }

    .logos_web {
        display: block;
        margin-bottom: 10px;
    }

    .logo_pie img {
        height: 60px;
    }

    .resumen {
        width: 600px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .redes_pie {
        width: 100%;
        text-align: center;
    }

    .redes_pie>div {
        justify-content: center;
        width: auto;
        margin: 0 20px 30px;
    }


}

@media (max-width: 767px){ /* móviles */

    h2.h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3.h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .linea_gris_hori {
        left: -12px;
    }

    .linea_gris_vert {
        left: -4px;
    }

    /* -- -- -- ESTILOS COMPARTIDOS -- -- -- */
    .texto_inicial {
        text-align: center;
        margin: 0 0px;
    }


    .container_medio {
        width: 100%;
        padding: 0px 15px;
    }

    .boton .btn {
        width: 170px;
        height: 45px;
    }
    /* -- -- -- FIN ESTILOS COMPARTIDOS -- -- -- */
    .marco-contacto{
        margin-top: 30px;
    }

    /* -- -- -- HEADER -- -- -- */
    /* -- -- -- Menú -- -- -- */

    .logo_web img {
        height: 15px;
        left: 15px;
        top: 15px;
    }

    .menu {
        top: 10px;
        right: 10px;
    }

    .menu img {
        height: 22px;
    }

    .menu, 
    .cierra-menu .border_circulo {
        height: 42px;
        width: 42px;
        border-radius: 10px;
    }

    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled {
        right: -250px;
    }

    .menu_vertical {
        padding: 8px 20px 18px 25px;
    }

    .cierra-menu .border_circulo {
        left: -17px;
    }

    .sidebar-nav {
        padding-top: 70px;
    }

    .sidebar-nav li a {
        font-size: 16px;
    }
    .dropdown-menu li a{
        font-size: 12px;
    }

    .info_contacto {
        width: calc(100% - 45px);
    }

    .info_contacto {
        bottom: 14px;
    }

    .info_contacto>div {
        margin-bottom: 14px;
    }

    .info_contacto img {
        height: 20px;
        margin-right: 10px;
    }

    .info_contacto p {
        font-size: 13px;
    }

    .menu_horizontal>div>div {
        height: 60px;
    }

    /* -- -- -- MAIN -- -- -- */
    /* -- -- -- Banner -- -- -- */
    .superpuesto .container-fluid {
        padding: 0 10px;
    }

    .splide__pagination {
        left: calc(50% - 3px);
    }

    .splide__pagination__page {
        width: 8px;
        height: 8px;
        margin: 5px;
    }

    .texto_banner>div {
        width: 100%;
        padding-right: 30px;
    }

    .texto_banner p.enunciado {
        font-size: 26px;
        line-height: 34px;
    }

    .texto_banner p {
        font-size: 18px;
        line-height: 24px;
    }

    .linea_blanca_banner {
        width: 200px;
        left: -137px;
    }

    .baja img {
        height: 50px;
    }

    .baja img {
        height: 50px;
    }

    /* -- -- -- Bienvenida -- -- -- */

    .bienvenida .padre_imagen {
        width: 300px;
        height: 300px;
        border-top-left-radius: 90px;
        border-bottom-right-radius: 90px;
    }

    .padre_relative {
        width: 300px;
        height: 300px;
        margin-top: 60px;
    }

    .actividad {
        padding-top: 70px;
        padding-bottom: 100px;
    }


    .boceto {
        height: auto;
        margin-top: 30px;
        width: 100%;
    }

    .bienvenida .row>div:first-child,
    .actividad .row>div:first-child,
    .bienvenida .row>div, 
    .actividad .row>div {
        padding: 0 0px;
    }

    /* -- -- -- Apartamentos -- -- -- */
    .apartamentos {
        padding-top: 28px;
        padding-bottom: 50px;
    }
    .letrero {
        font-size: 40px;
        line-height: 30px;
    }

    .crece_svg svg {
        height: 15px;
        width: 15px;
    }

    .splide__arrow {
        height: 28px;
        width: 45px;
        margin: 0px 5px;
        bottom: 0;
        border-radius: 0;
    }
    .splide__arrows {
        top: -28px;
        right: 0px;
    }

    .cuadro_imagen .padre_imagen {
        height: 500px;
    }

    .cuadro_imagen .titulo {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 26px;
    }
    .cuadro_imagen .pre_titulo {
        font-size: 15px;
    }

    .caja_pretitulo {
        margin-bottom: 2px;
    }

    .cuadro_titulo .padding {
        padding: 35px 20px 50px;
    }

    .cuadro_titulo {
        top: calc(100% - 120px);
    }

    .cuadro_imagen:hover .titulo {
        margin-bottom: 15px;
    }
    .caja_medida_info {
        height: 230px;
        margin-bottom: 40px;
    }

    .cuadro_imagen p {
        -webkit-line-clamp: 10;
        font-size: 15px;
        line-height: 23px;
    }

    .cuadro_imagen:hover .padding {
        padding: 50px 20px 50px;
    }

    /* -- -- -- FOOTER -- -- -- */
    .logos_web img {
        height: 40px;
    }

    .resumen {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .redes_pie p {
        font-size: 15px;
    }

    .redes_pie img {
        height: 20px;
        margin-right: 8px;
    }

    .redes_pie>div.direccion {
        width: 225px;
    }

    .pie_firma{
        padding: 10px 0px;
    }

    .pie_inferior .centrado {
        width: 100%;
        display: block;
    }

    .copi, .desarrollo, .desarrollo a {
        margin: 10px 0px;
    }


}



/*//ESTILOS GENERALES//*/
@media (max-width: 1200px){
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #959595;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #91a22f;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 20px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .btn {
        padding: 6px 11px;
        height: 43px;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #1d1d1d;
        border: 1px solid #1d1d1d;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .banner_interior {
        height: 250px;
    }
    .fijar{
        position: fixed;
        width: 100%;
    }
}
@media (max-width: 992px){ /* móviles */
    /* whatsapp */
    .floating-icons {
        bottom: 1rem;
        left: 1rem;
    }
    .videos_responsive{width: 100%;float: none}

    .botones_carro{width: 100%;margin-top: 20px}
    .otras_fotos .imagen{height: 100px;}
    .foto_principal .imagen {width: 100%}
    .zona_galeria_mini .bx-wrapper .bx-prev { display: none;}
    .zona_galeria_mini .bx-wrapper .bx-next { display: none;}


    .instagram-widget>div{position:relative; padding-top:calc(100vw / 3);}
    .instagram-widget iframe{width:200% !important;}
    .padre_imagen .imagen {background-size: contain;}
    .sidebar-wrapper.left .form-control {
        height: 43px;
        padding: 6px 12px;
        color: #959595;
        font-style: italic;
        background-color: #ffffff;
        border: 1px solid #1d1d1d;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sidebar-nav li a.favorito {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .caja_favorito, .caja_redes {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .caja_favorito a,.caja_redes a{
        padding: 0 10px!important;
        margin: 10px 0!important;
    }
    .caja_acceso a{
        padding: 0 20px!important;
    }
    .caja_favorito a img{
        margin-left: 0!important;
    }
    .sidebar-wrapper li img,.caja_redes a img {
        height: 25px;
        transition: all .2s ease-in-out;
    }
    .sidebar-wrapper.left .sidebar-nav li:first-child {
        padding: 10px 20px;
        text-indent: 0px;
        padding-top: 25px;
    }
    .left .sidebar-nav .multi-level li:first-child{
        padding: 0;
    }
    .left .sidebar-nav .multi-level li:last-child a{
        text-indent: 0;
    }
    .left .sidebar-nav .multi-level li.active a{
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.30);
        font-weight: 400;
    }
    .quantity{width: 100%; display: flex; align-items: center; justify-content: space-between;}
    .quantity label{margin-bottom: 0;}
}
@media (max-width: 767px){ /* móviles */
    
    .sidebar-nav li a img {
    margin-left: 10px;
    height: 20px;
    margin-right: 0px;
}
    .marco-izq .col-xs-10{
        margin-left: 0px;
    }
    .filtros{
        height: 260px;
    }
    h3.categoria {
        text-align: center;
    }
    span.precio {
        font-size: 48px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }
    span.tachado {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }
    .precios_estilos {
        text-align: center;
        width: 100%;
    }
    .banner_interior {
        height: 200px;
    }
    .otras_fotos{margin-bottom: 30px}
    .nav-botones>li{float: none;width: 100%;margin-bottom: 10px}
    .nav-botones>li>a{margin: 0;}
    .btn-pagination {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 7px;
        border: 1px solid;
    }
    h3{
        font-size: 20px;
    }
    .proyecto .imagen {
        background-size: cover;
    }
    .cuadro_noticia {
        float: none;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }

    .instagram-widget>div{position:relative; padding-top:calc(100vw / 2);}
    .instagram-widget iframe{width:300% !important;}
}