﻿/*
Theme Name: galilea
Theme URI: https://galilea.cl
Author: o3comunicaciones
Author URI: https://o3.cl
Description: Poryectos de construcción
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);
h1,h2,h3,h4,h5,h6,div,a,p,span,li,ul,body{
    font-family: 'Open Sans', sans-serif;
}
#turnkey-credit{
    display:none !important;
}

/*******************************************************************************
                    GENERAL
*******************************************************************************/
.banner-interior{
    width: 100%;
}
.btn-rojo{
    color: #fff;
    background-color: #e13029;
    padding: 4px 20px 4px 20px;
    display: block;
    width: 160px;
    text-align: center;
    margin-top: 4px;
}

/*HEADER*/
.container-menu{
    padding: 12px 0px 6px 0px;
    background-color: #ffffff;
}
.row-sub-menu{
    text-align: right;
}
.row-sub-menu a{
    padding: 2px 10px 2px 10px;
    color: #959ca1;
    font-size: 12px;
}
.row-menu{
    height: 30px;
}

#menu{
    display: flex;
    list-style: none;
    width: 670px;
    float: right;
    z-index: 99999999 !important;
}
#menu li{
    padding: 2px 10px 2px 10px;
    color: #44535d !important;
    font-size: 15px;
    font-weight: 500;
}
#menu li a {
    color: #44535d;
}
.navbar-toggle span{
    background-color: #999 !important;
}

@media screen and (max-width:767px){
    .container-banner-galilea{
        min-height: 200px;
    }
    #bs-example-navbar-collapse-1{
        height: 200px !important;
        z-index: 999999999 !important;
    }
    #menu{
        display: block !important;
        position: absolute !important;
        z-index: 999999999 !important;
        width: 100% !important;
        right: 0px !important;
        min-height: 200px !important;
        padding-bottom: 40px;       
        background-color: #f6f6f6;
        margin-right: 0px;
    }
    .fullwidthbanner-container{
        z-index: 0 !important;
        position: relative !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.slogan{
    padding-right: 24px
}
@media screen and (max-width:600px){
    .slogan{
        padding-right: 0px;
        width: 100px;
    }    
}

/*BANNER*/
.btn_banner{
    cursor: pointer;
}
/*BUSCADOR*/
.box-buscador{
    position: absolute;
    width: 500px;
    height: 70px;
    padding: 20px 20px 20px 20px;
    background: rgba(250,250,250,0.8);
    z-index: 999;
    left: 50%;
    margin-left: -250px;
    margin-top: 10%;
}
.btn-buscar{
    background: transparent;
    border: 0px;
    padding: 0px;
    float: left;
}
.btn-buscar img{
    width: 150px;
}
.select-buscar{
    float: left;
    margin-right: 14px;
    height: 31px;
    width: 140px;
    padding: 0px 10px 0px 10px;
}
@media screen and (max-width:600px){
    .select-buscar{
        width: 260px;
        margin-bottom: 10px;
    }
    .btn-buscar{
        width: 100%;
    }
    .box-buscador{
        text-align: center;
        height: 150px;
        width: 300px;
        margin-top: 0px;
        margin-left: -150px;
        left: 50%;
    }
}
/*******************************************************************************
                        CATEGORIA
********************************************************************************/
.banner_categoria img{
    width: 100%;
}
.banner_text{
    color: #44535d;
    font-size: 30px;
    padding: 16px 100px 16px 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    font-weight: 300;
}
@media screen and (max-width:600px){
    .banner_text{
        font-size: 14px;
        padding: 4px 20px 4px 10px;
        margin-top: -14px;
    }
}
.descripcion_categoria{
    color: #89878b;
    font-size: 13px;
}
.box-proyecto-categoria-footer{
    width: 325px;
    height:38px;
    padding: 10px 0px 10px 0px;
    background-color: #e9e9e9;
}
.box-proyecto-categoria{
    width: 325px;
    height: 280px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 3px solid #c9c7c7;  
    cursor: pointer;
}
.box-proyecto-categoria2{
    width: 325px;
    height: 280px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 3px solid #c9c7c7;  
  
}
.box-proyecto-categoria:hover{
    border-top: 3px solid #ed1c24;  
}
.btn-proyecto-cat{
    width: 325px;
    padding: 20px 20px 20px 0px;
    background: rgba(250,250,250,0.9);
    text-align: right;
}
.btn-proyecto-cat a{
    font-size: 25px;
    line-height: 25px;
    color: #3f4e59;
}
.btn-proyecto-cat span{
    font-size: 15px;
    color: #ed1c24;
    display: block;
    line-height: 15px;
}
.desde_uf{
    color: #000;
    font-size: 12px;
    text-align: left;
    margin-right: 20px;
    float: left;
    padding-left: 10px;
    font-weight: 600;
}
.desde_uf_sub{
    color: #ed1c24;
    font-size: 12px;
    text-align: right;
    margin-right: 20px;
    float: right;
    font-weight: 600;
}

/*FOOTER*/
.container-footer{
    padding: 40px 0px 40px 0px;
    background-color: #fff;
}
.footer-text-1{
    font-size: 10px;   
    color: #ed1c24;
    line-height: 15px;
}
.footer-text-2{
    font-size: 10px;
    color: #68737c;
    line-height: 15px;
}
.footer-text-3{
    font-size: 8px;
    color: #68737c;
    line-height: 15px;
}
.input-footer-buscar{
    padding: 0px 30px 0px 30px;
    background: #eaeaea;
    color: #a6a6a6;
    height: 40px;
    border: 0px;
    float: left;
}

.btn-footer-buscador{
    float: left;
    border: 0px;
    padding: 0px;
    background: transparent;
    margin-left: 4px;
}
.btn_footer{
    margin-left: 4px;
    margin-right: 4px;
    color: #68737c;
    font-size: 13px;
}


/*******************************************************************************
TEMPLATE - FINANCIAMIENTO
*******************************************************************************/
.financiemiento-btn-simular{
    color: #44535d;
    font-size: 23px;
}
.financiemiento-btn-simular span{
    color: #e13029;
}
.financiemiento-text-sup{
    color: #89878b;
    font-size: 13px;
}
.financiemiento-title{
    font-size: 30px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #44535d;
}
.financiemiento-text{
    line-height: 15px;
    font-size: 14px;
    color: #44535d;
    margin-bottom: 10px;
}
/*******************************************************************************
TEMPLATE - POST VENTA
*******************************************************************************/

.postventa-text-sup{
    color: #89878b;
    font-size: 14px;
    line-height: 15px;
    padding-left: 60px !important;
    border-left: 1px solid #d00018;
}
.post-venta-btn {
    border: 1px solid #e31b00;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-venta-r {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.post-venta-nr {
    color: #e31b00;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

/*******************************************************************************
TEMPLATE - SINGLE PROYECTO
*******************************************************************************/
.proyecto-img{
    width: 100%;
    max-width: 680px;
}
.proyecto-pretitle{
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    color:#0f1a1f;
    font-weight: 600;
}
.proyecto-title{
    font-size: 33px;
    line-height: 34px;
    color: #e20816;
    font-weight: bold;
}
.proyecto-desde{
    text-align: left;
    font-size: 17px;
    line-height: 18px;
    color:#0f1a1f;
    font-weight: 600;
}
.proyecto-desde-sub{
    text-align: left;
    font-size: 17px;
    line-height: 18px;
    color:#e20816;
    font-weight: 600;
}
/*descripciones*/
.proyecto-title1{
    font-size: 19px;
    line-height: 20px;
    color: #e20816;
}
.proyecto-descripcion1{
    color: #89878b;
    font-size: 13px;
    margin-bottom: 4px;
    text-align: justify;
}
.proyecto-descripcion2{
    font-size: 12px;
    line-height: 14px;
    color: #89878b;
    margin-top: 5px;
}
.proyecto-descripcion3{
    margin-top: 5px;
    color: #89878b;
    font-size: 13px;
    line-height: 14px;
}
.proyecto-box-detalles{
    border-left: 2px solid #c9c9c9;
    padding-left: 20px;
    height: 100px;
}
.dos{
    border-left: 2px solid #c9c9c9;
    padding-left: 20px;
 /*   height: 100px;*/
}
.tres{
    border-left: 2px solid #c9c9c9;
    padding-left: 20px;
    height: 60px;
}
.detalle-planta div{
    margin-left: 30px;
    font-size: 10px;
}
/*google maps*/
.google-maps {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*modelos*/
.modelo-titulo{
    color: #e20816;
    font-size: 33px;
}
.modelo-titulo span{
    color: #050505;
}
.modelo-planta img{
    width: 100%;
}
.modelo-img-select{
    width: 100%;   
    max-width: 640px;
}
.modelo-img-select img{
    width: 100%; 
}
.modelo-img-galeria{
    margin-top: 4px;
}
.modelo-img-galeria img{
    width: 125px;
    margin-right: 4px;
    cursor: pointer;
    opacity: 0.5;
}
.modelo-galeria-active{
    opacity: 1 !important;
}
.modelo-img-zoom{
    position: relative;
    width: 100%;   
    max-width: 640px;
}
.modelo-img-zoom img{
    position: absolute;
    cursor: pointer;
    right: 0px;
}
/*detalle planta*/
.detalle-planta{
    padding-top: 0px;
    color: #5b5b5e;
    font-size: 13px;
}
.footer-detalle-planta{
    margin-top: 20px;
    font-size: 10px;
    color: #89878b;
}
.modelo-valor{
    padding: 6px 40px 6px 40px;
    color: #fff;
    background: #e20816;
    width: 100%;
    width: calc(100% - 10px);
    margin-top: 4px;
    font-size: 18px;
    text-align: center;
    height: 36px;
}
.modelo-valor-normal{
    float: left;
}
.modelo-valor-sub{
    float: right;
}
/*******************************************************************************
            CONTACTO
********************************************************************************/
.subtitulo-contacto{
    color: #9e9e9e;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.subtitulo-contacto span{
    color: #ed1c24;
}
.subtexto-contacto{
    color: #596670;
    font-size: 16px;
}
.box-oficinas{
    height: 324px;
    width: 100%;
    overflow: auto;
}
.titulo-oficina img{
    margin-right: 4px;
}
.item-oficina{
    margin-top: 16px;
    cursor: pointer;
}
.titulo-oficina{
    color: #ed1c24;
    font-size: 16px;
    text-transform: uppercase;
}
.direccion-oficina{
    color: #737373;
    font-size: 13px;
}
.fono-oficina{
    color: #737373;
    font-size: 13px;
    font-weight: 600;
}
.proyectos-oficinas-contacto{
    color: #737373;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 35px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.input-contacto{
    width: 100%;
    display: block;
    border: 1px solid #d2d2d2;
    height: 40px;
    padding: 8px 20px 8px 30px;
    margin-bottom: 10px;
}
.textarea-contacto{
    width: 100%;
    display: block;
    border: 1px solid #d2d2d2;
    height: 70px;
    padding: 5px 20px 5px 30px;
    margin-bottom: 6px;
}
.contacto-activo{
    background-color: #eee;
}


/*******************************************************************************
                    BOLSA LABORAL
*******************************************************************************/

.bolsa-title{
    font-size: 17px;
    color: #a7a7a7;
}
.bolsa-title span{
    color: #ed2930;
}
.ffi{
 
    z-index: 30;
    position: absolute !important;
    top: 25%;
    width: 50%;
    left: 34%;
    width: 100%;
    background-color: #fff;
    border: solid 1px;
}

.ffi2{
    /*
    z-index: 30;
    position: absolute !important;
    top: 14%;
    width: 50%;
    left: 23%;
    width: 100%;
    background-color: #fff;
    border: solid 1px;
    height: 84%;
    width: 275px;*/
}

.ventana{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    border:solid 1px;
    display: none;
    z-index: 20;
    overflow: auto;
}
.inputst{
    width: 100%;
    height: 40px;
    background: #f6f6f6;
    border: 0px;
    padding-left: 20px;
}
.inputst::-webkit-input-placeholder{
    color: #000;
}
.inputsta::-webkit-input-placeholder{
    color: #000;
}
.inputsta{
    width: 100%;
    height: 80px;
    background: #f6f6f6;
    border: 0px;
     padding-left: 20px;
}
.btnsubmits{
    color: #e31d25;
    background: transparent;
    border: transparent;
    border-bottom: 2px solid #e31d25;
    padding-left: 15%;   
    font-weight: 700;
}
.margincol12{
     margin: 1% 0px;
}
.displ{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.margtop {
	margin-top:0px;
}

@media (max-width: 500px) {
	.margtop {
		margin-top:40px;
	}
}