/* ==========================================================================
   Común
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a, .main-color {
    color: #14102c;
}

.bg-main-color {
    background-color: #14102c;
}

.rrss > li {
    margin-right: 10px;
    display: inline;
}

.rrss > li > a {
    padding: 10px 15px;
    background: url('../img/rrss.jpg') no-repeat;
}

.rrss > li > a.facebook {
    background-position-x: -10px;
}

.rrss > li > a.gplus {
    background-position-x: -55px;
}

.rrss > li > a.instagram {
    background-position-x: -100px;
}

/* ==========================================================================
   Home - SubHeader
   ========================================================================== */
.page-header a {
    font-size: 24px;
}

.maletas {
    background: url('../img/maletas.png') no-repeat;
    background-size: contain;
}

.sicted {
    background: url('../img/LOGO-SICTED-2.jpg') no-repeat;
    background-size: 75%;
    background-position: center;
    min-height: 110px;
}

/* ==========================================================================
   Contacto
   ========================================================================== */
.checkbox-input input[type="checkbox"] {
    margin-top: 5px;
    position: absolute;
}

input[type="submit"] {
    border-color: transparent;
}

input[type="text"] {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

/* ==========================================================================
   Entorno
   ========================================================================== */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Ficha Inmueble
   ========================================================================== */
.buscadores > .row:first-child {
    overflow: hidden;
}

.slide-content {
    top: 0;
    background: #FFF;
    /*display: none;*/
}

.slide-content > .arrows {
    position: absolute;
    top: 5%;
    right: 0;
    cursor: pointer;
}

.slide-content > .info-content > div > div {
    padding: 10px 15px;
    overflow: hidden;
}

.slide-content > .info-content > div > div:first-child {
    background: #14102c;
}

.tabs {
    max-height: 100%;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > .nav-item > .nav-link {
    color: #AAA;
    border-color: #AAA;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 0.6rem;
}

.nav-tabs > .nav-item > .nav-link.active,
.nav-tabs > .nav-item > .nav-link:hover {
    border-color: #14102c;
    color: #14102c;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px;
    border-radius: 0;
}

.nav-tabs > .nav-item > .nav-link:hover {
    border-color: #14102c;
    border-left: 1px;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-right: 0px;
}

.tab-pane {
    padding: 35px 15px;
    font-size: 0.75rem;
}

/* ==========================================================================
   Alquiler Vacacional Buscador
   ========================================================================== */
.alquiler_venta > .slide-content > .info-content > div:first-child {
    background: #14102c;
}

.alquiler_venta > .slide-content > .info-content > div > div {
    padding: 0;
    overflow: hidden;
}

/* ==========================================================================
   Alquiler Todo el Año Buscador
   ========================================================================== */
.alquiler_venta ul {
    list-style: none;
}

.alquiler_venta ul li {
    margin-bottom: 18px;
}

/* ==========================================================================
   Alquiler Todo el Año Completo
   ========================================================================== */
.item-tag-location {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    /* Degradado */
    background: -moz-linear-gradient(left, rgba(20, 16, 44, 1) 0%, rgba(20, 16, 44, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(20, 16, 44, 1) 0%, rgba(20, 16, 44, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(20, 16, 44, 1) 0%, rgba(20, 16, 44, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14102c', endColorstr='#0014102c', GradientType=1); /* IE6-9 */
}

.btn-ficha {
    position: absolute;
    right: 35px;
    bottom: 10px;
    font-size: 14px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    /**/
}

footer img {
    margin-top: -5px;
    max-width: 200px;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
/*@media (min-width: 768px) {*/

/*!* show 3 items *!*/
/*.carousel-inner .active,*/
/*.carousel-inner .active + .carousel-item,*/
/*.carousel-inner .active + .carousel-item + .carousel-item,*/
/*.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {*/
/*display: block;*/
/*}*/

/*.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),*/
/*.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,*/
/*.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,*/
/*.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {*/
/*transition: none;*/
/*}*/

/*.carousel-inner .carousel-item-next,*/
/*.carousel-inner .carousel-item-prev {*/
/*position: relative;*/
/*transform: translate3d(0, 0, 0);*/
/*}*/

/*.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {*/
/*position: absolute;*/
/*top: 0;*/
/*right: -25%;*/
/*z-index: -1;*/
/*display: block;*/
/*visibility: visible;*/
/*}*/

/*!* left or forward direction *!*/
/*.active.carousel-item-left + .carousel-item-next.carousel-item-left,*/
/*.carousel-item-next.carousel-item-left + .carousel-item,*/
/*.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,*/
/*.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,*/
/*.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {*/
/*position: relative;*/
/*transform: translate3d(-100%, 0, 0);*/
/*visibility: visible;*/
/*}*/

/*!* farthest right hidden item must be abso position for animations *!*/
/*.carousel-inner .carousel-item-prev.carousel-item-right {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: -1;*/
/*display: block;*/
/*visibility: visible;*/
/*}*/

/*!* right or prev direction *!*/
/*.active.carousel-item-right + .carousel-item-prev.carousel-item-right,*/
/*.carousel-item-prev.carousel-item-right + .carousel-item,*/
/*.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,*/
/*.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,*/
/*.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {*/
/*position: relative;*/
/*transform: translate3d(100%, 0, 0);*/
/*visibility: visible;*/
/*display: block;*/
/*visibility: visible;*/
/*}*/

/*}*/

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    nav.navbar > div.position-absolute {
        width: 40%;
    }

    .info-content > .pt-5 {
        padding-top: 0 !important;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .btn-ficha {
        position: inherit;
        width: 90%;
        margin: auto;
        padding: 10px;
    }

    .info-content > .pt-5 {
        padding-top: 5px !important;
    }

    .info-content > .pt-5 > h4 {
        margin-top: 5px !important;
    }

    .info-content > .pt-5 > ul {
        margin-top: 0px !important;
    }

    .info-content > .pt-5 > ul > li {
        margin-bottom: 5px;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 767px) {
    /* ==========================================================================
       Nav-bar
       ========================================================================== */
    nav {
        margin: 20px 0;
    }

    nav .position-absolute {
        color: #14102c;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background-color: #14102c;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }

    nav .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 0;
    }

    nav .navbar-collapse {
        max-width: 15%;
        position: absolute;
        right: 0;
        top: 50px;
        background: white;
        z-index: 10;
        padding: 10px 20px;
        box-shadow: 0px 3px 5px #14102c;
        width: 300px;
    }

    nav .position-absolute {
        right: 10%;
    }
}

/*CREATIVADOS ADD */

a:hover, a:focus {
    color: #312c7c;
    text-decoration: none;
}

.item-tag-location a {
    color: white;
}

.home_important {
    /*background: url("../img/playa.jpg");*/
    background-size: cover;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.home_important h3 {
    color: #14102c;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 33px;
    font-weight: normal;
}

.home_card {
    color: white;
    background: rgba(33, 32, 63, .87);
    padding: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}

.home_card h4 {
    font-size: 18px;
    font-weight: bold;
}

.home_card p {
    font-size: 12px;
    text-align: justify;
}

.home_card img {
    width: 20%;
    margin-bottom: 15px;
}

.slide_home {
overflow: auto;
}

.slide_home div {
text-align: center;
padding-top: 200px;
padding-bottom: 200px;
display: inline-block;
float: left;
background-position: left center !important;
}

.slide_home a {
color: white;
font-size: 40px;
min-height: 150px;
display: block;
line-height: 55px;
transition: 1s all;
}

.slide_home a:hover {
font-size: 45px;
}

.entorno-items h5 {
    display: block;
    min-height: 50px;
    margin-top: 15px;
}

h1 {
    color: #312c7c;
    font-weight: normal;
    font-size: 43px;
}

.team .item-tag-location {
    font-size: 17px;
}

.office_location {
    background: #a6a5a9;
    color: white;
    padding: 30px 60px;
    overflow: auto;
}

.office_location:nth-of-type(even) {
    background: white;
    color: #322c7d;
    padding: 30px 60px;
    overflow: auto;
}

.office_location:nth-of-type(even) a {
    color: #322c7d;
}

.office_location a {
    color: white;
}

.office_location a[href=''] {
    float: right;
}

.office_location h6 {
    margin: 0;
}

.office_location address {
    margin: 0;
}

.checkbox-input input[type="checkbox"] {
    width: auto;
}

input.form-control[type="email"], textarea.form-control {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

input:focus, input:hover, textarea:focus, textarea:hover {
    box-shadow: none !important;
}

textarea.form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    overflow: hidden;
    height: 33px;
}

.buscadores.alquiler_venta ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.buscadores.alquiler_venta ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8);;
    font-style: italic;
}

.buscadores.alquiler_venta :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.buscadores.alquiler_venta :-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.buscadores .slide-content.right {
    right: 0;
}

.buscadores select {
    background: transparent;
    color: white;
    border: none;
    -webkit-appearance: button;
    width: 250px;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.buscadores i {
    z-index: 1;
    margin-left: -15px;
    margin-top: 5px;
}

.buscadores form li {
    cursor: pointer;
}

.buscadores select:focus, .buscadores input:focus {
    outline: none;
}

.buscadores select option {
    margin: 40px;
    background: #14102c;
    color: #fff;
}

.buscadores.alquiler_venta input {
    background: transparent;
    color: white;
    border: 0;
    width: 250px;
    text-align: left;
    padding-left: 0;
}

.buscadores.alquiler_venta input[type='submit'] {
    cursor: pointer;
}

.buscadores .nav-link {
    padding: 10px;
}

.buscadores .links {
    padding-left: 13px;
    margin-bottom: 25px;
}

.result_element {
    position: relative;
}

.features img {
    width: 20px;
}

.btn-ficha {
    right: 15px;
    bottom: 15px;
    text-align: right;
    margin-top: 25px;
}

.result_element h5 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 7px !important;
}

/*eficiencia julio 2013*/

.eficienciaA {
    background: url("../img/eficiencia.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    width: 100px;
}

.eficienciaB {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -34px transparent;
    height: 33px;
    width: 116px;
}

.eficienciaC {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -69px transparent;
    height: 33px;
    width: 133px;
}

.eficienciaD {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -104px transparent;
    height: 33px;
    width: 150px;
}

.eficienciaE {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -140px transparent;
    height: 33px;
    width: 166px;
}

.eficienciaF {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -175px transparent;
    height: 33px;
    width: 183px;
}

.eficienciaG {
    background: url("../img/eficiencia.png") no-repeat scroll 0 -209px transparent;
    height: 33px;
    width: 200px;
}

.flechaEficiencia {
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 5px 0 0;
    text-align: center;
    width: 80px;
}

.flechaEficiencia:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF #000000 #FFFFFF #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    float: left;
    height: 0;
    position: relative;
    width: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

/*.galeria_inmuebles a {*/
/*display: block;*/
/*width: 100%;*/
/*background-size: cover;*/
/*background-position: center;*/
/*height: 500px;*/
/*}*/

.arrows {
    position: absolute;
    right: -95px;
    top: 0;
    z-index: 1;
}

/*.buscadores.alquiler_venta a {*/
/*background-size: cover;*/
/*background-position: center;*/
/*width: 100%;*/
/*height: 495px;*/
/*display: block;*/
/*}*/

.buscadores #gmap {
    height: 295px;
}

a.carousel-control-prev, a.carousel-control-next {
    background: #14102c;
    height: 77px;
    opacity: 1;
    width: 48px;
    left: 0;
    right: auto;
}

a.carousel-control-next {
    left: 48px;
}

@media screen and (min-device-width: 767px) {
    nav .navbar-collapse {
        max-width: 75%;
        width: 300px;
    }
}

@media screen and (max-width: 991.98px) {
    .slide_home div {
        width: 33% !important;
        margin-left: 0 !important;
        background-position: -130px !important
    }

    .slide_home a {
        font-size: 35px;
    }

    .slide_home a:hover {
        font-size: 40px;
    }

    .position-absolute.inmueble {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        overflow: auto;
    }

    .position-absolute.inmueble .h-100 {
        height: auto !important;
    }

    .buscadores .explicacion {
        display: none;
    }
    
}

@media screen and (max-width: 767.98px) {
    nav .position-absolute {
        margin-top: 10px;
        position: static !important;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: 0;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-toggler span {
        display: block;
        background-color: #14102c;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

    .slide_home div {
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 990px !important;
        background-position: -150px !important;
        border-bottom: 5px solid white;
    }

    .slide_home a {
        font-size: 30px;
        min-height: 20px;
    }

    .slide_home a:hover {
        font-size: 35px;
    }

    .team .item-tag-location {
        position: static;
    }

    .office_location a[href=''] {
        display: none;
    }

    .buscadores .h-100 {
        height: auto !important;
    }

    .buscadores .w-50 {
        width: 100% !important;
    }

    .buscadores .arrows {
        left: 0;
        top: 100%;
    }

    .item-info {
        margin-top: 15px;
    }

    .buscadores .explicacion {
        display: block;
    }
}

@media screen and (max-width: 475px) {
    footer img {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    nav .position-absolute a {
        display: block;
    }

    nav .position-absolute span, nav .position-absolute i {
        display: none;
    }
}
