:root {
    --primary-bg-color: #727f5c;
    --primary-opacity-bg-color: #4c524299;
    --secondary-bg-color: #4e6074;

    --primary-text-color: #727f5c;
}

@font-face {
    font-family: 'Ceverland';
    src: url('fonts/Ceverland.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.title-special {
    font-family: 'Ceverland', sans-serif;    
    font-weight: 300;
    color: #fff;
    text-align: center;    
    font-size: 3rem;
    letter-spacing: 1px;
}

.container-fullwidth {
    max-width: 100%;
    padding: 0 60px;
}

.section-content {
    padding-top: 30px;
    padding-bottom: 50px;
}

.separator {
    width: 100%;
    height: 5px;
    background-color: #ccc;
}

.navbar-list{
    margin-top: 50px;
    padding: 0;
    list-style: none;
}

.navbar-list li a{
    text-align: left;
}

.navbar-list li a:hover{
    color: #3767a1  ;
}

.border-1{
    border: 1px solid #333333;
}

.navbar{    
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;    
    /*transition: all .2s;*/    
}

.navbar, .navbar img {
    height: auto;
    -webkit-transition: height 0.4s ease, opacity 0.3s ease;
    -o-transition: height 0.4s ease, opacity 0.3s ease;
    transition: height 0.4s ease, opacity 0.3s ease;
}

.navbar img {
    height: 75px;
}

.cursor-pointer{
    cursor: pointer !important;
}

#navbar-menu {
    position: fixed;
    width: 330px;
    z-index: 99999899999;
    height: 100%;
    background: rgba(0,0,0,0.9);
    right: -330px;
    transition: all 500ms linear;
    top: 0;
    padding: 50px 70px 50px 40px;
}

#navbar-menu.active {
    right: 0px;
}

.cerrar {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 25px;
    color: #ffff !important;
}

#navbar-menu ul li {
    list-style: none;
    padding: 8px 0;
    font-size: 13px;
    letter-spacing: 2px;
}

#navbar-menu ul li a{
    color: #EEE;
    font-weight: 300;
}

#navbar-menu ul li .active {
    color: #3767a1;
}

#navbar-menu .toggle-btn {
    position: absolute;
    left: 230px;
    top: 20px;
    cursor: pointer;
}

#navbar-menu .toggle-btn span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 3px solid #000;
}

.logo-700{
    position: absolute;
    top: 40px;
    z-index: 99;
    left: 0;
}

.filter-button:active {
    background-color: #333333 !important;
    color: white !important;
}

.logo-iwood{
    position: absolute;
    top: 40px;
    z-index: 99999;
    left: 0;
}

.logo-wood{
    position: absolute;
    top: 40px;
    z-index: 9999;
    right: 0;
}

.sombra{
    /* background: url(img/sombra-negra.png) no-repeat center;*/
    background-size: cover;
    height: 100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.descripcion-a .descripcion h2 {
    font-size: 25px;
    font-weight: 400;
}

.descripcion {
    background: rgba(119,160,178);
    padding: 3rem 5rem;
    /*padding: 20px 0 20px 100px;*/
}

.descripcion p{
    font-size: 25px;
}

.plr-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.seccion1{
    padding-top: 40px;
}

.text-gris-1{
    color: #333333 !important;
}

.hr{
    border:1px solid #0fbcf9;
    width: 10%;
    margin-left: 0;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Lato-Light.woff') format('woff'), url('fonts/Lato-Light.ttf')  format('truetype'), url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback; /* Define how the browser behaves during download */
}

h1,h2,h3,h4,h5,h6,p,a,label,span{
    font-family: 'Lato-Light';
}

.text-gris-2{
    color: #7d7d7d !important;
}

.nav-pills > .nav-item {
    padding-right: 20px;
}

.nav-pills > .nav-item  > .nav-link{
    background: transparent;
    border-bottom: 3px solid transparent;
    color: #7d7d7d;
    border-radius: 0;
    font-size: 20px;
}

.nav-pills > .nav-item  > .nav-link.active{
    background-color: var(--secondary-bg-color);
    color: #fff;
}

p{
    font-size: 20px;
    color: #616161;
}

a {
    color: #616161;
}

a:hover {
    color: var(--secondary-bg-color);
}

.descripcion-product{
    padding-left: 40px;
}

.botones{
    /*border-color: #333333;*/    
    /* color: #333333;*/
    /*border-radius: 0;*/
    padding: 10px 20px;
    /*  font-weight: bold;*/
    font-size: 16px;
    transition: all .5s ;
    background-color: var(--primary-bg-color);
}

.botones.cotizar {
    background-color: rgba(34,34,35,.8) !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.botones.cotizar:hover {
    background-color: #fff !important;
    color: #212529 !important;
}

.border-white{
    border-color: #fff !important;
}

a.botones:hover{
    background: rgba(34,34,35,0.8);
    color: #fff !important;
    transition: all .5s ;
}


h1::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
h2::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
h3::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
h4::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
h5::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
h6::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}
p::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}

a::selection {
    background: #77a0b2 !important;
    color: white !important;
    text-shadow: 1px 1px #2d8181 !important;
}

/* Tama単o del scroll */
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Estilos barra (thumb) de scroll */
body::-webkit-scrollbar-thumb {
    background: #77a0b2;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

body::-webkit-scrollbar-thumb:hover {
    background: #77a0b2;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
body::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 0px;
}

body::-webkit-scrollbar-track:hover, 
body::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/* Tama単o del scroll */
.sidenav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Estilos barra (thumb) de scroll */
.sidenav::-webkit-scrollbar-thumb {
    background: #2d8181;
    border-radius: 4px;
}

.sidenav::-webkit-scrollbar-thumb:active {
    background-color: #77a0b2;
}

.sidenav::-webkit-scrollbar-thumb:hover {
    background: #2d8181;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Estilos track de scroll */
.sidenav::-webkit-scrollbar-track {
    background: #77a0b2;
    border-radius: 4px;
}

.sidenav::-webkit-scrollbar-track:hover, 
.sidenav::-webkit-scrollbar-track:active {
    background: #77a0b2;
}

.video-container 
{
    top: 0%;
    left: 0%;
    height: 70vh;
    width: 100%;
    overflow: hidden;
}

video.fillWidth {
    width: 100%;
}

/*VIDEO*/
.headerv {
    height: 70vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.content {
    /*max-width: 40rem;*/
    text-align: center;
}

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.header-video video {
    min-width: 100%;
    min-height: 100%;
}

.header-video .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(../images/grid.png) repeat;
}

.header-overlay {
    height: 60vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #303952;
    z-index: 1;
    opacity: .85;
}

.header-content {
    z-index: 2;
}

.titulo-seccion {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    color: #243745;
}

/*.titulo-seccion:before {
    border-top: 3px solid #77a0b2;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: -1;
}*/

.titulo-seccion span {
    /*background: #fff;*/
    padding: 0 80px;
}

/*.galeria{
    padding-top: 40px;
}*/

.bg-responsive{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-content {
    padding-top: 350px;
    padding-left: 20px;
    padding-bottom: 20px;
}

a{
    text-decoration: none !important;
}

.bg-azul{
    background: #77a0b2;
}

.mt-mas {
    margin-top: 180px;
}

.box-contact-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-contact-gallery span {
    display: block;
    color: #cccccc75;
    margin-bottom: 10px;
}

.box-contact-gallery .botones {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.box-contact-gallery small {
    font-weight: 100 !important;
    color: #ccc;
}

.botones-white {
    color: #fff !important;
}

.texto-contact{
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 15px;
}

.box-gallery-equipamiento {
    display: flex;
    align-items: center;
}

.bg-equipamiento   {
    background-color: #eeeeee;
}

.equipamiento   {
    padding-top: 0;
}

.equipamiento p{
    font-size: 16px;
}

.item-image {
    background-color: var(--secondary-bg-color);
    padding: 38px 5px;
    border-radius: 45px;
}

.ubicacion   {
    padding-top: 40px;
}

.col-box-contact {
    margin-left: -15px;
}

.box-contact {
    padding: 50px;
}

.box-contact h2 {
    font-weight: 100;
}

.box-contact a {
    color: #DDD !important;
    font-size: 16px;
}

.box-contact a:hover {
    color: #0fbcf9;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%  !important;
}

/*
* Plantas
*/
#plantas .nav-tabs {
    border-bottom: 1px solid var(--primary-bg-color);
}

#plantas .nav-tabs .nav-link {
    padding: 10px 15px;
}

#plantas .nav-tabs .nav-item.show .nav-link, #plantas .nav-tabs .nav-link.active,
#plantas .nav-tabs .nav-link:focus, #plantas .nav-tabs .nav-link:hover { 
    border-top: 1px var(--primary-bg-color) solid;
    border-left: 1px var(--primary-bg-color) solid;
    border-right: 1px var(--primary-bg-color) solid;    
    border-radius: 0;    
}

#plantas .nav-tabs .nav-link:hover {
    color: inherit;
}

#plantas .tab-content .nav-link {
    padding: 25px 10px;
}

#plantas .tab-content .nav-link.active,
#plantas .tab-content .nav-link:focus,
#plantas .tab-content .nav-link:hover {
    background-color: var(--primary-bg-color);
}

/**
 * Contact
 */
 #contacto {
    position: relative;
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: url('../images/bg-contact-v2.webp'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;    
}

#contacto .content {
    position: relative;
    z-index: 5;
}

#contacto .bg-contact {
    position: relative;
    z-index: 5;
	padding: 40px;
	background-color: rgba(0, 0, 0, 50%);
}

#contacto .fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

#contacto .fancy-title h4 {
	text-transform: uppercase;
	font-weight: 300;
    color: #fff;
    font-size: 1.35rem;
}

#contacto .sm-form-control { 
    display: block;
    width: 100%;    
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, 70%);
    background-clip: padding-box;
    border: none;
    border-radius: 0;    
}

#contacto .sm-form-control::placeholder {
	color: #fff;
}

#contacto .botones {
    width: 300px;
	background-color: rgba(0, 0, 0, 0.9);	
	border: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
}

#contacto .contact-info a {
	color: #fff;
}

#contacto .contact-info a:hover {
	color: #ddd;
	text-decoration: none;
}

#contacto .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
	#contacto {		
		background-position: center;
	}

	#contacto .bg-contact {
		padding: 40px 15px;		
	}
}

/*.footer{
    background:#000 ;
    padding-top: 50px; 
    padding-bottom: 50px;
}

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

.footer h4{
    font-size: 15px;
    font-weight: 100;
}

.footer a{
    color: #7d7d7d !important;
}

.footer a:hover{
    color: #0fbcf9 !important;
}*/

#footer {
    position: relative;
    background-color: #EEE;
    z-index: 5;
}

#footer.dark {
    background-color: #161616 !important;
    margin-top: -5.2px !important;
}

#footer.dark, .dark #footer {
    background-color: #333;
}

#footer .container-fullwidth {
    position: relative;
    padding: 0 60px;
    width: 100%;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 60px 0;
}

#footer .widget {
    padding-left: 50px;
    font-weight: 100;
}

#footer .widget .widget:first-child {
    margin-top: 0;
}

#footer .widget > h4 {
    font-weight: 100;
    color: #DDD;
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#footer h4 .footer-title-border {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #0fbcf9;
    margin-top: 10px;
}

#footer .widget_links > ul {
    margin-top: -4px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .widget_links li {
    padding: 4px;
}

#footer .widget_links li a {
    background-image: none !important;
    padding: 5px 0 !important;
    color: #DDD;
    border: none !important;
}

#footer .widget_links li a:hover {
    color: #0fbcf9;
}

#footer .box-legacy {
    padding-top: 25px;
}

#footer .box-legacy p {
    font-size: 18px;
}

.box-contact-fixed {
    position: fixed;
    right: 0;
    bottom: 372.5px;
    background: var(--primary-bg-color);
    color: #fff;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .9s cubic-bezier(.95, .05, .795, .035);
    opacity: 1;
}

.box-contact-fixed a {
    color: #fff;
    padding: 5px 15px;
}

/*boton contacto */
/*.boton-contacto {
    background-color: #282828;
    border-radius: 2px;
    position: fixed;
    right: 20px;
    bottom: 10.25rem;    
    z-index: 999999999;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition: all .3s;    
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: auto;
    top: auto;
    color: #fff;
    z-index: 10;
}

.boton-contacto:hover{
    background-color: #0fbcf9;
    transition:all .3s;
    color: #fff;
}*/

.boton-subir {
    display: none;
    background-color: rgba(0,0,0,.3);
    border-radius: 2px;
    position: fixed;
    right: 20px;
    bottom: 1.25rem;
    z-index: 999999999;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    transition: all .3s;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: auto;
    top: auto;
    color: #fff;
    z-index: 10;
}

.boton-subir:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    background-color: var(--primary-bg-color);
    transition: all .3s;
    color: #fff;
}

.redes-flotantes {
    background-color: #23b180;
    left: initial !important;
    right: 20px !important;
    bottom: 5.75rem !important;
}

.redes-flotantes:hover{
    background-color: transparent;
    transition:all .5s;
}

.redes-flotantes img {
    width: 60px !important;
}

#modal-form-whatsapp .modal-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#modal-form-whatsapp .modal-body {
    padding: 1rem 1rem 0 1rem !important;
}

#modal-form-whatsapp .modal-footer {
    padding: 1rem !important;
}

.navbar-top {
    background: #c52a1d ;
    border-radius: 50%;
    position: fixed !important;
    right: 20px !important;
    top: 31px !important;
    z-index: 999999999;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/*evento hover*/
.navbar-top:hover{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*estilos para el tag i*/
.navbar-top i{
    color: #fff;
    font-size: 1em;
    padding: 10px 15px 15px 15px;

}

.btn-whatsapp {
    background: #19692c ;
    border-radius: 50%;
    position: fixed !important;
    left: 20px !important;
    bottom: 31px !important;
    z-index: 999999999;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/*evento hover*/
.btn-whatsapp:hover{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*estilos para el tag i*/
.btn-whatsapp i{
    color: #fff;
    font-size: 1.5em;
    padding: 10px 15px 15px 15px;
}

.fondo-rgba{
    position:absolute;
    z-index:999;
    top:0;
    left:0;
    width:100%;
    background: rgba(0,0,0,0.3);    
    height: 100%;
    transition: all .5s;
}

.fondo-rgba:hover{
    background: transparent !important;
    transition: all .5s;
}

.sin-plr{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.imagen{
    width:100%;
    transition:all .3s;
}

.imagen:hover {
    opacity:1;
    transition:all .3s;
}

/*Preloader*/

.spinner {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFF none repeat scroll 0% 0%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    position: relative;
    top: 50%;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/**
  * Menu
  */
.bg-info {
    background-color: var(--primary-opacity-bg-color) !important;
}

.btn-menu {
    border: 1px solid #fff !important;
    transition: all .5s;
}

.text-dark {
    color: #333333 !important;
}

a.btn-menu:hover {
    background: #495057;
    color: #fff !important;
    transition: all .5s;
}

.nav-link {
    padding: 45px 10px 39px 10px;
    border-bottom: 1px solid transparent;
    transition: all .5s;
}

a.nav-link:hover {
    /*border-bottom-color: #fff;*/    
    color: #ccc !important;
    transition: all .5s;
}

/*.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}*/

.nav-item.menu-separator span {
    display: block;
    margin: 35px 10px;
    height: 45px;
    border-left: 1px solid var(--primary-text-color);
    transition: ease 0.5s;
}

.nav-item.menu-rrss a {    
    color: #fff;
    background-color: var(--primary-bg-color);
    border-radius: 25px;
    margin: 40px auto;
    padding: 5px 8px;
    transition: ease 0.5s;
}

.nav-item.menu-rrss a i {
    width: 18px;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-content-houses .descripcion-product{
  padding: 20px 30px !important;
}

.tab-content-houses .descripcion-product p{
  font-size: 15px !important;
}

.tab-content-houses .descripcion-product .box-btn-links {
    margin-top: 20px;
}

.tab-content-houses .descripcion-product .btn{
  font-size: 15px !important;
  border: 1px solid #fff;
  border-radius: 0 !important;
  padding: 10px;
  color: #fff;
}

.tab-content-houses .descripcion-product .btn:hover{
  background: #fff;
  color: #333333 !important;
}

.icono-modelo {
    width: 50px !important;
    padding-right: 20px;
}

.nav-pills .nav-link:hover {
    color: #333333 !important;
}

.text-icon {
    padding-right: 20px;
    font-size: 15px;
}

/**
 * Image for logos
 */

/*.navbar-brand .sm-8700 {
    height: 85px;
}
*/

.navbar-brand .litres {
    width: 85%;
}

.navbar-brand .clc {
    width: 65%;
}

.navbar-brand .pv {
    width: 65%;
}

.navbar-brand .cv {
    width: 65%;
}

.navbar-brand .acc {
    width: 85%;
}

.navbar-brand .iwood {
    width: 55%;
}

.navbar-brand .iwood-alt {
    width: 85%;
}

/**
 * BG Colors
 */
.bg-primary {
    background-color: var(--primary-bg-color) !important;
}

.bg-santa-maria-8700 {
    background-color: #121929de !important;
}

.bg-los-litres {
    background-color: #121929de !important;
}

.bg-cerro-la-cruz {
    background-color: #121929de !important;
}

.bg-piedra-viva {
    background-color: #121929de !important;
}

.bg-canto-del-viento {
    background-color: #121929de !important;
}

.bg-altos-costa-cachagua {
    background-color: #121929de !important;
}

/**
 * Side Panel
 */

body.side-panel-open #side-panel {
    right: 0;
}

#side-panel-trigger {
    display: block;
    cursor: pointer;
    z-index: 11;
    margin-left: 5px;
    float: right;
}

#side-panel-trigger a {
    color: #fff;
}

#side-panel.dark {
    background-color: #343a405c;
    color: #EEE;
    transition: right .4s ease;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 99999999;
    width: 300px;
    height: 100%;            
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

#side-panel .side-panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;            
    width: 330px;
    height: 100%;
    overflow: auto;
    padding: 50px 70px 50px 40px;
}

#side-panel .widget {
    margin-top: 40px;
    padding-top: 40px;
    width: 220px;
    border-top: 1px solid #E5E5E5;
}

#side-panel .widget:first-child {
    padding-top: 0;
    border-top: 0;
    margin: 0;
}

#side-panel .side-panel-inner-close-menu {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: right;
}

#side-panel .side-panel-inner-close-menu .side-panel-close-menu-icon {
    max-width: 30px;
    border: none;
}

#side-panel .nav-tree {
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 0 !important;
    display: block;
}

#side-panel .nav-tree > ul {
    margin: -8px 0;
    list-style: none;
    padding: 0;
}

#side-panel .nav-tree li {
    position: relative;
}

#side-panel .nav-tree li a {
    display: block;
    padding: 8px 0;
    color: #EEE;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 2px;
    text-decoration: none;
}

#side-panel .nav-tree li:hover > a {
    color: #0fbcf9 !important;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/** Gallery */
.galeria .row-content-gallery > .plr-0 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

#banner-nosotros{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(../images/banner-interna.png) no-repeat center;
    background-size: cover;
}

.btn-botones{
    padding-top: 500px;
    padding-bottom: 100px;
}

.menu-top {
    position: absolute;
    width: 100%;
    transition: all .2s;
    z-index: 999999;
}

.navbar.navbar-fixed, .navbar-fixed .navbar-brand img{
    height: 60px;
}

.logo{
    width: 150px;
}

.d-logo-none{
    display:none;
}

.nav-link{
    color: var(--primary-text-color);
}

.nav-link-contact{
    cursor: pointer;
}

a.btn-iconos:hover{
    color:#0fbcf9;
}

.nav-pills > .nav-item  > .nav-link:hover{
    color:#333 !important;
}

.nav-pills > .nav-item  > .nav-link.active:hover{
    color:#fff !important;
}

/*#pills-tab a.btn-iconos:hover{
    color:#0fbcf9 !important;
}*/

.c-img{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.c-img img, .c-img picture{
    width: 100%;
}

.c-img .img-square{
    height: 450px;
    object-fit: cover;
    background-position: center;
}

.c-img .object-fit-scale-down{
    object-fit: scale-down !important;
}

.c-img .text{
    text-align: center;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    transition: all .3s;
    opacity: 0;
    width: 100%;
}

.c-img .text .container{
    padding-left: 20px;
    position: absolute;
    bottom: 20px;

}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.c-img .text-alt-title {
    text-align: center;
    position: absolute;
    background: #eeec;
    transition: all .3s;
    opacity: 1;
    width: 95%;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #212529;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

.c-img h4,p{
    margin: 0;
}

.c-img a{
    color: #fff !important;
}

.c-img .text:hover{
    opacity: 1;
}

.img-model-banner {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.box-banner-sold {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-banner-sold .box-banner-inside-line {
    background-color: rgba(0,0,0,.3);
    padding: 30px 40px;
}

.box-banner-sold .box-banner-inside-line .box-banner-inside-content {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 400;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.row-alt {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#pills-profile .col-xs-12 .text img {
    max-width: 50% !important;
    float: left;
}

.box-house-models {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
}

.box-house-models .btn-house-models {
    width: 100%;
    border: 1px solid #7d7d7d;
    margin: 5px;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #121929de;
}

.box-house-models .btn-house-models.active, .box-house-models .btn-house-models:hover {
    border-color: #121929de;
    background-color: #121929de;
    color: #fff;
}

.box-house-models .btn-house-models small {
    font-weight: 600;
}

/*.modals .v--modal-overlay {
    z-index: 999999999;
}*/

.modals .row-modal-alt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.modals .column-modal-alt {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.modals .card .card-header .titulo-seccion{
    color: #7d7d7d;
}

.modals .card {
    border: none !important;
}

.modals label {
    color: #7d7d7d !important;
}

.modals .form-control {
    border-radius: 0 !important;
}    

.modals .form-control:focus {
    border-color: #77a0b2 !important;;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 160, 178, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(119, 160, 178, 0.25) !important;
}

.modals .card-header {
    padding: 0 !important;
    background-color: #fff !important;
    border-bottom: none !important;
}

.modals .botones {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #444;
}

.modals .botones:hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.modals .box-hide-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
}

.modals .box-hide-modal a {
    color: #7d7d7d;
}

/**
 * Cotizador View
 */
.modals .cotizacion {
    padding: 1rem;
}

.modals .cotizacion h1, .modals .cotizacion h2, .modals .cotizacion h3,
.modals .cotizacion h4, .modals .cotizacion h5, .modals .cotizacion h6,
.modals .cotizacion p {
    margin:0;
}

.modals .cotizacion p {
    font-size: 1rem;
}

.modals .cotizacion h1 {
    font-size: 1.45rem;
}

.modals .cotizacion h2 {
    font-size: 1.35rem;
}

.modals .cotizacion h3 {
    font-size: 1.25rem;
}

.modals .cotizacion h4 {
    font-size: 1.15rem;
}

.modals .cotizacion-fecha p {
    color: #212529;
}

.modals .cotizacion-table table {
    width:100%;
    border-collapse: collapse;
    margin-top:15px;
}

.modals .cotizacion-table table thead {
    border-bottom:2px solid #f3f3f3;    
}

.modals .cotizacion-table table thead th {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}

.modals .cotizacion-table table tbody td {
    text-align: center;
    padding:10px 0px;
}

.modals .cotizacion-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.modals .cotizacion-table table th {
    font-weight: bold;
}

.modals .cotizacion-top {
    margin-top:15px;
}

.modals .cotizacion-top .cotizacion-saludo p {
    font-size:12px;
}

.modals .cotizacion-left .cotizacion-legal p {
    padding:10px 0px;
    font-size: 12px;
    text-align: justify;
}

.modals .cotizacion-top .cotizacion-fecha p {
    text-align: right;
}

.modals .cotizacion-propiedad-codigo {
    font-size:10px;
    color: #c7c2c2;
}

.modals .cotizacion-body {
    margin-top:30px;
}

.modals .cotizacion-info-row:not(:first-child) {
    margin-top:25px;
}

.modals .align-text-left {
    text-align: left !important;
}

.modals .cotizacion-imagen {
    padding:10px 0px;
}

.modals .cotizacion-imagen img {
    display:inline-block;
    vertical-align: top;
    width: 100%;
    max-width:250px;
}

.modals .cotizacion-buttons {
    float: right;
    margin-bottom: 20px;
}

.modals .btn-cotizacion:link, .btn-cotizacion:active, .btn-cotizacion:visited {
    text-decoration: none;
    color:black;
    border-radius: 5px;
    padding:10px 15px;
    transition: .3s all;
    display:inline-block;
    margin:0 5px;
}

.modals .btn-cotizacion:hover {
    background-color: #cec9c9;
    border-color: rgb(6, 54, 66);
}

.modals .btn-cotizacion.highlight:hover {
    border-color: rgb(6, 54, 66);
    color:white;
}

.modals .align-text-right {
    text-align: right !important;
}

.modals .cotizacion-info-row-title h2, .modals .table-row-title h2 {
    font-weight: bold;
}
.modals .cotizacion-info-row-subtitle h4 {
    font-size: 1rem;
}
.modals .condiciones h5 {
    font-size: 0.85rem;
    padding-top: 10px;
}

.modals .cotizacion-buttons {
    margin-top: 20px;
}

#box-contact-form {
    background-color: var(--primary-bg-color) !important;
    color: #fff !important;
}

#box-contact-form input {
    background-color: #fff !important;
    color: var(--primary-text-color) !important;
}

#box-contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--primary-text-color) !important;
}

#box-contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--primary-text-color) !important;
}

#box-contact-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--primary-text-color) !important;
}

/**
 * Contact Modal Form
 */
#box-contact-form-site-modal h4 {
    font-weight: 600;
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    text-transform: uppercase !important;
    margin: 0 0 30px 0;
    letter-spacing: 1px !important;
}

#box-contact-form-site-modal .col_full {
    clear: both;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}

#box-contact-form-site-modal .t600 {
    font-weight: 600 !important;
}

#box-contact-form-site-modal .capitalize {
    text-transform: capitalize !important;
}

#box-contact-form-site-modal label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

#box-contact-form-site-modal .sm-form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

#box-contact-form-site-modal .box-logo {
    width: 75%;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
}
    
#box-contact-form-site-modal.col-padding {
    padding: 20px 30px;
}

#box-contact-form-site-modal form {
    margin-bottom: 0;
}
        
#box-contact-form-site-modal form .col_full {
    margin-bottom: 15px;
}

#box-contact-form-site-modal .button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #444;
}

#box-contact-form-site-modal .button:hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#box-contact-form-site-modal form button {
    border: 1px solid #444 !important;
}

/**
 * Sweet Alert
 */
.swal2-container {
    z-index: 999999999;
}

.swal2-popup {
    font-size: 0.875rem !important;
    z-index: 999999999 !important;
}

.swal2-icon {
    margin: 0.55em auto 0.55em !important;
}

.swal2-title { 
    color: #444 !important;
    font-weight: 100 !important;
    font-size: 1.5rem !important;
}

/**
 * Schedule Meeting Form
 */
.modals div[data-modal*="schedule-meeting-form-modal"] .v--modal {
    background-color: #f2f1ef !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-hide-schedule-meeting-modal {
    position: absolute; 
    top: 20px; 
    right: 20px;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-hide-schedule-meeting-modal a {
    color: #666664;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-hide-schedule-meeting-modal a:hover {
    color: #4d4d4d;
    cursor: pointer;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .titulo-seccion {
    color: #4d4d4d !important;
    margin-top: 15px;
    z-index: auto;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .card-body {
    color: #4d4d4d !important;
    z-index: auto;
    padding-bottom: 0 !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .card-body span {
    font-weight: 400;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .card-footer.altos-costa-cachagua {
    background-color: #fff !important;
    border-top: none !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .card-footer.santa-maria-8700, .modals div[data-modal*="schedule-meeting-form-modal"] .card-footer.los-litres, .modals div[data-modal*="schedule-meeting-form-modal"] .card-footer.loma-la-cruz {
    background-color: #000 !important;
    border-top: none !important;
    margin-top: 10px;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group {
    position: relative;
    min-height: 3.5em;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group input.form-control {
    height: 3.5em;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5rem;
    color: #666664;
    border: .125rem solid #4d4d4d94;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group label.form-control-label {
    position: absolute;
    font-size: .8em;
    top: 5px;
    left: 10px;
    text-transform: uppercase;
    color: #666664;
    font-weight: 400;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates {
    width: 100%;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates label {
    position: relative !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones {
    font-size: 12px !important;
    padding: 10px !important;
    height: auto !important;
    line-height: inherit;
    letter-spacing: 0.5px !important;    
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.santa-maria-8700 {
    border: 1px solid #3d738d;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.santa-maria-8700 i {
    color: #3d738d;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.santa-maria-8700:hover {
    background-color: #3d738d !important;
    border: 1px solid #fff !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.santa-maria-8700:hover i {
    color: #fff !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.los-litres {
    border: 1px solid #983c2f;
    background-color: #983c2f;
    color: #fff;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.los-litres i {
    color: #fff;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.los-litres:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #983c2f !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.los-litres:hover i {
    color: #983c2f !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.loma-la-cruz {
    border: 1px solid #fbb03b;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.loma-la-cruz i {
    color: #fbb03b;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.loma-la-cruz:hover {
    background-color: #fbb03b !important;
    border: 1px solid #fff !important;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.altos-costa-cachagua {
    background-color: #ea6e54ba !important;
    border: 1px solid #fff;
    color: #fff;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.altos-costa-cachagua i {
    color: #fff;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones.altos-costa-cachagua:hover {    
    border: 1px solid #ea6e54ba !important;
    background-color: #fff !important;
    color: #ea6e54ba;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-dates .botones:hover i {
    color: #ea6e54ba !important;    
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-content-datepickers {
    position: absolute;
    visibility: hidden;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-content-date-selected {
    display: grid;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .box-content-date-selected span {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
}

.modals div[data-modal*="schedule-meeting-form-modal"] .form-group-buttons {
    margin-bottom: 0 !important;
}