iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.cc-cookies{background: rgba(0,0,0,0.8);}
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset, .cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline{width: auto;}
.cc-cookies a.cc-cookie-accept:hover {background:transparent!important;cursor:pointer}
.cc-cookies a button:hover {cursor:pointer}

html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; height: 100%}
html {position: relative;min-height: 100%; scroll-behavior: smooth;}
body{font-family: 'Montserrat', sans-serif; color: #010002; font-weight: 300;}


.font-light{font-family: 'Montserrat', sans-serif; font-weight: 300;}
.font-regular{font-family: 'Montserrat', sans-serif; font-weight: 400;}
.font-medium{font-family: 'Montserrat', sans-serif; font-weight: 500;}
.font-semibold{font-family: 'Montserrat', sans-serif; font-weight: 600;}
.font-bold{font-family: 'Montserrat', sans-serif; font-weight: 700;}
.font-black{font-family: 'Montserrat', sans-serif; font-weight: 800;}
.bg-color{background: #34373A;}
.bg-black{background: #192D48;}
.bg-gray-900 {background-color: #121212;}
.sticker {color: #ffffff; background-color:#1e73be; border: 1px solid #ffffff;display: inline-block; padding: 10px 20px;}
.blue {color:#0062cc!important;}

.g-recaptcha {display:none!important}
.nounderline{text-decoration: none!important;}

/*contacta*/
.contacta{position: fixed; top: 50px; right: 15px; z-index: 100}
.contacta div{border-radius: 35px; height: 70px;}
.contacta div a{padding: 0 11px;}
.contacta span{display: none; position: relative; top: -5px;}
.contacta:hover span{display: none;}
/*contacta*/

/*Providencia*/
.providencia{position: fixed; top: 130px; right: 15px; z-index: 100}
.providencia div{border-radius: 35px; height: 70px;}
.providencia div a{padding: 0 11px;}
.providencia .img{width: 130px;}
/*Providencia*/

.carousel-control-prev, .carousel-control-next{opacity: 0.8;}
.fa-angle-left, .fa-angle-right {top: 50%; z-index: 5; display: inline-block; background: #34373A; border-radius: 50%; width: 50px!important; height: 50px!important; padding-top: 18px; text-align: center; color: #fff!important;}
.fa-angle-left {left: 50%;}
.fa-angle-right {right: 50%;}

#carousel-grande.carousel{position: absolute; z-index: 0;}
#carousel-grande.carousel .carousel-item{height: 450px; width:100%;}
#carousel-grande.carousel .carousel-caption{top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 10%; right: 10%;}

#carousel-grande .carousel-item:nth-child(1) {background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(../img/fachada_corsega_residencial_iberhogar.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-blend-mode: multiply;}
#carousel-grande .carousel-item:nth-child(1){animation: zoom-in-zoom-out 25s ease-out infinite;}

@keyframes zoom-in-zoom-out {
  0% {transform: scale(1, 1);}
  50% {transform: scale(1.2, 1.2);}
  100% {transform: scale(1, 1);}
}

/*MENU*/
#menu{display: none; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.anchor{display: block; padding-top: 56px; margin-top: -56px; visibility: hidden;}
.fade-in {opacity: 1; animation-name: fadeInOpacity; animation-iteration-count: 1; animation-timing-function: ease-in; animation-duration: .5s;}
@keyframes fadeInOpacity {0% {opacity: 0;} 100% {opacity: 1;}}
/*MENU*/

/*HEADER*/
header{height: 450px;}
.bg-header{position:absolute; top:0; left:0; z-index:0; width:100%; height:inherit; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%), url(../img/fachada_corsega_residencial_iberhogar.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-blend-mode: multiply;}
.bg-header:nth-child(1){animation: zoom-in-zoom-out 25s ease-out infinite; overflow:hidden; }
/*HEADER*/

/*GALERÍA*/
.grid {display: grid; grid-template-rows: repeat(4, 180px); grid-template-columns: repeat(3, 1fr); grid-gap: 15px;}
.grid .item:nth-child(1) {grid-row: 1 / 4;}
.grid .item:nth-child(2) {grid-column: 2 / 4; grid-row: 1 / 3;}
.grid .item:nth-child(3) {grid-column: 3 / 4; grid-row: 3 / 5;}
.grid .item:nth-child(4) {grid-column: 2 / 3; grid-row: 3 / 4;}
.grid .item:nth-child(5) {grid-column: 2 / 3; grid-row: 4 / 5;}
.grid .item:nth-child(5) {grid-column: 2 / 3; grid-row: 4 / 5;}
.grid {margin: auto; max-width: 100%;}
.grid > .item {background-position: center; background-repeat: no-repeat; background-size: cover;}

/*GALERÍA*/

/*GALERÍA PISO PILOTO*/
.grid2 {display: grid; grid-template-rows: repeat(4, 180px); grid-template-columns: repeat(3, 1fr); grid-gap: 15px;}
.grid2 .item-p:nth-child(1) {grid-row: 1 / 4;}
.grid2 .item-p:nth-child(2) {grid-column: 2 / 4; grid-row: 1 / 3;}
.grid2 .item-p:nth-child(3) {grid-column: 3 / 4; grid-row: 3 / 5;}
.grid2 .item-p:nth-child(4) {grid-column: 2 / 3; grid-row: 3 / 4;}
.grid2 .item-p:nth-child(5) {grid-column: 2 / 3; grid-row: 4 / 5;}
.grid2 .item-p:nth-child(5) {grid-column: 2 / 3; grid-row: 4 / 5;}
.grid2 {margin: auto; max-width: 100%;}
.grid2 > .item-p {background-position: center; background-repeat: no-repeat; background-size: cover;}

/*GALERÍA PISO PILOTO*/

/*TESTIMONIALS*/
#carousel-testimonials .carousel-caption{position: initial; z-index: 10; color: inherit;}
#carousel-testimonials .carousel-indicators{bottom: -30px;}
#carousel-testimonials .carousel-indicators li{height: 10px; width: 10px; border-radius:50%; background-color: #717175;}
/*TESTIMONIALS*/

/*AVANCE DE OBRA*/
.is-active{font-weight: bold;}
.multi-steps{min-width: 900px;}
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {content: counter(stepNum); font-family: inherit; font-weight: 700;}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {background-color: #ededed;}
.multi-steps {display: table; table-layout: fixed; width: 100%;}
.multi-steps > li {counter-increment: stepNum; text-align: center; display: table-cell; position: relative; color: #192D48;}
.multi-steps > li:before {content: ""; content: "✓;"; content: "𐀃"; content: "𐀄"; content: "✓"; display: block; margin: 0 auto 4px; background-color: #fff; width: 36px; height: 36px; line-height: 32px; text-align: center; font-weight: bold; border-width: 2px; border-style: solid; border-color: #28a745; border-radius: 50%;}
.multi-steps > li:after {content: ""; height: 2px; width: 100%; background-color: #28a745; position: absolute; top: 16px; left: 50%; z-index: -1;}
.multi-steps > li:last-child:after {display: none;}
.multi-steps > li.is-active:before {background-color: #fff; border-color: #192D48;}
.multi-steps > li.is-active ~ li {color: #808080;}
.multi-steps > li.is-active ~ li:before {background-color: #ededed; border-color: #ededed;}
/*AVANCE DE OBRA*/

/*CONTACTO*/
.bg-contacto {background: linear-gradient(rgba(52, 55, 58, 1), rgba(52, 55, 58, 1)), url(../img/xxxxxx.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-blend-mode: multiply;}
#contacto{}
.custom-control-input:checked~.custom-control-label::before {color: #fff!important; background-color: #34373A!important;}
.custom-control-label::before {background-color: #ccc; border: solid 1px #eff0f1; border-radius: 50%!important;}
/*CONTACTO*/

/*DATETIMEPICKER*/
 .datetime {height: calc(2em + .75rem + 2px); padding: .375rem .75rem; border-color:#eff0f1; color: #000000; border-radius:2rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
 .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover:active{background: #0062cc;}
 .datetimepicker table tr td.today, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today:hover{background-color: #000000!important; color: #ffffff; background-image: none!important;}
 .datetimepicker td, .datetimepicker th{border-radius: 50%!important;}
/*FORM*/
.btn{border-radius: 2rem;}
.btn-primary {
    color: #000;
    background-color: #B2DEF2;
    border-color: #B2DEF2;
}
.form-control, .custom-select{border-color:#eff0f1; color: #000000; border-radius:2rem; height: calc(2em + .75rem + 2px)}
textarea.form-control {}
.btn-send{color: #ffffff; border-radius: 1rem; padding-left:30px; padding-right:30px; background:#34373A; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out; }
.btn-send:hover, .btn-send:focus, .btn-send:active {color: #ffffff; background:  #107d3f}
.btn-modal{color:#ffffff; border-radius: 1rem; padding-left:30px; padding-right:30px; background: #34373A; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.btn-modal:hover, .btn-modal:focus, .btn-modal:active {color: #ffffff; background:  #107d3f;}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{color: #FF433F;}
.help-block ul{float: none; display:block;}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label{color: inherit;}
.form-control.is-invalid, .was-validated .form-control:invalid{background-image: none;}
.form-control.is-valid, .was-validated .form-control:valid{background-image: none;}
.custom-select.is-valid, .was-validated .custom-select:valid{background-image: none;}
.custom-select.is-invalid, .was-validated .custom-select:invalid{background-image: none;}

.btn-primary {
    color: #192D48!important;
    background-color: #B2DEF2!important;
    border-color: #B2DEF2!important;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #192D48!important;
    border-color: #192D48!important;
}

.btn-success {
     color: #192D48!important;
    background-color: #B2DEF2!important;
    border-color: #B2DEF2!important;
}

.btn-success:hover {
    color: #fff!important;
    background-color: #192D48!important;
    border-color: #192D48!important;
}



::-webkit-input-placeholder {color: #000000!important;opacity: 1!important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #000000!important;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #000000!important;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000000!important;opacity: 1;}
/*FORM*/

/*TOOLTIP*/
.color-tooltip + .tooltip > .tooltip-inner {background-color: rgba(0, 149, 54, 0.8)!important}
.color-tooltip + .tooltip > .tooltip-arrow {border-top-color:rgba(0, 149, 54, 0.8)!important}
/*TOOLTIP*/


/*FOOTER*/

/*FOOTER*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px){
	header{height: 450px;}
	#carousel-grande.carousel .carousel-item{height: 450px; width:100%;}
	.sticker {color: #ffffff; background-color:#1e73be; border: 1px solid #ffffff;display: inherit; padding: 10px 20px;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	header{height: 450px;}
	#carousel-grande.carousel .carousel-item{height: 450px; width:100%;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	header{height: 450px;}
	#carousel-grande.carousel .carousel-item{height: 450px; width:100%;}
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	header{height: 600px;}
	#carousel-grande.carousel .carousel-item{height: 600px; width:100%;}
	/*contacta*/
	.contacta span, .contacta:hover span{display: inline-block;}
	/*contacta*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header{height: 600px;}
	#carousel-grande.carousel .carousel-item{height: 600px; width:100%;}
	/*contacta*/
	.contacta span, .contacta:hover span{display: inline-block;}
	/*contacta*/
}

