* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-orange:  #E07E17;  
    --color-grey:#eee;
    --color-text: #ffffff;
}

body {
    font-family: 'Poppins';
    font-size: 16px;
}

::selection {
    background-color: var(--color-orange);
    color: white;
}

span {
    color: var(--color-orange);
}

/* Header */
.header {
    display: none;
    margin-bottom: 30px;
}

.main__title {
    background-color: #FF9C33;
    text-align: center;
    color: #ffff;
    font-weight: bold;
}

.carousel {
    display: none;
}

/* NavMobile */
.header__nav-link {
    text-decoration: none !important;
    color: white;
}

.login__link {
    margin-bottom: 15px;
    margin-top: 15px;
}

.header__nav-link:hover {
    color: #E07E17;
}

.link {
    text-decoration: none !important;
    background: var(--color-orange);
    color: white;
    padding:5px;
    border-radius: 10%;
}

.link:hover {
    color: #E07E17;
}

.container__carrousel {
    margin-top: 76px;
}

/* Cards */
.cards {
    margin: 13.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    border-color: white !important;
}

.card:hover {
    transform: scale(1.05);
}

.card-body {
    width: 283.5px;
    height: 324px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
}
  
.container__img {
    position: absolute;
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.37) 0%, rgba(51, 51, 51, 0.356) 100%);
    float: left;
    width: 253px;
    height: 270px;
}
  
.card-img-top {
    height: 270px;
}
  
.card-title {
    position: absolute;
    left: 30px;
    top: 140px;
    font-size: 2.03rem;
    color: white;
}
  
.card-text {
    position: absolute;
    left: 30px;
    top: 180px;
    margin-right: 30px;
    font-size: 0.84rem;
    color: white;
}

.button {
    position: absolute;
    left: 30px;
    top: 245px;
    font-size: 0.78rem;
    padding: 0.18em 1.26em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    background: var(--color-orange);
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    text-align: center;
}

.button:hover {
    transform: scale(1.05);
    color: white;
}

.card__bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 31.5px;
}
  
.card__location {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 45%;
    font-size: 10px;
}
  
.card__comments {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 55%;
    font-size: 10px;
}
  
.card__bottom-text {
    margin-top: 11px;
    font-weight: bold;
}
  
.bi-geo-alt-fill {
    color: var(--color-orange);
    font-size: 1.35rem;
}
  
.bi-chat-heart-fill{
    color: var(--color-orange);
    font-size: 1.35rem;
    padding-right: 2.7px;
}

.mobile {
    display: flex;
    flex-direction: column;
}

/* Paginacion */
.pagination {
    margin: 25px 0;
    justify-content: center;
}

.page-link {
    background-color: var(--color-orange) !important;
}

.page-link:hover {
    background-color: var(--color-orange) !important;
    transform: scale(1.15);
}

.page-link:focus {
    background-color: var(--color-orange)  !important;
    box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.15);
}

/*Form */
.form__articulos {
    padding: 10px;
    background-color:var(--color-grey);
}

.container__form-lg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form__tittle {
    width: 60%;
    font-size: 22px;
    color: black !important;
}

.form__text {
    font-size: 15px;
    margin: 10px 0;
    width: 70%;
}

.container__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color:var(--color-grey);
    text-align: center;
}

.form__input {
    padding: 10px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--color-orange);
    color: var(--color-grey);
}

.form__input::placeholder {
    color: white;
    outline: none !important;
    border: 0!important;
}

.form__input:active {
    color: white;
    outline: none !important;
    border: 0!important;
}

.form__input:hover {
    color: white;
    outline: none !important;
    border: 0!important;
}

.form__input:focus {
    color: white;
    outline: none !important;
    border: 0!important;
}

.form__button {
    margin-left: -50px;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--color-orange);
    border: var(--color-orange);
    color: white;
}

/* Sponsor */
.add__tittle {
  display: none;
}

/* Boton Random */
.container__js {
    padding: 5px 35px;
}

.button__tittle {
    margin-top: 30px;
    padding: 0 25px;
    margin-bottom: 10px;
    text-align: center;
}

span {
    color: var(--color-orange);
}

.button__text {
    font-size: 16x;
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: center;
}

.container__button {
    text-align: center;
    margin-bottom: 25px;
}

.button__random {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 7px 25px;
    border-radius: 10px;
    background-color: var(--color-orange);
    border: var(--color-orange);
    color: white;
}

.container__button:hover {
    transform: scale(1.15);
}

.button__random-text {
    font-size: 16px;
    color: var(--color-orange);
    font-weight: bold;
}

/* gallery */
.gallery {
    position: absolute;
    z-index: 20;
}

.container__gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    background-image: url(../img/ig.png);
} 

.link__gallery {
    z-index: 30;
    position: relative;
    font-size: 10px;
    padding: 0.18em 1.26em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    background: var(--color-orange);
    border-radius: 10px;
    text-align: center;
}

.link__gallery:hover {
    transform: scale(1.05);
    color: white;
}

/* Footer */
.footer__img {
    height: 125px;
}

.footer {
    background-color: #E07E17;
}

.footer__container {
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-around;
    align-items: center;
}

.footer__redes {
    display: none;
}

.footer__icon {
    color: var(--color-text);
    cursor: pointer;
    font-size: 30px;
    margin: 0 10px;
}

.footer__container-contact {
    text-align: center;
}

.footer__contact {
    color: var(--color-text);
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
}

.footer__creation {
    width: 100%;
    text-align: left;
}

.footer__cocoders {
    display: none;
}

.footer__container-newsletter {
    display: none;
}



@media (min-width: 470px) {
/* Cards */
.card:hover {
    transform: scale(1.15);
}

.card-body {
    width: 315px;
    height: 360px;
  }
  
.container__img {
    width: 282px;
    height: 300px;
}
  
.card-img-top {
    height: 300px;
}
  
.card-title {
    top: 155px;
    font-size: 2.25rem;
}
  
.card-text {
    top: 200px;
    font-size: 0.85rem;
}

.button {
    top: 270px;
    font-size: 0.9rem;
    padding: 0.20em 1.4em;
}

.card__location {
    font-size: 11px;
}
  
.card__comments {
    font-size: 11px;
}
  
  
.bi-geo-alt-fill {
    font-size: 1.5rem;
}
  
.bi-chat-heart-fill{
    font-size: 1.5rem;
    padding-right: 2.8px;
}

/* Form */
.form {
    width: 100%;
}

.form__input {
    width: 130px;
}

.form__button {
    margin-left: -20px;
}   
 
/* Boton Random */
.container__js {
    padding: 0px 35px;
}

.button__tittle {
    margin-top: 40px;
    padding: 0 100px;
}    
.button__text {
    padding: 0 90px;
}
}


@media (min-width: 768px) {
/* Cards */
.cards {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card {
    margin: 15px 15px;
}

/*Form */
.container__form {
    padding: 60px 0;
}


.form__input {
    width: 300px;
}

/* Sponsors */
.add__tittle {
    display: block;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 40px;
    text-align: center;
}
.add__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.add__container-airbnb {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/airbnb.png);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-hilton {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/hilton.png);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-hilton--black {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/hilton-black.jpg);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-aa {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/aa.png);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-montagne {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/montagne.png);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-jeep {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/jeep.png);
    background-size: 70%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
}

.add__container-booking {
    height: 250px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    background-image: url(../img/add/booking.png);
    background-size: 60%;
    background-repeat:no-repeat;
    background-position: center;
    margin: 30px;
    margin-bottom: 25px;
}
.container__js { 
    padding: 25px 0;
    background: var(--color-grey);
}

/* gallery */
.container__gallery {
    height: 150px;
}

.link__gallery {
        font-size: 16px;
}

/* Footer */
.footer__container {
    flex-direction: row;
    align-items: center;
}

.footer__container-redes {
    width: 30%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    flex-direction: column;
}

.footer__container-logo {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__redes {
    display: flex;
    color: var(--color-text);
    font-weight: bold;
    font-size: 26px;
}

.footer__container-icon {
    display: flex;
    flex-direction: row;
}

.footer__icon {
    font-size: 35px;
}

.footer__contact {
    font-size: 26px;
}

.footer__container-contact {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__container-newsletter {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.footer__label {
    color: var(--color-text);
    font-weight: bold;
    font-size: 14px;
}

.footer__input {
    background-color: var(--color-text);
    color: var(--color-text);
    margin-bottom: 10px;
    outline: none;
    border: 0;
    margin-top: 5px;
}

::placeholder {
    padding-left: 7px;
    color: #E07E17;
    font-weight: bold;
}

.footer__input:focus {
    background-color: #E07E17;
    color: var(--color-text);
    border: 2px solid;
    font-weight: bold;
}

.footer__cocoders {
    position: absolute;
    margin-top: 175px;
    margin-left: -40px;
}

.footer__button {
    background-color: #E07E17;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 2px solid;
}

.footer__button:hover {
    background-color: rgb(255, 255, 255);
    color: #E07E17;
}
}


@media (min-width: 960px) {
.nav__mobile {
  display: none;
  margin-top: 0px;
}
/* Header */
.header__logo {
    height: 70px;
}
    
.header__nav {
    display: flex;
    width: 100%;
    margin-top: 0px;
}

.header__nav-link {
    display: flex;
    margin-left: 5px;
    text-align: center;
    padding: 20px;
    color: #ffff;
    text-decoration: none;
    font-size: 16px;
}

.header__nav-link:hover {
    color: #FF9C33;
}

.home {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-grow: 1;
    
}
.contac {
    display: flex;
    justify-content: end;
    padding: 20px;
    font-size: 22px;
}

.link {
    text-decoration: none;
    color: #ffff;
    background-color: #FF9C33;
    padding: 5px 20px;
    margin-left: 20px;
    border-radius: 7px;
    font-size: 16px;
    display: flex;
    
}

.link:hover {
    color: #cdcdcdcd;
}

.main__img {
    height: 470px;
    width: 100%;
}

.header {
    z-index: 10;
    display: flex;
    justify-content: space-around;
    background: rgba(85, 84, 84, 0.3);
    height: 70px;
    width: 100%;
    position: fixed;
    scroll-behavior: smooth;
}

.main__title {
    background-color: #FF9C33;
    text-align: center;
    color: #ffff;
    font-weight: bold;
    margin-top: -30px;
    font-size: 30px;
    padding: 10px;
}

.login__link, 
.sub__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* Slide */
.carousel {
    margin-bottom: 30px;
}

.img-1 {
    object-fit: none !important;
    object-position: 0 -664px;
}

.img-2 {
    object-position: 0 -146px;
}

.img-3 {
    object-position: 0 -40px;
}

.img-4 {
    object-position: 0 -143px;
}

.img-5 {
    object-position: 0 -45px;
}

.img-6 {
    object-position: 0 -4px;
}

.img-7 {
    object-position: 0 -33px;
}

.img-8 {
    object-position: 0 -153px;
}

.carousel-inner {
    height: 500px !important;
}

.cards {
    margin: 0 333px;
}

/* Lista */
.container__list {
    font-size: 20px;
}    

/* Form */
.container__form {
    flex-direction: row;
}

.container__form-lg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
}

.form__tittle {
    padding: 0 15px;
    font-size: 30px;
    margin-bottom: 5px;
}

.form__text {
    font-size: 18px;
    margin: 0px;
    width: 70%;
}

.form__input {
    width: 270px;
}

/* Boton Random */
.button__tittle {
    font-size: 30px;
}

.button__text {
    font-size: 18px;
}

.button__random {
    font-size: 22px;
}

.button__random-text {
    font-size: 18px;
}

/* gallery */
.container__gallery {
    height: 200px;
}

.link__gallery {
    font-size: 22px;
}

/* Footer */
.footer__cocoders {
    margin-left: -70px;
}

}

@media (min-width: 992px) {
    .container__carrousel {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {
 /* Slide */
 .carousel {
    margin-bottom: 30px;
}

.img-1 {
    object-fit: none !important;
    object-position: 0 -500px;
}

.img-2 {
    object-position: 0 -230px;
}

.img-3 {
    object-position: 0 -133px;
}

.img-4 {
    object-position: 0 -285px;
}

.img-5 {
    object-position: 0 -184px;
}

.img-6 {
    object-position: 0 -4px;
}

.img-7 {
    object-position: 0 -180px;
}

.img-8 {
    object-position: 0 -373px;
}
.carousel-inner {
    height: 500px !important;
}    
/* Cards */
.cards {
    justify-content: space-around;
    margin: 0 6px;
}

.container__list {
    font-size: 26px;
}    

.container__form-lg {
    flex-direction: row; 
    flex-wrap: nowrap; 
    width: 65%;
}

/* Form */
.form {
    width: 35%;
}

.container__form-lg {
    margin-right: 30px;
    margin-left: -40px;

}

.form__tittle {
    padding-left: 20px;
    padding-right: 25px;
}

.form__text {
    font-size: 24px;
    padding-left: 25px;
}

.form__input {
    width: 215px;
}

.button__tittle {
    font-size: 36px;
}
.button__text {
    font-size: 30px;
}

.button__random {
    font-size: 30px;
}

.button__random-text {
    font-size: 26px;
}

/* gallery */
.container__gallery {
    height: 250px;
}

.link__gallery {
    font-size: 24px;
}

/* Footer */
.footer__cocoders {
    margin-left: -90px;
}
}

/*Main*/
h3 {
    color: #FF9C33;
}

.article,
.form,
.comments {
    font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: bold;
}

.main__container-title {
    background-color: #FF9C33;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

.main__title {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.article,
.form,
.comments,
.carrousel {
    background-color: #ffffff;
}

.article__title,
.article__container-description {
    padding: 0 50px;
}

.article_destino {
    padding-top: 20px;
    font-weight: bold;
}

.article__container-img {
    height: 50%;
    display: flex;
    justify-content: center;
}

.article__container-description {
    font-size: 15px;
}

.article__img {
    border: 2px solid grey;
    margin: 30px 0;
    width: 70%;
}

.section__container-form {
    background-color: #FF9C33;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 25px 50px;
    margin: 15px 25px;
}

.section__form__title {
    color: #ffff;
    font-weight: bold;
}


.form-control {
    font-weight: bold !important;   
}

.form-control:focus {
    background-color: #FF9C33 !important;
    color: #fff !important;
}

.form-control::placeholder {
    color: #FF9C33 !important;
}


.form_btn {
    background-color: #FF9C33;
    border: 2px solid #ffff;
    font-size: 19px;
    color: #ffff;
    padding: 5px 0;
    border-radius: 10px;
    font-weight: bold;
}

.form {
    padding: 10px;
}

.form_btn:hover {
    background-color: #fff !important;
    color: #FF9C33;
}

.carrousel {
    display: flex;
    justify-content: center;

}

.carrousel__container {
    width: 50%;
}

.carrousel__options {
    text-align: center;
    padding-top: 25px;
}

.carrousel__img {
    width: 100%;
    height: 100%;
}


@media (min-width: 768px) {
    .section__comment__user {
        width: 160px;
    }

    .main__title {
        font-size: 50px;
        font-weight: bold;
    }
}