@media (min-width: 768px) {
    .navbar-toggler {
        order: 1;
        width: 200px;
    }
    #bgHotel .navbar-brand {
        margin: 0;
        order: 2;
        width: 200px;
        text-align: center;
    }
    .book {
        display: flex;
        order: 3;
        width: 200px;
    }
    .navbar-collapse .btn.btn-book {
        display: none;
    }
    .carousel-item img {
        height: 100vh;
    }
    .carousel-item .carousel-caption {
        height: 100vh;
        bottom: 5%;
    }
    .carousel-caption p {
        font-size: 1.4rem;
    }
    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        display: block;
    }
    .about__content p {
        font-size: 1.1rem;
        /* -webkit-line-clamp: 3; */
    }
    .about__image {
        padding-inline: 4.5rem;
    }
    .about__video .video-js {
        width: 430px;
        height: 250px;
    }
    .awards__content {
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
    }
    .awards__content .award {
        width: 200px;
    }
    .award.d-md-block .award__image img {
        width: 70%;
    }
    .activities__content h3 {
        display: none;
    }
    .activities__content .activitie {
        flex-direction: row-reverse;
        margin-top: 3rem;
        justify-content: space-evenly;
    }
    .activitie__image {
        width: 65%;
        display: flex;
        column-gap: 1rem;
        justify-content: space-between;
    }
    .activitie__image img {
        width: 48%;
        height: 216px;
        object-fit: cover;
    }
    .activitie__image img:nth-child(2) {
        display: block;
    }
    .activitie .activitie__info {
        width: 28%;
        margin-top: 0;
    }
    .activitie .activitie__info > p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 0;
        -webkit-box-orient: vertical;
        text-align: left;
    }
    .activitie__info a {
        display: none;
    }
    .activitie__info span {
        display: none;
    }
    .activitie .activitie__info p + a {
        text-transform: math-auto;
        margin-top: 1rem;
        text-decoration: none;
        color: rgba(0, 0, 0, .5);
        font-size: 1rem;
        font-weight: normal;
        align-self: flex-start;
    }
    .activitie .activitie__info i {
        font-size: .8rem;
    }
    .activities__content p {
        display: block;
    }
    .llagaden__content {
        justify-content: space-evenly;
    }
    .llagaden__content .article {
        width: 300px;
    }
    .llagaden__content .article__image {
        width: inherit;
        height: 250px;
    }
    .llagaden__content .article__info {
        height: 100px;
    }
    .llagaden__content .article__info a h3 {
        font-size: 1.6rem;
        width: 200px;
        text-transform: capitalize;
        margin: 0 auto;
    }
    .footer__content {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    .footer__content--one {
        width: 48%;
    }
    .footer__content--one p {
        font-size: 1rem;
    }
    .footer__content--one .btn.btn-suscribe {
        width: 80%;
        align-self: center;
    }
    .footer__content--one .links {
        display: block;
    }
    .links .links__content {
        display: flex;
        justify-content: space-between;
    }
    .links__content .link span {
        text-transform: uppercase;
    }
    .links__content .link ul {
        flex-direction: column;
        row-gap: 1rem;
    }
    .links__content .link ul li a {
        border: none;
        text-decoration: none;
        padding-left: 0;
    }
    .footer__content--two {
        width: 48%;
    }
    .footer__content--two div ul {
        padding-left: 0;
    }
    .footer__content--two div ul li a {
        font-size: 1rem;
    }
    .footer__content--two div p {
        font-size: 1rem;
    }
    .footer__content--two div span {
        font-size: 1rem;
    }
    .footer__content--two div .btn.btn-book {
        align-self: flex-start;
    }
    .footer__content--two .accordion {
        display: none;
    }
    .contact__content--information {
        flex-direction: row;
        justify-content: space-between;
    }
    .information__form {
        width: 48%;
    }
    .information__text {
        width: 48%;
    }
    .information__text--two div {
        row-gap: 2rem;
    }
    .information__text--two div article h4 {
        margin-bottom: 1rem;
    }
    .intern__title {
        display: block;
    }
    .intern__information--image {
        display: block;
    }
    .intern__information {
        display: flex;
        flex-direction: column-reverse;
    }
    .intern__information--text {
        margin-top: 2rem;
    }
    .internOne__content h2 {
        text-align: center;
    }
    .internOne__content p {
        text-align: center;
    }
    #myColumnsOneContent article {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
    .internTwo__content h2 {
        text-align: center;
    }
    #myColumnsTwoContent article {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
    .internThree__content .video-js {
        width: 430px;
        height: 250px;
    }
    .gallery__content--images {
        columns: 3;
    }
    .room .room__content {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .room article {
        width: 300px;
    }
    .service article {
        flex-direction: row-reverse;
        justify-content: space-around;
    }
    .service article:nth-child(even) {
        flex-direction: row;
    }
    .service .service__block--one {
        width: 300px;
    }
    .service .service__block--two {
        width: 300px;
    }
    .service .service__block--one .service__image {
        display: block;
    }
    .service .service__block--two .service__image {
        display: none;
    }    
}

@media (min-width: 1024px) {
    .navbar-collapse > div {
        display: none;
    }
    #bgHotel .navbar-brand {
        order: 1;
    }
    .navbar-collapse {
        order: 2;
        justify-content: space-evenly;
    }
    .navbar-collapse .nav-item {
        width: 120px;
        text-align: center;
    }
    .book {
        justify-content: center;
    }
    .navbar-nav .nav-item .nav-link, 
    .navbar-nav .nav-item .nav-link.active {
        text-transform: uppercase;
        font-size: .8rem;
    }
    .navbar-nav .nav-item .nav-link span {
        display: none;
    }
    .navbar-nav .nav-item .nav-link i {
        display: block;
        font-size: .9rem;
    }
    .about__video .video-js {
        width: 500px;
        height: 290px;
    }
    .about__content > a {
        display: none;
    }
    .comment {
        display: flex;
        justify-content: space-evenly;
    }
    .comment .comment__description {
        width: 70%;
    }
    .comment .comment__info {
        width: 25%;
        align-self: flex-end;
    }
    .llagaden__content .article {
        display: inherit;
        width: 490px;
    }
    .llagaden__content .article__image {
        width: 250px;
    }
    .llagaden__content .article__info {
        text-align: left;
    }
    .llagaden__content .article__info p {
        display: block;
        margin-top: 1rem;
    }
    .llagaden__content .article__info p + a {
        display: block;
    }
    .footer__content--one h3 {
        font-size: 1.4rem;
    }
    .footer__content--one p + div {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footer__content--one .btn.btn-suscribe {
        width: 55%;
    }
    .footer__content--one > div > ul {
        margin-top: 0;
    }
    .links__content .link {
        width: 110px;
    }
    .footer__content--two div h3 {
        font-size: 1.4rem;
    }
    .contact__content--title h1 {
        font-size: 2rem;
    }
    .intern__information {
        flex-direction: column;
    }
    .intern__information--text {
        margin-bottom: 2rem;
    }
    .intern__information--image {
        padding-inline: 10rem;
    }
    .intern__columns ul, .intern__columns .tab-content {
        display: none;
    }
    .intern__columns--content {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 2rem;        
    }
    .intern__columns--content .column {
        width: 300px;
    }
    .intern__columns--content .column .column__image {
        width: inherit;
        height: 250px;
    }
    .intern__columns--content .column .column__image img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }
    .intern__columns--content .column .column__text h2 {
        margin-top: 1rem;
        font-size: 1.5rem;
        text-align: left;
    }
    .intern__columns--content .column .column__text p {
        text-align: left;
    }
    .internThree__content .video-js {
        width: 500px;
        height: 290px;
    }    
    .gallery__content--images {
        columns: 4;
    }
    .room .room__content {
        justify-content: center;
        column-gap: 2rem;
    }
    .room article {
        width: 380px;
    }
    .service article {
        flex-direction: row;
        justify-content: center;
        column-gap: 3rem;
    }
    .service article:nth-child(even) {
        flex-direction: row-reverse;
    }
    .service .service__block--one {
        width: 350px;
    }
    .service .service__block--two {
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-link.active {
        font-weight: 600;
    }
    .navbar-collapse .nav-item {
        width: 150px;
    }
    .about__video .video-js {
        width: 600px;
        height: 350px;
    }
    .activitie__image img {
        height: 300px;
    }
    .footer__content {
        justify-content: space-evenly;
    }
    .footer__content--one {
        width: 450px;
    }
    .footer__content--one .btn.btn-suscribe {
        width: 250px;
    }
    .footer__content--two {
        width: 450px;
    }
    .comment {
        margin-block: 6rem;
    }
    .comment__description p {
        margin: 0;
        padding-block: 3rem;
        border-top: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;
        font-size: 2rem;
    }
    .intern__content {
        padding-inline: 0;
    }
    .internOne__content {
        padding-inline: 0;
    }
    .internTwo__content {
        padding-inline: 0;
    }
    .internFour .questions__content {
        padding-inline: 0;
    }
    .intern__columns--content .column {
        width: 350px;
    }
    .intern__information {
        flex-direction: row;
        justify-content: space-around;
    }
    .intern__information--text {
        margin: 0;
        width: 35%;
    }
    .intern__information--image {
        padding: 0;
        width: 60%;
    }
    .internThree__content .video-js {
        width: 600px;
        height: 350px;
    }
    .caption__text h1 {
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .caption__text h2 {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 3px;
    }
    .caption__text h3 {
        font-size: 1.1rem;
    }
    .carousel-caption p {
        font-size: 1.5rem;
    }
    .carousel-caption h5 {
        font-size: 1.2rem;
        width: 130px;
    }
    .service {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: baseline;
    }
    .service article {
        flex-direction: column;
    }
    .service article:nth-child(even) {
        flex-direction: column;
    }
    .service .service__block--one {
        width: 300px;
    }
    .service .service__block--two {
        width: 300px;
    }
}

@media (min-width: 1440px) {
    .gallery__content--images {
        columns: 5;
    }
}