body {
    display: flex;
    background-color: #ebe7e7 !important;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}


/* HEADER */
header {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(#7996ae 0%, #fff 150%);
}

.logo-header {
    width: 250px;
    height: auto;
    border-radius: 10px;
}

.modal-body .table-responsive {
    max-width: 100%;
  }

  .dropdown-item{
    color: #000 !important;
    font-size: 14px;
}

.dropdown-item:hover{
    font-weight: bold !important;
}

.btn{
    color: #000 !important;
}

.btn:hover{
    font-weight: bold !important;
}

.navbar-brand{
    color: #000 !important;

}

.navbar-brand:hover{
    font-weight: bold !important;
}

.bi-house{
    color: rgb(158, 1, 1);
}


.picture-map-att{
    width: 400px;
}

/* TEXT STRUCTURE */

#title-theme{
    width: 180px;
    height: 55px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    background-image: linear-gradient(#7996ae 0%, #fff 120%);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.title-principal {
    font-size: 24px;
    font-weight: bold;
}

.locations-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


/* PICTURES STRUCTURE */

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}


.carousel-item img{
    border-radius: 15px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 2em;
    cursor: pointer;
    z-index: 999;
}
.carousel-control.left {
    left: 0;
}
.carousel-control.right {
    right: 0;
}

.picture1{
    height: 1000px;
}

/* ICONS */
.bi-arrow-left-circle {
    font-size: 32px;
    color: rgb(158, 1, 1);
}

.bi-arrow-right-circle {
    font-size: 32px;
    color: rgb(158, 1, 1);
}

/* FOOTER */
.bi-whatsapp{
    font-size: 18px;
    color: rgb(7, 134, 2);
}
.bi-linkedin{
    font-size: 18px;
    color: rgb(1, 82, 174);
}
.bi-facebook{
    font-size: 18px;
    color: rgb(1, 45, 158);
}
.bi-youtube {
    font-size: 18px;
    color: rgb(158, 1, 1);
}

.bi-geo-alt-fill {
    font-size: 17px;
    color: rgb(158, 1, 1);
}

.bi-envelope-fill {
    font-size: 12px;
    color: rgb(158, 1, 1);
}

.bi-telephone-fill {
    font-size: 12px;
    color: rgb(158, 1, 1);
}

.text-adress {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.text-email {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.text-cell {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.text-follow {
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: bold;
}

.logo-footer {
    width: 250px;
    height: auto;
    border-radius: 10px;
}

footer {
    margin-top: auto;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to top,#7996ae 0%, #fff 200%);
}



#scrollTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    background-color: rgb(158, 1, 1);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

#scrollTopButton:hover {
    background-color: rgb(93, 0, 0);
}


@media (max-width: 767px) {

    .logo-header{
        width: 200px;
        height: auto;
        border-radius: 10px;
    }


    .modal-body .table-responsive {
        max-width: 100%;
      }
      

      .dropdown-item{
        color: #000 !important;
        font-size: 14px;
    }
    
    .dropdown-item:hover{
        font-weight: bold !important;
    }
    
    .btn{
        color: #000 !important;
    }
    
    .btn:hover{
        font-weight: bold !important;
    }
    
    .navbar-brand{
        color: #000 !important;
    
    }
    
    .navbar-brand:hover{
        font-weight: bold !important;
    }
    
    .bi-house{
        color: rgb(93, 0, 0);
    }

    /* NAVBAR */
    
    .dropdown-item{
        font-size: 14px;
    }
    /* TEXT STRUCTURE */
    .title-text {
        color: black;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

    .locations-text {
        color: black;
        letter-spacing: 2px;
        font-size: 18px;
        text-align: center;
    }


    /* ICONS */
    .bi-arrow-left-circle,
    .bi-arrow-right-circle {
        font-size: 20px;
        color: rgb(158, 1, 1);
    }

   /* FOOTER */
   .bi-whatsapp,
   .bi-linkedin,
   .bi-facebook,
   .bi-youtube {
       font-size: 18px;
       color: rgb(158, 1, 1);
   }

   .bi-geo-alt-fill {
       font-size: 20px;
       color: rgb(158, 1, 1);
   }

   .bi-envelope-fill {
       font-size: 18px;
       color: rgb(158, 1, 1);
   }

   .bi-telephone-fill {
       font-size: 18px;
       color: rgb(158, 1, 1);
   }

   .text-adress {
       letter-spacing: 2px;
       font-size: 15px;
   }

   .text-email {
       letter-spacing: 2px;
       font-size: 15px;
   }

   .text-cell {
       letter-spacing: 2px;
       font-size: 15px;
   }

   .text-follow {
       letter-spacing: 2px;
       font-size: 15px;
   }

   .logo-footer {
       width: 200px;
       height: auto;
       border-radius: 10px;
   }

   footer {
       margin-top: auto;
       box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.5);
       background-image: linear-gradient(to top,#7996ae 0%, #fff 200%);
   }

    
    #scrollTopButton {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        cursor: pointer;
        background-color: rgb(158, 1, 1);
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    }
    
    #scrollTopButton:hover {
        background-color: rgb(93, 0, 0);
    }
}