#navbarDropdown {
    color: white;
}

#whatsapp {
    color: white;
    font-size: 30px;
}

#facebook {
    color: white;
    font-size: 30px;
}

#contact_us {
    background-color: rgba(255, 166, 0, 0.61);
    color: rgba(0, 0, 0, 0.589);
    font-weight: bold;
}

.d-block {
    opacity: 0.8; 
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
    height: 500px;  
}

.carousel-caption {
    opacity: 1;
}

.container-fluid {
    background-color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(54, 54, 54);
    border: black;
    padding: 15px;


}

#Departamentos {
    background-color: rgba(47, 79, 79, 0.747);
}

#Reviews {
    background-color: rgb(53, 53, 53);
}

.apartments_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#cities_btn {
    width: 100%;
    height: 100%;
    color: white;
    opacity: 1;
    font-weight: normal;
    font-size: 150%;
    text-align: center;
    text-shadow: -1px 0 darkgray, 0 1px darkgray, 1px 0 darkgray, 0 -1px darkgray;
}

#destinos_btn {
    width: 100%;
    height: 100%;
    color: white;
    opacity: 1;
    font-weight: normal;
    font-size: 150%;
    text-align: center;
    text-shadow: -1px 0 darkgray, 0 1px darkgray, 1px 0 darkgray, 0 -1px darkgray;
}

#button_text{
    position: relative;
    top: 25%;
}

#cities_btn:hover{
    background-color: gray;
    opacity: 0.5;
}


.image {
    opacity: 1; 
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: no-repeat;
    background-position-y: 50%;
    height: 250px;
    margin: 4px;
    
}

.md-form {
    padding: 5px;
}

/* Front Page Images */
#miami {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/2/2a/Miami_Beach%2C_FL_-_panoramio.jpg');
}

#orlando {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/08/Magic_Kingdom_-_Cinderella_Castle_panorama_-_by_mrkathika.jpg');
}

#newyork {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/47/New_york_times_square-terabass.jpg');
}

#paquetes {
    background-image: url('images/paquetes.jpg')
}

#miami_carousel {
    background-image: url('images/miami_carousel.jpg')
}

#cruceros {
    background-image: url('images/cruise.jpg')
}

#miami_destinos {
    background-image: url('images/miami_destinos.jpeg');
}

#orlando_destinos {
    background-image: url('images/orlando_destinos.jpg')
}

#lasvegas_destinos {
    background-image: url('images/lasvegas_destinos.jpeg')
}

#caribe_destinos {
    background-image: url('images/caribe_destinos.jpeg')
}

#newyork_destinos {
    background-image: url('images/newyork_destinos.jpg')
}

#ymas_destinos {
    background-image: url('images/ymas_destinos.jpg')
}

#cruceros_servicios {
    background-image: url('images/cruceros_servicios.jpg')
}

#vehiculos_servicios {
    background-image: url('images/vehiculos_servicios')
}

#transfer_servicios {
    background-image: url('images/transfer_servicios')
}

#logo {
    height: 65px;
    width: 65px;
}

#contact_us_form {
    display: none;
}

/* CAROUSEL */

.container {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px;
    border: 1px;
    border-color: black;
}

.row {
    margin: 10px;
}

.carousel-indicators li {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    width: auto;
}

.carousel-indicators {
    margin: 5px 0 0;
    overflow-x: auto;
    position: static;
    width: 100%;
    list-style-position: inside;

}

.carousel-indicators::-webkit-scrollbar-track {
  padding: 2px 0;
}

.carousel-indicators::-webkit-scrollbar {
  width: 10px;
}

.carousel-indicators::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgb(255, 255, 255);
  background-color: whitesmoke;
  border: 1px solid #000;
}

.carousel-indicators li {
    display: list-item;
    justify-content: center;
}

.carousel-indicators li img {
    display: list-item;
    opacity: 0.5;
    height: 60px;
    max-width:75px;

}

.carousel-indicators li.active img {
    opacity: 1;
}
.carousel-indicators li:hover img {
    opacity: 0.95;
}

/* carousel images */

.carousel-item {
    justify-content: center;
}

.thumbnail img {
    max-height: 400px;
    max-width: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* FB Post */

.fb-post {
    padding: 10px 0 0;
}