body.home .contenedor{
    padding: 0;
}
body.home .contenedor.slide{
    margin: 0;
    margin-top: 8vh;
    padding: 0;
    width: 100%;
    /* width: 100vw; */
    padding-bottom: 4vw;
    border-bottom: 1px solid #EEE;
}
body.home .contenedor.slide {
    margin-top: 0 !important;
}
body.home .main-carousel {
    width: 100%;
    min-height: 44vw;
}
body.home .carousel-cell .bloque_container {
    position: relative;
    width: 100%;
    width: 100vw;
    min-height: 360px;
    min-height: 44vw;
}
body.home .carousel-cell .bloque_img {
    width: 100%;
    width: 100vw;
    height: 44vw;
    display: inline-block;
    vertical-align: top;
}
body.home .carousel-cell .bloque_texto {
    padding: 0 6vw;
    box-sizing: border-box;
    width: 100%;
    width: 100vw;
    min-height: 360px;
    min-height: 12vh;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,1);

    opacity: 0;
    -webkit-transition: all 3s; /* Safari */
    -moz-transition: all 3s; /* Safari */
    transition: all 3s;

    opacity: 1;
    top: 0;
    left: 60%;
    width: auto;
    background: transparent;
    padding: 12vw 10vw 10vw 6vw;
}
body.home .carousel-cell .bloque_texto:hover {
    opacity: 1;
}
body.home .carousel-cell .bloque_texto h3 {
  margin: 2vh auto 2vh auto;
  font-size: 40pt;
  line-height: 36pt;
  font-size: 4.2vw;
  line-height: 3.6vw;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
body.home .carousel-cell .bloque_texto h4 {
    font-size: 2.6vh;
    margin: 0;
    font-size: 20pt;
    line-height: 28pt;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
body.home .carousel-cell .bloque_texto h4, 
body.home .carousel-cell .bloque_texto p {
    padding-left: 1pt;
    padding-left: 0.1vw;
}
@media screen and (max-width: 768px) {
    body.home .carousel-cell .bloque_texto h3 {
        font-size: 14pt;
        line-height: 14pt;
    }
    body.home .carousel-cell .bloque_texto h4 {
        font-size: 12pt;
        line-height: 12pt;
        font-weight: normal;
        padding-left: 0;
    }
}

body.home .carousel-cell .bloque_texto p{ 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

body.home .bloque_texto p {
    font-size: 2vh;
    margin-bottom: 1vw;
    font-size: 11pt;
    line-height: 14pt;
}
body.home .contenedor.slide .bloque_texto .cosito {
    text-align: right;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 2vh;
    right: 3vh;
}



body.home .contenedor.items {
    max-width: 1400px;
}
body.home .contenedor.items .cosito {
    text-align: right;
    padding: 1vh 6px;
    color: #777;
}
body.home .contenedor.items .cosito a {
    width: auto;
    border: none;
    background-image: none;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    height: 24px;
}



body.home .bloque_texto h5 {
    height: 24px;
    text-transform: uppercase;
    color: #999;
    font-size: 10pt;
}
body.home .bloque_texto h3 {
    font-size: 13pt;
    font-weight: 600;
    line-height: 16pt;
    color: #da0031 !important;
    text-transform: uppercase;
}
body.home .bloque_texto h4 {
    font-size: 11pt;
    line-height: 12.8pt;
    margin-bottom: 0.2vw;
    min-height: 50px;
}
body.home .bloque_texto p {
    margin-bottom: 0.2vw;
}




body.home .contenedor.banner {
    background: #da0333;
    margin: 45px 0 !important;
    margin: 6vh 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 100% !important;
    padding: 60px !important;
    padding: 8vh !important;
    box-sizing: border-box;
    color: white;
}
body.home .contenedor.banner h1 {
    font-size: 18pt;
    margin-bottom: 30px;
    margin-bottom: 4vh;
}
body.home .contenedor.banner h3 {

}
body.home .contenedor.banner h3 a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid white;
}



.links_secciones {
    padding: 4vw 4vw 0 4vw;
}
.links_secciones .item {
    width: 25%; height: 6vw; float: left; margin: 0; box-sizing: border-box; padding: 0 1vw; border-right: 2px solid #999;
}
.links_secciones .item.last {
    border: none;
}
.links_secciones .item .inner {
    height: 8vw; margin-top: -1vw; /* background-color: #F9F9F9; */
}
.links_secciones .item .inner a {
    color: inherit; text-decoration: none;
}
.links_secciones .icono {
    float: left;
    width: 56%;
    height: 56%;
    margin-top: 16px;
    margin-right: 20px;
    width: 4vw;
    height: 4vw;
    margin-top: 1.3vw;
    margin-right: 1.4vw;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;

    -webkit-transition: all 500ms; /* Safari */
    -moz-transition: all 500ms; /* Safari */
    transition: all 500ms;
}
.links_secciones .icono.icono4 {
    width: 81px;
    height: 38px;
    margin-top: 20px;
    margin-top: 2vw;
}
.links_secciones .item .inner a:hover .icono{
    opacity: 0.9;
}
/* .links_secciones .icono1 {
    background-image: url('<?php $propiedades->ruta_tema("img/home/icono-1.jpg"); ?>');
}
.links_secciones .icono2 {
    background-image: url('<?php $propiedades->ruta_tema("img/home/icono-2.jpg"); ?>');
}
.links_secciones .icono3 {
    background-image: url('<?php $propiedades->ruta_tema("img/home/icono-3.jpg"); ?>');
}
.links_secciones .icono4 {
    background-image: url('<?php $propiedades->ruta_tema("img/home/icono-4.jpg"); ?>');
} */
.links_secciones .txt {
    padding: 2vw 1vw;

    -webkit-transition: all 500ms; /* Safari */
    -moz-transition: all 500ms; /* Safari */
    transition: all 500ms;
}
.links_secciones .item .inner a:hover .txt {
    color: #c02c3b;
}



.flickity-page-dots {
    bottom: 20px !important;
}



/*  Este cambio va sólo para pantallas grandes (paso de 2 a 3 cuadritos) 
    Pero en pantallas chicas, se mantiene en 1 cuadrito como el original */


@media screen and (min-width: 601px){

    body.home .bloque_left{
        width: 30%;
        width: 30vw;
        max-width: 480px;
    }
    body.home .bloque_right {
        width: 30%;
        width: 26vw;
        max-width: 440px;
    }

    body.home .bloque_left .bloque_img, 
    body.home .bloque_right .bloque_img {
      width: 90%;
      width: 26vw;
      max-width: 440px;
      height: 200px;
      height: 14vw;
      max-height: 236px;
    }
    body.home .bloque_doble .bloque_texto{
      width: 90%;
      width: 26vw;
      max-width: 440px;
    }

}


@media screen and (max-width: 900px){

    .links_secciones .item {
        width: 50%;
        min-width: 270px;
        height: auto;
        padding: 1.2vh 1vh;
        border: none;
    }
    body.home .bloque_texto h3, 
    body.home .bloque_texto h4, 
    body.home .bloque_texto h5 {
      margin: 1vh 0;
    }
}

@media screen and (max-width: 600px){

    body.home .contenedor.slide {
        border: none;
        padding-bottom: 0;
    }
    body.home .contenedor.items {
        margin-top: 4vh !important;
    }

    .links_secciones {
        padding: 6vw 4vw 0 4vw;
    }

    .links_secciones .item {
        width: 100%;
        height: auto;
        padding: 1.2vh 1vh;
        border: none;
    }
    .links_secciones .item .inner {
        height: auto;
    }
    .links_secciones .icono {
        width: 12vw;
        height: 8vw; 
        margin-right: 4vw;
        background-position-x: center;
        background-repeat: no-repeat;
    }

    .links_secciones .txt {
        padding: 1vw;
    }


    body.home .main-carousel, 
    body.home .carousel-cell .bloque_container {
        min-height: 50vh;
    }
    body.home .carousel-cell .bloque_img {
        height: 50vh;
    }

    body.home .carousel-cell .bloque_texto {
        left: 0;
        right: 0;
        top: 65%;
        padding: 2vw 6vw;
        background: rgba(255,255,255,0.5);
        background: #FFFFFF99;
    }
    body.home .carousel-cell .bloque_texto h3, 
    body.home .carousel-cell .bloque_texto h4 {
        color: #333 !important;
    }


}

@media screen and (max-width: 600px) and (orientation: portrait) {

    body.home .main-carousel, 
    body.home .carousel-cell .bloque_container {
        min-height: 100vw;
    }
    body.home .carousel-cell .bloque_img {
        height: 100vw;
    }

}
