/*CSS Start*/

/* ================================================= GENERALES INICIO ================================================= */
.mob{
    display: none;
}
.cuerpoTxt {
  font-family: 'cuerpo';
  font-size: 13px;
}
.cuerpoTxt2 {
  font-family: 'monserrat';
  font-size: 13px;
}
.titulos {
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'titulos';
}
.etiqueta{
    padding: 1px 7px;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
}
.propiedad{
    background-color: #ff9e00; 
}
.uf{
    background-color: #91cc33;
}
.valor-pesos {
    background-color: #333333;
}
.lineGreen{
    width: 45px;
    float: left;
    height: 4px;
    background-color: #91cc33;
    margin: 10px 0 19px 0;
}
.lineOrange{
    width: 45px;
    float: left;
    height: 4px;
    background-color: #ff9e00;
    margin: 10px 0 19px 0;
}
.btnBlack,
.btnBlack:visited,
.btnBlack:hover,
.btnBlack:focus{
    background-color: #333333;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
    padding: 6px 10px;
    border: none;
}
.btnWhite{
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    font-family: 'bebas';
    font-size: 20px;
    padding: 3px 3px 3px 3px;
}
.btn-naranj {
    background: #F19801;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 7px 30px;
    text-transform: uppercase;
}
.btn-verde {
    background: #91CC33;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
}



/* ================================================= GENERALES FIN ================================================= */

/* ================================================= HEADER ================================================= */
.btnFacebook span {
    background: url("../img/i-facebook.png") no-repeat center center;
}
.btnFacebook:hover {
    background-color: #3b5998!important;
}
.btnTwitter span {
    background: url("../img/i-twitter.png") no-repeat center center;
}
.btnTwitter:hover {
    background-color: #3cf!important;
}
.btnGoogle span {
    background: url("../img/i-google.png") no-repeat center center;
    background-size: 25px!important;
}
.btnGoogle:hover {
    background-color: #ea4335!important;
}
.btnInstagram span {
    background: url("../img/i-instagram.png") no-repeat center center;
}
.btnInstagram:hover {
    background-color: #3897f0!important;
}
.header .container .boxLogo{
    width: 23%;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
	padding-right: 15px;
}
.header .container .boxLogo h1{
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    margin: 0;
}
.header .container .boxLogo h1 a{
    width: auto;
    height: auto;
    display: inline-block;
}
.header .container .boxLogo h1 a img{
    max-width: 86px;
    width: 100%;
    height: auto;
}
.header .container .boxSection{
    width: auto;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.header .container .boxSection .modInfoHeader{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #91cc33;
}
.header .container .boxSection .modInfoHeader:first-child{
    border-left: none;
}
.header .container .boxSection .modInfoHeader img{
    width: 30px;
    height: 30px;
    float: left;
}
.header .container .boxSection .modInfoHeader .txt{
    float: left;
    text-align: left;
    width: auto;
    padding-left: 15px;
}
.header .container .boxSection .modInfoHeader .txt a{
    color: #333333;
}
/* MENU USUARIO EN MOVIL FIN */
.header .boxNav{
    width: 100%;
    float: left;
    height: auto;
    background: #f0f0f0;
}
.header .boxNav .container .nav{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
}
.header .boxNav .container .nav a{
    display: inline-block;
    padding: 15px;
    width: auto;
    color: #000;
	font-size: 14px;
    text-transform: capitalize;
}
.header .boxNav .container .nav a img{
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
/* ================================================= HEADER ================================================= */


/* ================================================= MENU MOBIL ================================================= */


.header .boxNav .container .wrap-burger{
    float: right;
    width: auto;
    padding-top: 15px;
    cursor: pointer;
}
.header .boxNav .container .wrap-burger .burger{
    cursor: pointer;
    display: inline-block;
    height: auto;
    width: 15px;
    margin-left: 5px;
}
.header .boxNav .container .wrap-burger .burger span {
    border-top: 3px solid #ff9e00;
    float: left;
    margin-top: 3px;
    width: 100%;
}
.header .boxNav .wrapNavMob{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 999;
    display: none;
}
.header .boxNav .wrapNavMob a{
    background: #f0f0f0;
    text-align: center;
    padding: 15px;
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #333;
}
.header .boxNav .wrapNavMob a:hover{
	background-color: #ff9e00;
	color:white;
}
/* ================================================= MENU MOBIL ================================================= */


/* ================================================= CONTENT ================================================= */
.content{
	width: 100%;
	height: auto;
	float: left;
}
.banner{
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}
.banner .foto{
	background-color: #ff9e00;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner .foto img{
    display: none;
}
.banner .fotoBannerPages{
    height: 170px;
    position: relative;
}
.banner .container .wrapTxtBanner{
    display: table;
    z-index: 4;
    width: 100%;
    height: 430px;
}
.banner .container .wrapTxtBanner .eti.boxEti{
   position: absolute;
    width: 100%;
    height: auto;
    margin-left: 15px;
    margin-top: 15px;
}
.banner .container .wrapTxtBanner .eti .etiqueta{
    float: left;
}
.banner .container .wrapTxtBanner .eti .etiqueta:first-child{
    margin-right: 15px;
}
.banner .container .wrapTxtBanner .tableCell{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: right;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner{
    width: 350px;
    height: auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .itemBase{
    width: 300px;
    height: auto;
    z-index: 10;
    position: relative;
    text-align: center;
    display: inline-block;
} 
.banner .container .wrapTxtBanner .tableCell .btnBanner .base{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 10px 20px 0 20px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .title{
    color: #333333;
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner, .banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .eti{
    float: left;
    width: 100%;
    height: 100%;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .lineGreen{
	margin-bottom: 5px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .eti div{
    float: left;
	margin-top: 10px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .eti .propiedad,
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .eti .uf{
    margin-right: 10px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .eti .btnBlack{
	padding-top: 1px;
	padding-bottom: 1px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .titleHouse{
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    text-align: left;
    font-size: 17px;
    font-family: 'monserrat';
    font-weight: 600;
    margin: 10px 0;
	line-height: 19px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .wrapCom{
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    text-align: left;
    font-weight: 600;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .wrapCom img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .contBanner .wrapCom span{
    color: #91cc33;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .btnLupa{
    float: left;
    width: 100%;
    height: auto;
    text-align: right;
    color: #333333;
    border-top: 1px solid #333333;
    padding: 10px;
    margin-top: 15px;
    font-size: 20px;
    font-family: 'bebas';
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .base .btnLupa img{
    float: right;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    position: relative;
    top: 5px;
}
.banner .container .wrapTxtBanner .tableCell .btnBanner .fondo{
     width: 100%;
    height: auto;
    z-index: 8;
    position: absolute;
    bottom: -25px;
    left: -5px;
    background-image: url(../img/fondoTransBlanco.png);
    background-repeat: repeat;
    border: 30px solid transparent;
    box-sizing: content-box;
	display: none;
}
.content .boxHistory{
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}
.contGeneral{
    padding: 20px 0px 30px;
}
.generic, .generic .wrapTitleBtn, .generic .wrapTitleBtn .half .title{
    float: left;
    width: 100%;
    height: auto;
}
.generic .wrapTitleBtn{
    float: left;
    width: 100%;
    height: auto;
}
.generic .wrapTitleBtn .half{
    float: left;
    width: 50%;
    height: auto;
}
.generic .wrapTitleBtn .half .title{
    color: #333333;
}
.generic .wrapTitleBtn .half .btnN{
    float: right;
    cursor: pointer;
}
.generic .wrapTitleBtn .half .btnN:hover{
    color: #fff;
}
.generic .wrapTitleBtn .half .btnN:nth-child(2){
    margin-right: 10px;
}
.generic .wrapTitleBtn .half .btnN img{
    width: 15px;
    height: 15px;
    float: right;
    margin-left: 6px;
    position: relative;
    top: 7px;
}
/* ================================================= FILTRO DE PROPIEDADES ================================================= */


/* ── Labels ── */
.filtro-propiedades .filtro-label {
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #6E6E6E;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 4px;
    white-space: nowrap;
    margin-top: 15px;
}

/* ── Select ── */
.filtro-propiedades .filtro-select {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6E6E6E;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    background-color: #fff;
    background-image: url(../img/select.svg);
    background-size: contain;
    background-position: right 0 center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .15s ease-in-out;
}
.filtro-propiedades .filtro-select:focus {
    border-color: #91CC33;
    outline: none;
    box-shadow: 0 0 0 2px rgba(145, 204, 51, .20);
}
.filtro-propiedades .filtro-select option {
    padding: 7px;
    color: #787878;
}

/* ── Input de texto (búsqueda) ── */
.filtro-propiedades .filtro-input {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6E6E6E;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    transition: border-color .15s ease-in-out;
}
.filtro-propiedades .filtro-input::placeholder {
    color: #adb5bd;
}
.filtro-propiedades .filtro-input:focus {
    border-color: #91CC33;
    outline: none;
    box-shadow: 0 0 0 2px rgba(145, 204, 51, .20);
}

/* ── Botón buscar ── */
.btn-buscar {
    background: #91CC33;
    color: #fff;
    border: none;
    font-size: 25px;
    width:  50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;  
    cursor: pointer;
}
.btn-buscar:hover,
.btn-buscar:focus {
    background: #7bb226;
    color: #fff;
}


.filtro-acciones {
    display: flex;
    align-items: end;
    gap: 10px;
}

.btn-limpiar-filtro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 50px;
    height: 50px;
    padding: 8px 14px;
    font-size: 25px;
    background-color: #696969;
    color: #fff;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-limpiar-filtro:hover,
.btn-limpiar-filtro:focus {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .filtro-acciones {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 1199.98px) {
    .btn-buscar {
        width: 100%;
        border-radius: 6px;
        margin-top: 12px;
    }
}
/* ================================================= FILTRO DE PROPIEDADES FIN ================================================= */

.contGeneral .container .prop{
    margin-top: 50px;
}
.contGeneral .container .prop .boxProp{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
}
.contGeneral .container .prop .boxProp .item{
    display: inline-block;
    width: 31.5%;
    height: auto;
    position: relative;
    margin-right: 2.5%;
}
.contGeneral .container .prop .boxProp .item:last-child{
    margin-right: 0;
}
.contGeneral .container .prop .boxProp .itemTable{
    width: 100%;
    height: auto;
    display: table;
    
}

.contGeneral .container .prop .boxProp .item .foto{
	background-color: #91cc33;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;    
}
.contGeneral .container .prop .boxProp .item .foto img{
    display: none;
    
}
.contGeneral .container .prop .boxProp .item .info{
    width: 100%;
    height: 250px;
    display: table-cell;
    vertical-align: bottom;
    padding: 15px;
    background-image: url(../img/sombraProp.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
}
.contGeneral .container .prop .boxProp .item .info .eti div{
    float: left;
	margin-top: 10px;
}
.contGeneral .container .prop .boxProp .item .info .eti .propiedad,
.contGeneral .container .prop .boxProp .item .info .eti .uf{
    margin-right: 10px;
}
.contGeneral .container .prop .boxProp .item .info .eti .btnBlack{
	padding-top: 0px;
	padding-bottom: 0px;
}
.contGeneral .container .prop .boxProp .item .info .titleHouse{
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-family: 'monserrat';
    font-weight: 600;
    margin: 5px 0px;
	line-height: 19px;
}
.contGeneral .container .prop .boxProp .item .info .wrapCom{
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.contGeneral .container .prop .boxProp .item .info .wrapCom img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.contGeneral .container .prop .wrapExtra{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.contGeneral .container .prop .wrapExtra .video{
	background-color: #ff9e00;
    float: left;
    width: 55%;
    height: 350px;
}
.contGeneral .container .prop .wrapExtra .anun{
    float: left;
    width: 42.5%;
    height: 350px;
    margin-left: 2.5%;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun{
    float: left;
    width: 100%;
    height: 100%;
    border: 30px solid #f0f0f0;
    background: #fff;
    padding: 30px;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun .logo{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun .logo img{
    width: 88px;
    height: auto;
    display: inline-block;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun .conItems{
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px 33%;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun .conItems .item{
    width: 100%;
    text-transform: capitalize;
    float: left;
    margin-bottom: 6px;
}
.contGeneral .container .prop .wrapExtra .anun .contAnun .conItems .item img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}
/* ================================================= CONTENT FIN ================================================= */

/* ================================================= PROPIEDADES INICIO ================================================= */

.contPropiedades .container .prop{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.contPropiedades .container .prop .item{
    display: inline-block;
    width: 31.5%;
    height: auto;
    position: relative;
    margin-right: 2.5%;
    margin-bottom: 20px;
}
.contPropiedades .container .prop .item:last-of-type{
	margin-right: 0;
}
.contPropiedades .container .prop .item:nth-child(3), .contPropiedades .container .prop .item:nth-child(6), .contPropiedades .container .prop .item:nth-child(9){
    margin-right: 0;
}
.contPropiedades .container .prop .item:nth-child(7), .contPropiedades .container .prop .item:nth-child(8), .contPropiedades .container .prop .item:nth-child(9){
    margin-bottom: 0;
}
.contPropiedades .container .prop .itemTable{
    width: 100%;
    height: auto;
    display: table;
    background: linear-gradient(180deg, #ffffff00 40%, #000000 100%);
}
.contPropiedades .container .prop .item .foto{
	background-color: #91cc33;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.contPropiedades .container .prop .item .foto img{
    display: none;
}
.contPropiedades .container .prop .item .info{
    width: 100%;
    height: 250px;
    display: table-cell;
    vertical-align: bottom;
    padding: 15px;
    background-image: url(../img/sombraProp.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
}
.contPropiedades .container .prop .item .info .eti div{
    float: left;
	margin-top: 10px;
}
.contPropiedades .container .prop .item .info .eti .propiedad,
.contPropiedades .container .prop .item .info .eti .uf{
    margin-right: 10px;
}
.contPropiedades .container .prop .item .info .eti .btnBlack{
	padding-top: 0px;
	padding-bottom: 0px;
}
.contPropiedades .container .prop .item .info .titleHouse{
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-family: 'monserrat';
    font-weight: 600;
    margin: 5px 0px;
	line-height: 19px;
}
.contPropiedades .container .prop .item .info .wrapCom{
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.contPropiedades .container .prop .item .info .wrapCom img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.contGeneral .paginador {
    display: table;
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.contGeneral .paginador .items {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.contGeneral .paginador .items a {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "popin";
    font-size: 20px;
    padding: 0 6px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.contGeneral .paginador .items a:hover, .contGeneral .paginador .items a.active{
    color: #91cc33;
} 
/* ================================================= PROPIEDADES FIN ================================================= */

/* ================================================= PREGUNTAS INICIO ================================================= */
.contGeneralSec{
    width: 60%;
}

.contPropiedades .container .wrapQuestions .contQuestions{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}
.contPropiedades .container .wrapQuestions .wrapTitleBtn .half, .contQuienesArquitectura .container .wrapInformation .wrapTitleBtn .half{
    width: 100%;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card{
    margin-bottom: 20px;
    border: none;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card:last-child{
    margin-bottom: 0;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header{
    padding: 0;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header .mb-0 button{
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #91cc33;
    border: none;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
    text-align: left;
	padding-right: 35px;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header .mb-0 button p{
    width: auto;
    float: left;
    height: auto;
	white-space: normal;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header .mb-0 button img{
    float: right;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
	right: 9px;
    transform: rotate(90deg);
    transition: 0.3s;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header .mb-0 button img.active{
    transform: rotate(270deg);
    transition: 0.3s;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .card-header .mb-0 button:hover{
    text-decoration: none;
    border-radius: 0;
}
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .collapse .card-body,
.contPropiedades .container .wrapQuestions .contQuestions .accordion .card .collapsing .card-body{
    padding: 14px;
    color: #333;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
} 

/* ================================================= PREGUNTAS FIN ================================================= */

/* ================================================= QUIENES ARQUI INICIO ================================================= */
.contQuienesArquitectura .container .partInfo{
    float: left;
    height: auto;
}
.contQuienesArquitectura .container .wrapInformation:nth-child(2){
    margin-top: 30px;
}

.contQuienesArquitectura .container .wrapinformation .contInformation{
    float: left;
    width: 100%;
    height: auto;
}

/* ================================================= QUIENES ARQUI FIN ================================================= */

/* ================================================= CONTACTO ================================================= */
    

.contContacto .container .contInformation label, 
.contContacto .container .contInformation label span,
.contContacto .container .contInformation .inputAnc{
    float: left;
    width: 100%;
    height: auto;
}
.contContacto .container .contInformation .withCheckbox{
	margin-top: 10px;
}
.contContacto .container .contInformation .withCheckbox .inputAnc{
    float: left;
    height: auto;
	width: auto !important;
	margin-right: 10px;
	margin-top: 3px;
}
.contContacto{
    margin-top: 10px;
}
.contContacto .container .contInformation label{
    font-weight: 600;
    text-transform: uppercase;
}
.contContacto .container .contInformation label span{
    margin-bottom: 4px;
}
.contContacto .container .contInformation textarea{
	min-height: 150px;
}
.contContacto .container .contInformation label .state{
    width: auto;
	height: auto;
	margin-top: 10px;
	background-color: red;
	text-transform: capitalize;
	font-weight: bold;
	display: none;
	color: white;
	padding: 2px 6px;
	float: left;
	border-radius: 4px;
}
.contContacto .container .contInformation .inputAnc{
    border: 1px solid #b0afb5;
    padding: 8px;
}
.contContacto .container .contInformation .captcha{
    float: left;
    width: auto;
    height: auto;
    margin: 5px 0;
}
.contContacto .container .contInformation .send{
    float: left;
    background-color: #8bbb3d;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
    width: 100%;
    padding: 8px;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}
.contMessage{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.contMessage .succesMessage{
    width: 100%;
    height: 85px;
    display: table;
    border: 2px solid #43a53c;
    
}
.contMessage .succesMessage .icon{
    background: #43a53c;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    height: auto;
    text-align: center;
    padding: 10px;
}
.contMessage .succesMessage .icon img{
    width: 30px;
}
.contMessage .succesMessage .info{
    display: table-cell;
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: left;
    color: #333;
    text-align: center;
}
.contMessage .succesMessage .info b{
    color: #43a53c;
    float: left;
    font-size: 16px;
    font-family: 'monserrat';
    width: 100%;
    font-weight: 600;
}


.contMessage .errorMessage{
    width: 100%;
    height: 85px;
    display: table;
    border: 2px solid #bf2724;
    
}
.contMessage .errorMessage .icon{
    background: #bf2724;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    height: auto;
    text-align: center;
    padding: 10px;
}
.contMessage .errorMessage .icon img{
    width: 30px;
}
.contMessage .errorMessage .info{
    display: table-cell;
    width: 80%;
    height: auto;
    text-align: center;
    padding: 20px;
    color: #333;
}
.contMessage .errorMessage .info b{
    color: #bf2724;
    float: left;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
/* ================================================= CONTACTO FIN ================================================= */

/* ================================================= PROP. DESTACADA INICIO ================================================= */
.wrapPropDest{
    float: left;
    height: auto;
    width: 36%;
    margin-left: 4%;
}
.proDest{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.proDest .conPropDest{
    display: table;
    height: auto;
    width: 100%;
    position: relative;
}
.proDest .conPropDest .foto{
	background-color: #91cc33;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.proDest .conPropDest .foto img{
    display: none;
}
.wrapPropDest .wrapTitleBtn .half{
    width: 100%;
}
.proDest .conPropDest .wrapTxtBanner{
    display: table-cell;
    height: 300px;
    width: 100%;
    vertical-align: bottom;
}
.proDest .conPropDest .wrapTxtBanner .boxEti{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
}
.proDest .conPropDest .wrapTxtBanner .boxEti .etiqueta{
    width: auto;
    float: left;
    margin-top: 15px;
}
.proDest .conPropDest .wrapTxtBanner .boxEti .etiqueta:first-child,
.proDest .conPropDest .wrapTxtBanner .boxEti .uf{
    margin-right: 15px;
}
.proDest .conPropDest .wrapTxtBanner .boxEti .btnBlack{
    padding-top: 0px;
	padding-bottom: 0px;
}
.conPropDest .wrapTxtBanner .btnBanner .base{
    width: 100%;
    height: auto;
    padding: 15px;
    float: left;
}
.conPropDest .wrapTxtBanner .btnBanner .base .color{
    background-color: #fff;
    padding: 10px;
    float: left;
}
.conPropDest .wrapTxtBanner .btnBanner .base .titleHouse{
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    text-align: left;
    font-size: 17px;
    font-family: 'monserrat';
    font-weight: 600;
    margin: 0;
	margin-bottom: 5px;
	line-height: 19px;
}
.conPropDest .wrapTxtBanner .btnBanner .base .wrapCom{
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    text-align: left;
    font-weight: 600;
}
.conPropDest .wrapTxtBanner .btnBanner .base .wrapCom img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.conPropDest .wrapTxtBanner .btnBanner .base .wrapCom span{
    color: #91cc33;
}
.conPropDest .wrapTxtBanner .btnBanner .base .btnLupa{
    float: left;
    width: 100%;
    height: auto;
    text-align: right;
    color: #333333;
    border-top: 1px solid #333333;
    padding: 5px 5px 0 5px;
    margin-top: 15px;
    font-size: 20px;
    font-family: 'bebas';
}
.conPropDest .wrapTxtBanner .btnBanner .base .btnLupa img{
    float: right;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    position: relative;
    top: 5px;
}
.conPropDest .wrapTxtBanner .btnBanner .fondo{
     width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: -1;
    background-image: url(../img/fondoTransBlanco.png);
    background-repeat: repeat;
    
}
.wrapPropDest .btnProp{
    float: left;
    background-color: #f1981b;
    text-align: center;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
    width: 100%;
    padding: 8px;
    margin-top: 30px;
}
.wrapPropDest .btnProp img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
}
/* ================================================= PROP. DESTACADA FIN ================================================= */

/* ================================================= SINGLE PROPIEDADES INICIO ================================================= */
.contPropiedadesInter .container{
    padding-left: 15px;
    padding-right: 15px;
}
.contPropiedadesInter .container .generic .headerInfo, .contPropiedadesInter .container .generic .details{
    float: right;
    width: 47%;
    height: auto;
}
.contPropiedadesInter .container .generic .headerInfo{
    margin-top: 5px;
}
.contPropiedadesInter .container .generic .headerInfo .eti{
    float: left;
    height: auto;
    width: 100%;
}
.contPropiedadesInter .container .generic .headerInfo .eti .etiqueta{
    float: left;
    width: auto;
    margin-right: 10px;
}
.contPropiedadesInter .container .generic .headerInfo .eti .btnBlack{
    padding: 1px 7px;
}
.contPropiedadesInter .container .generic .headerInfo .title, .contPropiedadesInter .container .generic .details .title{
    float: left;
    font-weight: 600;
    width: 100%;
    height: auto;
    font-size: 20px;
    margin: 20px 0;
}
.contPropiedadesInter .container .generic .headerInfo .info{
    float: left;
    width: 100%;
    height: auto;
    color: #000;
	font-family: 'monserrat';
}
.contPropiedadesInter .container .generic .headerInfo .wrapCom{
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    text-align: left;
    font-weight: 600;
    margin: 20px 0;
}
.contPropiedadesInter .container .generic .headerInfo .wrapCom img{
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.contPropiedadesInter .container .generic .headerInfo .wrapCom span{
    color: #91cc33;
}
.contPropiedadesInter .container .generic .headerInfo .btns{
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.contPropiedadesInter .container .generic .headerInfo .btns .item,
.contPropiedadesInter .container .generic .headerInfo .btns .item:visited,
.contPropiedadesInter .container .generic .headerInfo .btns .item:hover{
    float: left;
    height: auto;
    width: auto;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
	color: #000;
}
.contPropiedadesInter .container .generic .headerInfo .btns .item img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.contPropiedadesInter .container .generic .headerInfo .btns #btnFicha img{
    width: 14px;
	height: auto;
	vertical-align: middle;
}
.contPropiedadesInter .container .generic .headerInfo .btns #btnVideo img{
    width: 23px;
	height: auto;
	vertical-align: middle;
}
.contPropiedadesInter .container .generic .gallery{
    float: left;
    width: 50%;
    margin-top: 5px;
    padding-left: 0;
    height: auto;
}
.contPropiedadesInter .container .generic .gallery .item{
    float: left;
    width: 21.1%;
    height: 90px;
    margin-right: 5%;
    margin-bottom: 20px;
    list-style: none;
    cursor: pointer;
}
.contPropiedadesInter .container .generic .gallery .center{
    height: auto;/*368px*/
    float: left;
    margin-bottom: 30px;
    width: 100%;
    list-style: none;
	cursor: pointer;
}
.contPropiedadesInter .container .generic .gallery .center img{
	width: 100% !important;
	height: auto !important;
}
.contPropiedadesInter .container .generic .gallery .item.normal:nth-child(4n+1){
    margin-right: 0;
}
.contPropiedadesInter .container .generic .gallery .item img{
    display: none;
}
.contPropiedadesInter .container .generic .gallery .item.extra{
	display: none;
}
.contPropiedadesInter .container .generic .details .title{
    margin-top: 0;
}
.contPropiedadesInter .container .generic .details .hidden{
    float: left;
    width: 100%;
}
.contPropiedadesInter .container .generic .details .hidden .contItem{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table;
}

.contPropiedadesInter .container .generic .details .hidden .contItem .item{
    display: table-row;
    width: 100%;
    height: auto;
}
.contPropiedadesInter .container .generic .details .hidden .contItem .item:nth-child(odd){
    background-color: #eaeaea;
}
.contPropiedadesInter .container .generic .details .hidden .contItem .item .date1{
    border-right: 1px solid #a0a0a0;
    display: table-cell;
    padding: 7.5px 10px;
    text-align: left;
    font-weight: 600;
    height: auto;
    width: auto;
    border-bottom: 1px solid #a0a0a0;
    font-family: 'monserrat';
    font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
}
.contPropiedadesInter .container .generic .details .hidden .contItem .item .date2{
    display: table-cell;
    padding: 9px 10px;
    text-align: left;
    border-bottom: 1px solid #a0a0a0;
    height: auto;
    width: 100%;
    font-family: 'monserrat';
    font-size: 13px;
	line-height: 14px;
}
.contPropiedadesInter .container .generic /*.details*/ .btnProp{
    float: left;
    background-color: #f1981b;
    text-align: center;
    color: #fff;
    font-family: 'bebas';
    font-size: 20px;
    width: 100%;
    padding: 9px 10px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
.contPropiedadesInter .container .generic /*.details*/ .btnProp img{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
    transition: 0.3s;
}
.contPropiedadesInter .container .generic /*.details*/ .btnProp img.active{
    transform: rotate(270deg);
    transition: 0.3s;
}


.propiedad-ficha-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}

.propiedad-ficha-media,
.propiedad-ficha-info {
    position: relative;
    min-width: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.propiedad-ficha-media {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.propiedad-ficha-info {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.propiedad-ficha-grid .headerInfo,
.propiedad-ficha-grid .details,
.propiedad-ficha-grid .gallery,
.propiedad-ficha-grid .propiedad-video-gallery {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

.propiedad-ficha-grid .propiedad-video-gallery {
    margin-bottom: 20px !important;
}

.propiedad-ficha-grid .headerInfo,
.propiedad-ficha-grid .details,
.propiedad-ficha-grid .gallery {
    display: flow-root;
}

.propiedad-ficha-grid .headerInfo {
    margin-bottom: 25px;
}

.propiedad-ficha-grid .details {
    margin-top: 0;
}

.propiedad-ficha-grid::after,
.propiedad-ficha-media::after,
.propiedad-ficha-info::after {
    display: table;
    clear: both;
    content: '';
}

@media (max-width: 991.98px) {
    .propiedad-ficha-media,
    .propiedad-ficha-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .propiedad-ficha-info {
        margin-top: 30px;
    }
}

.lightbox {
    margin: auto;
    width: auto;
    height: 500px;
    background-color: #fff;
    z-index: 21;
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    border-radius: 5px;
}
.mapa{
    width: 700px;
    height: 590px;
    display: none;
}
.solicitud{
    width: 300px;
    height: 429px;
    display: none;
}
.lightbox .headerLightbox{
    float: left;
    height: auto;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid gray;
}
.lightbox .headerLightbox .title{
    float: left;
    height: auto;
    width: auto;
    font-size: 18px;
    font-family: 'cuerpo bold';
}
.lightbox .headerLightbox .close{
    float: right;
}
.lightbox .bodyLightbox{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
}
.lightbox .bodyLightbox .contMap{
    display: table;
    width: 100%;
    height: 100%;
}
.mapa .bodyLightbox .contMap .map{
    width: 100%;
    height: 370px;
    float: left;
    background: gray;
    border-radius: 5px;
}
.mapa .bodyLightbox .contMap .map #google_maps{
    float: left;
    width: 100%;
    height: 100%;
}
.mapa .bodyLightbox .contMap .boxBtn{
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin-top: 13px;
}
.mapa .bodyLightbox .contMap .boxBtn span{
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.mapa .bodyLightbox .contMap .boxBtn img{
    margin-left: 5px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.solicitud .bodyLightbox .boxForm{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 5px;
    margin-bottom: 7px;
}
.solicitud .bodyLightbox .half{
    width: 47%;
}
.solicitud .bodyLightbox .boxForm:last-child{
    margin-left: 6%;
}
.solicitud .bodyLightbox .boxForm label{
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    text-align: left;
    margin-bottom: 5px;
    background-color: transparent;
}
.solicitud .bodyLightbox .boxForm .inputAnc{
    border: 1px solid #b0afb5;
    padding: 8px;
    width: 100%;
    float: left;
	border-radius: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787878;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #787878;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #787878;
}
:-moz-placeholder { /* Firefox 18- */
  color: #787878;
}
.solicitud .bodyLightbox .boxForm .selectAnc{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url(../img/flecha-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    border: 1px solid #a0a0a0;
    float: left;
    width: 100%;
    height: 37px;
    padding: 2px 4px;
    color: #787878;
	border-radius: 0px;
}
.solicitud .bodyLightbox .boxForm .selectAnc option{
    float: left;
    width: 100%;
    height: auto;
    padding: 7px;
    text-align: left;
    color: #787878;
    padding: 7px;
}
.lightbox .footerLightbox{
    float: left;
    height: auto;
    width: 100%;
    padding: 15px;
    border-top: 1px solid gray;
}
.lightbox .footerLightbox .btn{
    float: right;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.cortina{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: black;
    opacity: 0.7;
    display: none;
}
.acf-map {
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/* ================================================= SINGLE PROPIEDADES FIN ================================================= */

/* ================================================= FOOTER ================================================= */
/*.footer{
	width: 100%;
	height: auto;
	float: left;
}
.footer .footer1{
    display: table;
    width: 100%;
    height: 160px;
    background: #f0f0f0;
    text-align: center;
    padding: 0 30px;
}
.footer .footer1 .tCell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.footer .footer1 .tCell .title{
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'titulos';
    font-size: 28px;
    color: #91cc33;
    font-weight: bold;
    display: inline-block;
}
.footer .footer1 .tCell .txt{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 21px;
}
.footer .footer1 .tCell .txt a{
    color: #ff9e00;
}
.footer .footer1 .tCell .txt a img{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.footer .footer1 .tCell .txt a img:first-child{
    margin-right: 5px;
}
.footer .footer1 .tCell .txt a img:last-child{
    margin-left: 10px;
}
.footer .footer2{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #293848;
    text-align: center;
}
.footer .footer2 .logo{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.footer .footer2 .logo img{
    width: auto;
    height: auto;
	max-height: 65px;
}
.footer .footer2 .txt{
    padding: 22px 0 12px;
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}
.footer .footer2 a{
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    margin-left: 20px;
}
.footer .footer2 a img{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}
.footer .footer2 .wrapSocial{
    width: 100%;
    padding: 15px 0;
    height: auto;
    float: left;
    text-align: center;
}
.footer .footer2 .wrapSocial a{
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-left: 10px;
}
.footer .footer2 .wrapSocial a img{
    width: 100%;
    height: 100%;
}
.footer .footer2 .firm{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    font-family: 'cuerpo bold';
    font-size: 14px;
}
.footer .footer2 .firm a{
    margin-left: 5px;
}
.footer .footer2 .firm a img{
    width: 70px;
    height: auto;
}*/
/* ================================================= FOOTER ================================================= */
.ui-datepicker th:last-child, .ui-datepicker td:last-child{
    display: none!important;
}
.modal-header,
.modal-footer{
	border-color: gray;
}
.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;

    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.embed-responsive{
	background-color: #ff9e00;
}
/*CSS End*/
/*===================================== NEW ======================================*/
.black-box-pesos {
    color: #fff;
    background-color: #333333;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 10px;
    font-size: 18px;
}

img {
    max-width: 100%;
}
h1 {
    font-size: 24px;
    font-weight: 400;
    color: #F19B01;
    margin-bottom: 1.5rem;
}
h2 {
    color: #494c4b;
    font-size: 22px;
}
h5 {
    color: #707070;
    font-weight: 400;
    margin-bottom: 0px;
}

.header {
    border-bottom: 3px solid #91CC33;
	height: auto;
}
.header .container .barramenu .menu{
	margin-top: 52px;
}
.header .container .barramenu .menu a,
.header .container .barramenu .menu a:active,
.header .container .barramenu .menu a:visited,
.header .container .barramenu .menu a:hover{
    color: #91CC33;
    text-decoration: none;
	text-transform: uppercase;
	padding: 20px 5px 18px;
	font-weight: 500;
	font-size: 18px;
}
.header .container .barramenu .menu a:hover {
    color: #F19B01;
}
.header .container .barramenu .menu a:nth-child(1){
	padding-left: 0px;
}
.header .container .barramenu .menu a:nth-last-child(2){
	padding-right: 0px;
}
.header .container .barramenu .menu a.menubtn {
    display: none;
}
.header .container .barramenu .navbar-toggler-icon {
	background-image: url(../img/menu.png);
	width: 14px;
	height: 14px;
	vertical-align: inherit;
}
.header .container .menu-movil {
    background-color: white;
    float: left;
    width: 100%;
}
.header .container .menu-movil a, 
.header .container .menu-movil a:visited, 
.header .container .menu-movil a:hover, 
.header .container .menu-movil a:active{
    color: #91CC33;
    font-size: 17px;
    padding: 10px 0px 7px;
    float: left;
    width: 100%;
    border-top: 1px solid #91CC33;
    text-align: center;
}
.header .container .menu-movil a:hover{
	color: #F19B01;
}
/*----------------------------------------menumovil------------------------------------*/
@media (max-width: 1200px){
	.header .container .barramenu .menu a,
	.header .container .barramenu .menu a:visited,
	.header .container .barramenu .menu a:active,
	.header .container .barramenu .menu a:hover{
		padding: 22px 4px 16px;
	    font-size: 15px;
	}
	.header .container .barramenu .menu a:nth-child(1){
	padding-left: 0px;
}
.header .container .barramenu .menu a:nth-last-child(2){
	padding-right: 0px;
}
	.header .container .barramenu .menu{
		float: none;
		display: inline-block;
		width: 100%;
	}
}
@media (max-width: 992px){
	.header .container .barramenu .menu a,
	.header .container .barramenu .menu a:visited,
	.header .container .barramenu .menu a:active,
	.header .container .barramenu .menu a:hover{
		padding: 21px 3px 16px;
		font-size: 11px;
	}
	.header .container .barramenu .menu a:nth-child(1){
		padding-left: 0px;
	}
	.header .container .barramenu .menu a:nth-last-child(2){
		padding-right: 0px;
	}
}
@media (max-width: 767px){

	.header .container .barramenu .menu a,
	.header .container .barramenu .menu a:visited,
	.header .container .barramenu .menu a:active,
	.header .container .barramenu .menu a:hover{
		font-size: 18px;
	}
	.header .container .barramenu .menu{
		margin-top: 0px;
	}
	.header .container .barramenu .menu a.menubtn {
		float: right;
		display: inline-block;
		margin-right: 0px !important;
	}
	.header .barramenu .menu a.inicio {
		float: left;
		margin-left: 0px !important;
	}
	.header .container .barramenu .menu a.item {
		display: none;
	}
}










a img:hover {
    opacity: .9;
}
.bloque4 .container #contacto a{
	color: #91CC33;
    text-decoration: none;
}
.bloque4 .container #contacto a:hover{
	color: #F19B01;
}
.bloque4 .container #contacto a.btn{
	color: white;
}
.bloque4 .container #contacto a.btn:hover{
	color: #F19B01;
}
ul#redes a.nav-link {
    padding: 0.5rem 0;
}
ul#redes li.nav-item {
    padding: 0 0.5rem;
}
ul#redes i {
    font-size: 20px;
}
ul#redes i:hover {
    color: #F19B01;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    max-height: 70px;
}
.sticky .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
li.nav-item {
    padding: 0 1rem;
}
.navbar-brand {
    padding-top: 1rem;
    padding-bottom: .5rem;
    margin: 0;
}
.sticky .navbar-brand img {
    max-height: 50px;
}
.sticky .navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.sticky div#MenuP {
    margin-top: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #91CC33;
    font-weight: 500;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #F19B01;
}



.form-select, .form-control {
    color: #6E6E6E;
    border-color: #DFDFDF;
    border-radius: 0;
    border: 1px solid #ced4da;
}
::-webkit-input-placeholder { /* Edge */
  color: #DFDFDF!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DFDFDF!important;
}
::placeholder {
  color: #DFDFDF!important;
}
div#bg-desta {
    background-image: url(../img/bg-desta.jpg);
    padding: 120px 50px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
}
div#bg-desta h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tipo {
    color: #fff;
    background-color: #F19B01;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 18px;
}
.valor {
    color: #fff;
    background-color: #91CC33;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 10px;
    font-size: 18px;
}
.ubi {
    font-size: 16px;
    font-weight: 400;
}
.ubi i.fa.fa-map-marker {
    color: #92cb34;
    font-size: 22px;
}
div#MenuP {
    margin-top: 40px;
}
section#info {
    background-image: url(../img/bg-info.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    color: #fff;
}
section#info ul {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
}
section#info li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    text-align: left;
}
section#info i.fa.fa-clock-o, section#info i.fa.fa-volume-control-phone, section#info i.fa.fa-usd {
    font-size: 50px;
}
section#info p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}
section#info a {
    color: #fff;
}
.su {
    background: linear-gradient(to top ,rgba(0, 0, 0, 0.5), rgba(250, 250, 250, 0));
    padding: 160px 20px 1px 20px;
    color: #fff!important;
    font-weight: 600;
    font-size: 18px;
}
.su:hover {
    opacity: .9;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#contacto {
    background-image: url(../img/bg-contacto.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 30px 30px;
    text-align: center;
    height: 100%;
    max-height: 93%;
}
div#contacto h3 {
    color: #91CC33;
    font-size: 30px;
    margin-bottom: 20px;
}
div#contacto h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer {
    color: #fff;
    background-image: url(../img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    background-color: #5e6a76;
	width: 100%;
	height: auto;
	float: left;
}
.footer a {
    color: #fff;
    white-space: nowrap;
}
.footer a .fa {
    color: #F19B01;
    font-size: 20px!important;
    font-weight: 900;
    padding-right: 5px;
}
.footer a:hover, footer a i:hover {
    color: #91CC33;;
}
.footer p {
    font-size: 14px;
}
.is-social .is-icon img {
    height: 50px;
    width: 50px;
}


div#somos {
    background-image: url(../img/banner-quienes-somos.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
p.p1 {
    color: #6E6E6E;
    font-size: 18px;
    font-weight: 300;
}
div#bg-desta-2 {
    background-image: url(../img/bg-desta.jpg);
    padding:50px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
}
div#bg-desta-2 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cargo1 {
    color: #F19B01;
    text-transform: uppercase;
    font-weight: 600;
}
.cargo2 {
    color: #29415B;
    text-transform: uppercase;
    font-weight: 600;
}
.cargo3 {
    color: #91CC33;
    text-transform: uppercase;
    font-weight: 600;
}
.br {
    border-right: 3px solid white;
}
.bl {
    border-left: 3px solid white;
}
.mw50 {
    max-width: 50px;
}
/*-----------------------------------------
Responsive
------------------------------------------*/
@media (max-width: 1399px) {
    li.nav-item {
		padding: 0 0.3rem;
	}
    div#bg-desta {
		padding: 80px 50px;
	}
}
@media (max-width: 1199px) {
    li.nav-item {
        padding: 0;
    }
    label {
        font-size: 14px;
    }
   .form-select, .form-control {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    div#bg-desta {
        padding: 60px 50px;
    }
    div#contacto {
        padding: 30px;
    }
    h5 {
        color: #707070;
        font-weight: 400;
        margin-bottom: 0px;
        font-size: 1.1rem;
    }
    .mw50 {
        max-width: 50px;
        margin-bottom: 10px;
        margin-right: 0!important;
    }
    #info ul {
        padding-left: 0;
    }
    #info li {
        display: block!important;
        text-align: center!important;
    }
}

@media (max-width: 991px){
    section#info i.fa.fa-clock-o, section#info i.fa.fa-volume-control-phone, section#info i.fa.fa-usd {
        font-size: 35px;
    }
    div#contacto {
        padding:30px 30px 60px;
    }
    .navbar-light .navbar-nav .nav-link {
        border-bottom: 1px solid #91CC33;
        text-align: left;
        padding-left: 1rem;
    }
    .navbar-light .navbar-toggler {
        color: #91CC33;
        border: none;
        font-size: 14px;
        padding: .2rem 0.5rem;
        margin-top: 40px;
    }
    .sticky .navbar-light .navbar-toggler {
        margin-top: 10px;
    }
    ul#menu-header-menu {
        margin-top: 17px;
        background: white;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    div#MenuP {
        min-width: 100%!important;
        position: fixed;
        z-index: 999999;
        right: 0;
        margin-top: 31px;
    }
 
    #info li {
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    li.nav-item {
        padding: 0.5rem;
    }
	.bl {
        border-left: none;
		/*border-top: 3px solid white;
		padding-top: 20px;
		margin-top: 20px;*/
    }
	.br {
        border-right: none;
		border-bottom: 3px solid white;
		padding-bottom: 20px;
		margin-bottom: 20px;
    }
    div#bg-desta {
        padding: 50px 30px;
    }
    section#info i.fa.fa-usd {
        font-size: 50px;
    }
    .su {
        background: linear-gradient(to top ,rgba(0, 0, 0, 0.5), rgba(250, 250, 250, 0));
        padding: 228px 20px 1px 20px;
    }
}

/* Tooltip Custom Color */
.tooltip > .tooltip-inner{
	background-color: red;
}
.tooltip.top .tooltip-arrow{
	border-top-color: red;
}
.tooltip.right .tooltip-arrow{
	border-right-color: red;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: red;
}
.tooltip.left .tooltip-arrow{
	border-left-color: red;
}
/* Tooltip Custom Color */

/* ================================================= BLOG ARCHIVE ================================================= */

.contBlog .prop {
    margin-top: 50px;
}

.contBlog .item-blog {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 4px;
    overflow: hidden;
}

.contBlog .item-blog .itemTable {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
    background-color: #222;
}

.contBlog .item-blog .foto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contBlog .item-blog .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.contBlog .item-blog:hover .foto img {
    transform: scale(1.05);
}

.contBlog .item-blog .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #000000 100%);
    padding: 50px 18px 18px;
}

.contBlog .item-blog .info .titleHouse {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 19px;
    float: none;
    width: auto;
}

.contBlog .item-blog .info .wrapCom {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    float: none;
    font-weight: normal;
}

.contBlog .row {
    margin-top: 20px;
}

/* ================================================= BLOG ARCHIVE FIN ================================================= */

/*====== single blog==========*/

.foto-blog {
    width: 500px;
    height: auto;
    float: left;
    display: block;
    margin-right: 20px;
    overflow: hidden;
}
.linebuttom {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin: 20px 0;
    float: left;
}

.cuerpoTxt p {
    margin-bottom: 20px;
}
.cuerpoTxt *:nth-last-child(1) {
    margin-bottom : 0;
}




/*===================================== NEW ======================================*/