/*
Theme Name: Cassá Estudio
Theme URI: https://cassaestudio.cl/
Description: Tema para Cassá Estudio
Version: 1.0
Author: Pampa
*/
body{
	color: #3c3c3b;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.04vw;
	font-weight: 400;
    background: #F9F7F4;
}
body.page-template-page-home{
	/*cursor: none;*/
}
.rounded{
	width: 20px;
    height: 20px;
    background-color: #D7282F;
    border-radius: 50%;
    z-index: 6;
    position: absolute;
}
*{
	margin: 0;
	padding: 0;
	line-height: normal;
	box-sizing: border-box;
}

img{
	width: 100%;
	height: auto;
}
header{
	width: 100%;
	background-color: transparent;
	height: 133px;
	position: absolute;
	display: block;
	z-index: 7;
}
.cajaluz {
    position: fixed;
    pointer-events: none;
    top: -180px;
    left: -180px;
    display: block;
    width: 359px;
    height: 359px;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: overlay;
    -webkit-filter: blur(141px);
    filter: blur(141px);
    z-index: 8;
    -webkit-transform: matrix(1,0,0,1,-100,-100);
    transform: matrix(1,0,0,1,-100,-100);
    opacity: 0.8;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}
main{
	display: block;
	z-index: -2000;
	height: auto;
	width: 100%;
}
.full{
	width: 100%;
}
.flex{
	display: flex;
}
.page-template-page-home main{
	height: 100%;
	position: relative;
}
.page-template-page-home section.center.slick {
    height: 100vh;
    position: relative;
}
.page-template-page-home .slick-list {
    height: 100%;
}
.page-template-page-home .slick-track {
    height: 100%;
}
.page-template-page-home .content {
    height: 100%;
    display: flex;
    align-items: center;
}
.ancho-header{
	width: 80%;
	height: 190px;
	margin: auto;
}
.logo{
    width: 12%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-top: 22px;
}

.interiores .logo{
    width: 9%;
    height: 90px;
	float: left;
	box-sizing: border-box;
	padding-top: 12px;
}
nav{
    width: 81%;
    float: left;
    padding-top: 94px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 6%;
}
nav ul{
    margin-bottom: 0;
}
nav ul li{
	display: inline;
    position: relative;
}
#menu-menu-principal ul.sub-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    display: none;
	left: 0;
}
#menu-menu-principal li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

#menu-menu-principal ul.sub-menu li{
    width: 100%;
    margin: 0;
    display: block;
    text-align: left;
}
#menu-menu-principal ul li a {
	text-align: left;
	line-height: 2;
	font-size: 12px;
    display: block;
}
.ancho-header nav ul li a{
	color: #3c3c3b;
	text-decoration: none;
	font-size: 15px;
	padding: 0 40px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.page-template-page-home nav ul li a{
	color: #ffffff;
}
nav ul li a:hover, .ancho-header nav ul li.current-menu-item a{
	color: #D7282F;
}
h1{
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1em;
    text-transform: none;
	font-family: "Spectral", serif;
}
h2{
	font-size: 3.7vw;
	color: #ffffff;
    line-height: 1.3;
	font-family: "Spectral", serif;
    font-weight: 400;
}
h3{
	font-size: 1.4vw;
    line-height: 1;
    font-weight: 400;
}
h4{
    font-size: 1.1vw;
    line-height: 1.5;
    letter-spacing: normal;
    font-weight: 500;
}
h5{
	font-size: 1.2vw;
	font-weight: lighter;
    line-height: 1;
}
.caja-texto{
	position: relative;
	padding: 30px 50px;
	z-index: 1000;
}
.content {
    position: relative;
    width: 100%;
    /*top: -800px;*/
    left: 5px;
    text-align: left;
    z-index: 99;

}
.slider {
    width: 100%;
    margin: 0;
    padding: 0;

}

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
section.center.slick {
    height: 100%;
}
.slider-home{
    width: 100%;
    height: 100%;
}
.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}
.slide {
    height: 100%;
    background-position: center center;
    background-size: cover;
}
body.page-template-page-home .slick-arrow {
    display: none !important;
}
.background-cover {
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: absolute;
}
.center h2{
    width: 60%;
    margin: auto;

}
.center{
	width: 100%;
	position: fixed;
}
.slider-home .content h2{
    width: 85%;
    float: left;
    padding-top: 94px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 6%;
}
.titulo-cont{
	display: block;
	width: 100%;
	float: left;
    position: relative;
}
.titulo{
	width: 50%;
	padding: 50px;
    float: left;
}
.nosotros .titulo {
    width: 86%;
    padding: 50px 0;
}
.titulo h4{
    font-size: 1.5vw;
	font-weight: 300;
}
.banner-principal{
	padding: 0;
	margin: auto 0 1%;
    float: left;
    width: 100%;
    position: relative;
}
.banner-principal img{
	/*padding-left: 15px;*/
	margin: auto;
	width: 100%;
    display: block;

}
/*
///////////////////////////
css nosotros.html
///////////////////////////
*/
.bio {
    position: relative;
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	color: #3c3c3b;
	padding: 10px 0;
    width: 95%;
    float: right;
}
.bio p {
    font-size: 14px;
    color: #3c3c3b;
}
.cabecera_bio {
    display: -webkit-box;
    width: 100%;
    border-bottom: 1px solid #3C3C3B;
}
.cabecera_bio.flex.desk {
    display: -webkit-box;
}
.cabecera_bio h3 {
    width: 26%;
    margin: 0 2%;
    font-weight: bold;
}
.cabecera_bio h4 {
    width: 60%;
    font-family: "Spectral", serif;
}
.acordion p {
    margin: 20px 0;
}
.biografias{
	display: block;
	height: auto;
	background: #ffffff;
	width: 100%;
	padding: 20px;
	position: relative;
}
.interiores{
	width: 100%;
	height: 133px;
	position: relative;
	display: block;
	z-index: 7;
}
.nosotros{
    width: 80%;
    margin: 0 auto 50px;
    display: flow-root;
}
.col_nosotros{
    width: 23%;
    margin-right: 2%;
    position: relative;
    float: left;
    font-size: 14px;
    padding-bottom: 100px;
}
.acordion-cont {
    display: block;
    width: 100%;
    position: relative;
}
.acordion {
	position: relative;
	z-index: 0;
    display: none;
    overflow: hidden;
    width: 100% !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.acordion-btn {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
a.acordion-btn-mobile {
    display: -webkit-box;
    color: #3c3c3b;
    text-decoration: none;
width: 100%;
}
.acordion-btn span.horizontal {
    background: #3c3c3b;
    height: 1px;
    width: 60%;
    margin: 0 auto;
}
.acordion-btn span.vertical {
    background: #3c3c3b;
    height: 1px;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    left: 20%;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.acordion-btn.selected span.vertical {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*
///////////////////////////
css quehacemos.html
///////////////////////////
*/
.que-hacemos{
	display: block;
	height: auto;
	width: 100%;
	padding: 0;
	position: relative;
}
.content-quehacemos{
	width: 80%;
	margin: auto;
    text-align: justify;
}
.content-quehacemos .titulo{
	position: relative;
	display: block;
	width: 75%;
	float: left;
}
.imagen-quehacemos{
	position: relative;
	display: block;
	width: 50%;
	float: left;
    padding: 3%;
}
.info-quehacemos{
	width: 100%;
	margin: auto;
	float: left;
}
.info-quehacemos img{
	width: 100%;
	padding-top: 20px;
	    margin: 5vh 0 10vh 0;
}
.content-quehacemos img{
	width: 100%;
}
.titulo h3 {
    line-height: 1.3;
    letter-spacing: normal;
}
strong {
    font-weight: 500;
}
/*
///////////////////////////
css proyectos.html
///////////////////////////
*/
.post-type-archive-proyectos main section.full .thumb {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}
.content-proyectos{
	width: 80%;
	margin: auto;
	background-color: #ffffff;
}
.post-type-archive-proyectos main a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.post-type-archive-proyectos main{
	display: block;
	height: auto;
	background: #ffffff;
	width: 100%;
	position: relative;
}
.col_proyectos{
	width: 47%;
	position: relative;
	float: left;
	font-size: 14px;
	margin-right: 3%;
	margin-bottom: 1%;
}
/*.col_proyectos:nth-child(even){
	margin-right: 0%;
}*/
.col_proyectos img{
	width: 100%;
    display: block;
}
.menu-proyectos{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 40px;
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
.menu-proyectos ul li{
	display: inline;

}
.menu-proyectos a {
	text-decoration: none;
	color: #000000;
}
.menu-proyectos a:hover{
	color: #D7282F;
}
.imagen-proyectos{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.content-proyectos-int{
    width: 80%;
    margin: 35px 10%;
    float: left;
}
.content-proyectos-int p {
     margin: 0 0 1vw;
    font-size: 1vw;
    line-height: 1.8;
}
.texto-proyecto {
    text-align: left;
    font-size: 14px;
    color: #3c3c3b;
    padding: 7% 0%;
    display: block;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.texto-proyecto.flex {
    display: flex;
    align-items: baseline;
    padding: 3% 0 0%;
    border-bottom: 1px solid;
    margin-bottom: 7%;
}
.banner-principal .texto-proyecto {
    left: 4%;
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 10px;
    display: block;
    position: absolute;
    float: left;
    z-index: 999;
    bottom: 0;
}
a:hover .texto-proyecto {
    opacity: 1;
}
.texto-proyecto h3 {
    color: #3c3c3b;
    font-family: "Spectral", serif;
    letter-spacing: normal;
    font-size: 27px;
    margin: 0 0 10px;
    min-width: 70%;
}

.texto-proyecto h4 {
	color: #3c3c3b;
}
.post-type-archive-proyectos main a img{
	    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.post-type-archive-proyectos main a:hover img{
	opacity: 0.7;
}
section.full.grid {
    float: left;
    width: 100%;
}
.post-type-archive-proyectos main .menu-proyectos a {
    color: #3c3c3b;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    font-weight: 400;
}
.post-type-archive-proyectos main .menu-proyectos a:after {
    content: '';
    display: block;
    height: 1px;
    width:0%;
    background-color: #3c3c3b;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.post-type-archive-proyectos main .menu-proyectos a.activo:after {
	width: 100%;
}
.menu-proyectos ul {
    margin: 0;
    position: relative;
}
/*
///////////////////////////
css footer
///////////////////////////
*/
footer{
	margin: 0;
    line-height: normal;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    background-color: #3C3C3B;
    padding: 30px 0 0;
    color: #fff;
}
.logo-footer{
    width: 14%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 30px 30px 20px 40px;
}
.ancho-footer{
	width: 100%;
	margin: auto;
}
footer li {
    list-style: none;
}
footer p {
    font-weight: bold;
}
footer .redes{
	width: 25%;
	float: right;
	position: relative;
	padding: 40px 20px 20px 20px;
	text-align: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
footer .contacto{
	width: 25%;
	float: right;
	position: relative;
	padding: 40px 20px 20px 20px;
	text-align: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
footer .contacto a{
	text-decoration: none;
	color: #fff;
}
footer .redes a{
	text-decoration: none;
	color: #fff;
}
/*
///////////////////////////
css proyectos-interior.html
///////////////////////////
*/
.content-proyectos-int img{
	width: 100%;
}
.content-proyectos-int .titulo{
	position: relative;
	display: block;
	width: 50%;
	float: left;
}
.proyectos-int{
	display: block;
	height: auto;
	background: #ffffff;
	width: 100%;
	padding: 0;
	position: relative;
}
.caracteristicas{
	width: 100%;
	position: relative;
	font-size:12px;
    float: left;
    margin-bottom: 30px;
}
.especificaciones{
	width: 100%;
	position: relative;
    float: left;
}
.labels {
    width: 50%;
    float: left;
}
.labels h3{
    position: relative;
    float: left;
    width: 100%;
    font-size: 0.9vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 14px;
    line-height: 1;
    letter-spacing: normal;
    margin: 0;
}
.results {
    width: 50%;
    float: left;
	border-left: 1px solid #333;
}
.results h3{
	position: relative;
	float: left;
	width: 100%;
	font-size: 0.9vw;
    font-family: 'Poppins', sans-serif;
    padding: 14px 14px 15px;
    line-height: 1.03;
    letter-spacing: normal;
	margin: 0;
}
.galeria-interior {
    /*position: absolute;*/
    right: 0;
}

.content-proyectos-int h1 {
    font-size: 30px;
    font-family: "Spectral", serif;
    letter-spacing: normal;
}



.galeria-interior {
    /*height: 30vw;*/
    margin-bottom: 5vw;
}
.imagen-proyectos {
    /*height: 100%;*/
}
.galeria-interior .slick-slide img {
    width: 90%;
    height: auto;
    margin: 10px;
}

/* contacto */
body.page-template-page-contacto, body.page-template-page-contacto header.interiores, body.page-template-page-contacto footer {
    background-color: #3c3c3b;
    color: #fff;
}
body.page-template-page-contacto header.interiores nav ul li a:hover, body.page-template-page-contacto header.interiores .current-menu-item a {
    color: #D7282F;
}
body.page-template-page-contacto header.interiores a, body.page-template-page-contacto footer a{
	color: #fff;
}
body.page-template-page-contacto .titulo {
    width: 100%;
}
body.page-template-page-contacto a{
	color: #fff;
	text-decoration: none;
}
body.page-template-page-contacto label {
    font-weight: 400;
    margin: 5px 0;
    display: flow-root;
}
body.page-template-page-contacto p {
    margin-bottom: 10px;
}
input.wpcf7-submit {
    margin: 15px 0 0;
    background: #d7282f;
    color: #fff;
    border-radius: 18px;
    font-size: 14px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
input.wpcf7-submit:hover {
	background: #fff;
    color: #d7282f;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    width: 100%;
    padding: 30px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    text-align: left;
    color: #fff;
    font-weight: normal;
    display: block;
    border-radius: 0px;
    font-size: 16px;
    line-height: 25px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-bottom: 1px solid #d7282f;
    outline: 0;
}
select {
	width: 100%;
    padding: 7px 15px;
    background-color: #fff;
    text-align: left;
    color: #1d3176;
    font-weight: 300;
    display: block;
    border-radius: 0px;
    border: 1px solid #d7dfe3;
    font-size: 12px;
}
::-webkit-input-placeholder { /* Edge */
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
}

/*
Mapa
*/

.mapa-proyectos {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 0 4vw;
}
.item-mapa-proyectos {
    position: absolute;
    color: #3c3c3b;
    text-decoration: none;
}
.leaflet-container a.item-mapa-proyectos {
    position: relative;
    color: #3c3c3b;
    text-decoration: none;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2vw;
    font-weight: bold;
}
/*.item-mapa-proyectos:before {
    content: '';
    display: block;
    width: 3vw;
    height: 4.5vw;
    position: absolute;
    left: calc(50% - 1.25vw);
    top: 5.3vw;
    background-image: url(images/marcador-mapa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/
.item-mapa-proyectos.tipo-casas:before {
	background-image: url("images/marcador-mapa-gris.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.item-mapa-proyectos h3 {
    letter-spacing: normal;
    font-size: 110%;
    line-height: 1.5;
    padding-left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: block;
    width: 100%;
    margin: 0;
}
.item-mapa-proyectos h4 {
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 86%;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: block;
    width: 100%;
    margin: 0;
}

/* Navegacion entre proyectos */
.navegacion-proyectos {
    float: left;
    width: 232px;
    margin-top: 5vw;
    margin-left: 46px;
    position: relative;
}
.navegacion-proyectos:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background: #000;
    width: 100%;
    height: 1px;
    top: calc(50% - 0.5px);
}
.navegacion-proyectos a {
    text-decoration: none;
    display: block;
    flex: 1;
    position: relative;
    font-size: 1.2vw;
    color: #3c3c3b;
    background: #fff;
    padding: 0 10px;
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navegacion-proyectos a[rel="prev"] {
    float: left;
}
.navegacion-proyectos a[rel="next"] {
    text-align: right;
    float: right;
}
.navegacion-proyectos a[rel="prev"]:before {
    content: '';
    display: block;
    position: absolute;
	left: 0;
	top:7px;
    width: 1px;
    height: 6px;
    background-color: #3c3c3b;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navegacion-proyectos a[rel="prev"]:after {
    content: '';
    display: block;
    position: absolute;
	left: 0;
	top:11px;
    width: 1px;
    height: 6px;
    background-color: #3c3c3b;
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navegacion-proyectos a[rel="next"]:before {
    content: '';
    display: block;
    position: absolute;
	right: 0;
	top:11px;
    width: 1px;
    height: 6px;
    background-color: #3c3c3b;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navegacion-proyectos a[rel="next"]:after {
    content: '';
    display: block;
    position: absolute;
	right: 0;
	top:7px;
    width: 1px;
    height: 6px;
    background-color: #3c3c3b;
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navegacion-proyectos a:hover:before, .navegacion-proyectos a:hover:after {
    width: 10px !important;
    height: 10px !important;
    background-color: #d7282f !important;
    border-radius: 50%;
    top: 8px;
    right: -5px;
}
.navegacion-proyectos a[rel="prev"]:hover:before, .navegacion-proyectos a[rel="prev"]:hover:after {
    width: 10px !important;
    height: 10px !important;
    background-color: #d7282f !important;
    border-radius: 50%;
    top: 8px;
    left: -5px;
}

.progress:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    background-color: #828282;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
}
@-webkit-keyframes progressGo-data-v-08e6b41a {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}
@keyframes progressGo-data-v-08e6b41a {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}
.progress_active:before {
    -webkit-animation: progressGo-data-v-08e6b41a 8.5s infinite;
    animation: progressGo-data-v-08e6b41a 8.5s infinite;
}
.progress__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 30px;
    padding: 10px;
}
.progress__arrow_prev {
    left: -54px;
    top: calc(50% - 6px);
}
.progress__arrow_prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    -webkit-transform: rotate(-135deg) translate(-50%,-50%);
    transform: rotate(-135deg) translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.progress__number {
    position: absolute;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #828282;
}
.progress__line {
    width: 227px;
    height: 1px;
    background-color: hsla(0,0%,51%,.32);
}
.progress__number {
    position: absolute;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #828282;
}
.progress__number_second {
    left: auto;
    right: -25px;
}
.progress__arrow_next {
    right: -61px;
    top: calc(50% + 1px);
}
.progress__arrow_next:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

/*CARGADOR */
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#3c3c3b;
  transition: 1s 0.4s;
}
#overlay .logo{
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    width: 400px;
    min-width: 400px;
    height: 200px;
    float: left;
    background: none;
}
#loader-logo-hover {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    min-height: 200px;
    overflow: hidden;
	opacity:0;
	transition:all 1.5s ease;
	/*width:0;*/
}
#loader-logo-hover span {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: url("images/logo-cassa.svg") center top no-repeat transparent;
    background-size: contain;
	min-width: 400px;
    min-height: 200px;
    width: 100%;
    height: 100%;	
}
a.volver {
    float: left;
    width: 100%;
    margin: 60px 0 0;
    color: #3c3c3b;
    text-decoration: none;
    font-weight: 400;
}
.formulario {
    padding-top: 57px;
}
.cifras {
    display: flex;
    align-items: center;
    padding: 0 30px;
    text-align: center;
    float: left;
    width: auto;
}
.cifra {
    width: auto;
    display: flex;
    align-items: self-end;
    flex: 1;
}
.cifra .numero {
    font-size: 5vw;
    font-weight: 800;
    line-height: 1;
    margin-right: 20px;
}
.cifra .texto {
    font-size: 1.5vw;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}
h3.titulo_mapa {
    float: left;
    width: 100%;
    font-size: 2vw;
}
.imagen-quehacemos {
    display: flex;
    align-items: center;
}
input.wpcf7-submit {
    background: #d7282f !important;
}
input.wpcf7-submit:hover {
    background: #fff !important;
}
.content-quehacemos .titulo h3 {
    text-align: left;
    line-height: 1.6;
}
#map {
    width: 100%;
}
.btn-volver{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid;
    color: #fff;
    background-color: #D7282F;
	text-decoration: none;
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.btn-volver:hover{
	background-color: #3c3c3b;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid;
}
.slick-prev {
    left: 5px;
    width: 25px;
    height: 33px;
	z-index: 1;
}
.slick-next {
    right: 5px;
    width: 25px;
    height: 33px;
    margin: 0;
	z-index: 1;
}
.slick-prev:before,.slick-next:before,.slick-prev:after,.slick-next:after{
    display: block;
    content: '' !important;
    width: 2px;
    height: 20px;
    background-color: #3c3c3b;
    position: absolute;
    top: 0;
    left: 8px;
	z-index: 1;
}
.slick-prev:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-next:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: auto;
    right: 8px;
}
.slick-prev:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    bottom: 0;
}
.slick-next:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 8px;
}
.icono {
    flex: 1;
}
.icono.pisos {
    flex: none;
}
.icono.depto:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
	background: url("images/ico-departamentos.svg") no-repeat center center;
	background-size: 30px;
}
.icono.pisos:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
	background: url("images/ico-pisos.svg") no-repeat center center;
	background-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 960px){
.content-quehacemos {
    width: 80%;
}
	.cifras {
    margin-top: 12vw;
    width: 130%;
    margin-left: -15%;
}
	.cifra {
    width: 50%;
}
}