@charset "utf-8";
html,body {
    font-family: 'Abhaya Libre', sans-serif;
}

/*.submenu {
    display: none;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s ease-in-out;
}

.dropdown:hover .submenu,
.dropdown.show .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}*/


.bg-social-media{
    background-color: #876c51;
}
.c-social-media{
    color: #876c51;
}
a.c-social-media:hover {
    color: rgba(135, 108, 81, 0.8);
}
.invalid-feedback{
    color: white !important;
}
#send-whatsapp {
  background-color: green;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.logo_group_footer{
    width: 280px;
}
.bg-menu{
    background-color: #252d35;
}
.bg-brands{
    background-color: #fafafa;
}

.bg-container-whatsapp{
    background-color: #333d46;
    min-height: 360px;
}
.navbar-toggler {
  transition: color 0.2s ease-out;
  color: #876c51;
/*  border: 1px #876c51;*/
  box-shadow: 0 0 0 0.13rem;
}

.navbar-toggler:hover {
  background-color: transparent;
  transition: color 0.2s ease-out;
  color: #876d51;
/*  border:1px #876c51;*/
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.13rem;
    transition: color 0.2s ease-out;
    color: #876e51;
}
.zoom {
    overflow:hidden;
    position:relative
}
.zoom>a>img {
    transition:1s
}
.zoom:hover>a>img {
    transform:scale(1.1);
    transition:1s
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'><rect x='0' y='8' width='32' height='2' rx='2' fill='rgb(135, 108, 81)'/><rect x='0' y='16' width='32' height='2' rx='2' fill='rgb(135, 108, 81)'/><rect x='0' y='24' width='32' height='2' rx='2' fill='rgb(135, 108, 81)'/></svg>");
}

.video_max_height{
    height: calc(100vh - 216px);
}
.img-logo{
    height: 80px;
    width: auto;
}
.bg-slide{
/*    height: calc(100vh - 206px);*/
    background-color: #333d46;
}
.tree_logo{
    max-height: calc(100vh - 216px);
}
.brands_logo{
    max-width: 350px;
}
/*.construction_logo{
    max-height: 12vh;
}

.concierge_logo{
    max-height: 11vh;
}

.estate_logo{
    max-height: 13vh;
}

.olivias_logo{
    max-height: 10vh;
}
.eduardos_logo{
    max-height: 6vh;
}
.yacht_logo{
    max-height: 10vh;
}
.financial_logo{
    max-height: 13vh;
}
.holiday_logo{
    max-height: 18vh;
}*/
.logo_construction{
    background-image: url('./../logos/elliott-wright-constructions-and-reforms-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_estate{
    background-image: url('./../logos/elliott-wright-real-estate-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_holiday{
    background-image: url('./../logos/elliott-wright-holiday-rentals-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_yacht{
    background-image: url('./../logos/elliott-wright-yacht-charter-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_olivias{
    background-image: url('./../logos/elliott-wright-olivias-la-cala-de-mijas-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
.logo_eduardos{
    background-image: url('./../logos/elliott-wright-eduardos-la-plaza-orihuela-costa-brand.webp');
    background-size: cover;
    background-repeat: no-repeat;
}
/*.min-height-brand > div > div{
    min-height: 600px;
}*/
.photo_plus:hover{
    background-image: url(./../images/plus.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
}

.overlay_hover:hover{
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.5);  */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.overlay > * {
  color: white;
  font-size: 3rem;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

.mw-100p{
    max-width: 100px; 
}
.mw-1000p{
    max-width: 1000px;
}
.pointer{
    cursor: pointer;
}
@media screen and (min-width: 576px) {
    .vertical-hr {
        border: none;
        border-left: 1px solid black; /* Or any other color you prefer */
        height: 50px; /* Adjust this to the desired height */
        width: 0;
    }
    .brands_logo{
        max-width: 100%;
        max-height: 20vh;
        transition: transform 0.5s ease-in;
    }
    .brands_logo:hover{
        transform: scale(1.1);
    }
}

@media screen and (min-width: 768px) {
    .bg-container-whatsapp{
        min-height: 100%;
    }
}

@media screen and (min-width: 992px) {
/*    .submenu {
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
    }*/
    
    .dropdown-menu.show{
        margin-left: 40px;
    }

    .video_max_height{
        height: calc(100vh - 146px);
    }
    
    .bg-slide{
        height: calc(100vh - 146px)
    }
    .tree_logo{
        max-height: calc(100vh - 226px);
    }
    .display_lg_none{
        display: none !important;
    }
    .display_lg_block{
        display: block !important;
    }
    .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-item > a, .nav-item > span{
        padding-left: 40px !important;
        padding-right: 0px !important;
    }
    .container_construction_logo{
        bottom:1%;
        left: 25%;
        transform: translate(-50%);
    }
    .container_concierge_logo{
        bottom:16%;
        left: 15%;
        transform: translate(-50%);
    }
    .container_estate_logo{
        bottom:35%;
        left: 17%;
        transform: translate(-50%);
    }
    .container_olivias_logo{
        bottom:50%;
        left: 35%;
        transform: translate(-50%);
    }
    .container_eduardos_logo{
        bottom:50%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:35%;
        right: 15%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:16%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:1%;
        right: 28%;
        transform: translate(50%);
    }
}

@media screen and (min-width: 1024px){
    .container_construction_logo{
        bottom:3%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:20%;
        left: 15%;
    }
    .container_estate_logo{
        bottom:40%;
        left: 18%;
    }
    .container_olivias_logo{
        bottom:55%;
        left: 30%;
    }
    .container_eduardos_logo{
        bottom:55%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:40%;
        right: 16%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:20%;
        right: 18%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:3%;
        right: 30%;
        transform: translate(50%);
    }
}

@media screen and (min-width: 1200px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 20%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 24%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 45%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 20%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}


@media screen and (min-width: 1300px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 20%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 24%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 20%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}

@media screen and (min-width: 1280px) and (min-height: 950px) {
    .container_construction_logo{
        bottom:3%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:20%;
        left: 15%;
    }
    .container_estate_logo{
        bottom:40%;
        left: 20%;
    }
    .container_olivias_logo{
        bottom: 55%;
        left: 30%;
    }
    .container_eduardos_logo{
        bottom:55%;
        left: 42%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:40%;
        right: 15%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:20%;
        right: 20%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:3%;
        right: 30%;
        transform: translate(50%);
    }
}

@media screen and (min-width: 1366px) and (min-height: 768px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 20%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 24%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 20%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1366px) and (min-height: 912px) {
    .container_construction_logo{
        bottom:3%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:18%;
        left: 15%;
    }
    .container_estate_logo{
        bottom:38%;
        left: 18%;
    }
    .container_olivias_logo{
        bottom:55%;
        left: 30%;
    }
    .container_eduardos_logo{
        bottom:55%;
        left: 51%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:38%;
        right: 16%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:18%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:3%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1440px) and (min-height: 735px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 20%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 24%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 20%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1400px) and (min-height: 900px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 16%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 18%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 16%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1680px) and (min-height: 900px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 20%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 22%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 18%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 22%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1680px) and (min-height: 1050px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 16%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 20%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 16%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 20%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}
@media screen and (min-width: 1920px) and (min-height: 950px) {
    .container_construction_logo{
        bottom:5%;
        left: 25%;
    }
    .container_concierge_logo{
        bottom:23%;
        left: 23%;
    }
    .container_estate_logo{
        bottom:44%;
        left: 25%;
    }
    .container_olivias_logo{
        bottom:62%;
        left: 35%;
    }
    .container_eduardos_logo{
        bottom:62%;
        left: 47%;
        transform: translate(50%);
    }
    .container_yacht_logo{
        bottom:44%;
        right: 22%;
        transform: translate(50%);
    }
    .container_financial_logo{
        bottom:23%;
        right: 28%;
        transform: translate(50%);
    }
    .container_holiday_logo{
        bottom:5%;
        right: 30%;
        transform: translate(50%);
    }
}