@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', Medium;
}

p {
    font-size: 1rem;
}

body {
    background-color: #fff;
    scroll-behavior: smooth;
}

 ::-webkit-scrollbar {
    display: none;
}

.conact-btn a {
    font-size: 50px;
    background-color: #128C7E;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
}

.conact-btn a:hover {
    cursor: pointer;
    color: #000;
}


/* navbar */

.navbar {
    background-color: #283543;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar img {
    height: 50px;
    margin-right: 15px;
}


/* slider */

.title {
    font-size: 3.5em;
    text-align: center;
    padding: 15px 0;
}

.nosotros {
    margin-bottom: 30px !important;
}

.img-container {
    margin: auto;
}

.nosotros img {
    height: 400px;
    width: 100%;
}

.fondo {
    background-color: #284243;
    padding: 1.5em;
}

.card-destino {
    background-color: #fff;
    margin: 10px;
    border-radius: 15px;
    margin-bottom: 45px;
}

.card-destino img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*********** nosotros ************/

.main-text {
    font-weight: 400;
}

.bold {
    color: #128C7E;
    font-weight: bold;
}

.lista-valores {
    display: flex;
    list-style: none;
    text-decoration: none;
    justify-content: center;
}

.item-valores {
    margin: 15px;
    color: #128C7E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-valores i {
    margin-right: 5px;
}

.card-destino-contentido {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.btn-consulta {
    border-radius: 15px;
    padding: 5px 25px;
    margin: auto;
    background-color: #283543;
    color: #fff;
    font-family: 'Raleway', Bold;
    font-size: 20px;
    text-decoration: none;
}

.btn-consulta:hover {
    cursor: pointer;
    color: #fff;
}

.card-testimonios {
    border-radius: 10px;
    background-color: #2b3443;
    color: #fff;
    width: 40%!important;
    margin: auto;
    margin-bottom: 10px;
}

.icon {
    font-size: 200px;
    color: #fff;
}

.formulario {
    padding: 5px 15px;
    margin: 8px 0px;
    border-radius: 5px;
    width: 75%;
}

.btn-formulario {
    width: auto;
    background-color: #2b3443;
    color: #fff;
    padding: 2px 35px;
    border-radius: 15px;
    border: #fff solid 1px;
}

footer {
    color: #000;
}

.social-icons {
    font-size: 30px;
}

.nav-link {
    font-size: 1em;
    color: #fff!important;
    font-weight: 600;
}

.nav-link:hover {
    color: #128C7E!important;
}

.offcanvas-btn {
    color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 2px;
    background-color: transparent;
}

.offcanvas {
    background-color: #283543!important;
    color: #fff;
}

.brand-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas img {
    margin-left: 20%;
    margin-top: 45%;
    height: 25%;
}

.offcanvas-header {
    background-color: #ffff;
}

.offcanvas-header h5 {
    color: #283543;
    font-weight: bold;
}

.offcanvas-body {
    margin-top: 10%;
}

.offcanvas a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: auto;
}

.carousel-item img {
    height: 70vh;
}


/*============================= 
        media queries
============================== */

@media (min-width: 768px) {
    #offcanvas-btn {
        display: none;
    }
    #demo {
        display: none;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .carousel-item img {
        height: 45vh!important;
    }
    .lista-valores {
        font-size: 1em;
        flex-direction: column;
    }
    .item-valores {
        justify-content: start;
        margin-left: 50%;
        transform: translate(-25%);
    }
    .nosotros img {
        display: none;
    }
}