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

/*Especiales*/

@font-face {
    font-family: generica;
    src: url(/assets/Fonts/Langar-Regular.ttf);
}

@media (max-width: 2000px) {
    


/*google font*/
.argentravel {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    cursor: default;

    &:hover {
        color: #55b272;
      }
  }

  .fonts {
    font-family: generica;
    font-size: 3rem;
  }

  .fonts:hover {
    color: red;
  }
  

 /* scrollbar */

    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: rgb(23, 23, 23);
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #d3d3d3b2;
        border-radius: 5px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FFB300;
    }

 /* header */

 .logo-header {
    width: 50px;
    height: 50px;
    margin: 5px 15px 5px 10px;
}

.nav-link:hover {
color: #55b272;
font-size: 18px;
}

.boton-api {
    background-color: #ca1b0f;
    border-radius: 50%;
    margin-right: 10px;
    color: rgb(0, 0, 0) !important;
    font-weight: 500;
}



/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
    border-radius: 50%;
    font-size:20px;
    color: rgb(0, 0, 0);
    cursor:pointer;
    position:fixed;
    bottom:10px;
    right:10px;

  }

/*Carrousel*/

.carousel-inner img {
    width: 100%;
    height: 540px;
    /* margin-top: 50px; */
}

.span-title {
    background-color: rgb(43, 48, 53);
    border-radius: 20px;
    padding: 8px;
    color: white;
    display: inline-block;  
}

/*Viajes*/

.remove {
    display: none;
}

.hide {
    display: none;
}
.show {
    display: block;
    z-index: 1000;
    text-align: center;
}


.mi_carrito {
    font-size: 30px;
    color: black;
    margin-left: 20px;
}

.mi_carrito:hover {
    color: red;
}

.card-img {
    width: 330px;
    position: absolute;
    height: 250px;
    top: 10px;
    left: 10px;
    right: 10px;
}

.card-title {
    position: absolute;
    top: 275px;
    left: 10px;
    right: 10px;
}

.card-text {
    width: 330px;
    position: absolute;
    top: 310px;
    left: 10px;
    right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-price {
    width: 150px;
    position: absolute;
    height: 40px;
    top: 360px;
    left: 100px;
    font-weight: bold;
    
}

.boton-reserva {
    width: 150px;
    position: absolute;
    height: 40px;
    top: 450px;
    left: 100px;
    
}

.boton-mas {
    width: 150px;
    position: absolute;
    height: 40px;
    top: 400px;
    left: 100px;
    
}


.card {
    height: 500px;
    margin-bottom: 3rem;
}

/*Preguntas Frecuentes*/

  .preguntas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
  } 


.title {
    color: rgb(23,158,164);
}

.parrafo {
    text-align: justify;
}


    /* Footer */

    footer div a {
        text-decoration: none;
        color: black;
    }

    footer div a:hover {
        text-decoration: underline;
    }

    footer div i {
        margin-right: 5px;
    }

    .modal-content {
        width: 640px;
        height: 450px;
    }

    .ubicacion:hover {
        color: red;
    }

    .img-ubicacion {
        width: 100%;
        height: 350px;
    }

    .fa-brands {
        margin-right: 10px;
    }

     /* Carrito */
    
    
     .carrito {
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
    }
    
    .table__productos {
        display: flex;
    }
    
    .table__productos>img {
        width: 250px;
        height: 200px;
        border-radius: 6px;
        margin-right: 20px;
    }
    
    .table__cantidad>input {
        width: 40px;
        border: none;
        outline: 0;
        font-size: 16px;
        font-weight: 700;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    .hide,
    .remove {
        display: none;
    }
    
    .hidden {
        display: none;
    }
    
    .carrito-productos {
    
        width: 90%;
        margin: 0 auto;
        text-align: center;
        background-color: #FFB300;
        border-radius: 50px;
        padding: 3px 0;
        font-size: 1.5rem;
        font-weight: 600;
    }
  
}

/*Estilos*/

@media (max-width: 576px) {

    .carousel-inner img {
        width: 100%;
        height: 300px;
        /* margin-top: 50px; */
    }

    .preguntas {
        display: grid;
        grid-template-columns: 1fr;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        align-items:start;
        grid-row-gap: 0px;
        
    }

    .modal-content {
        width: 100%;
        height: 450px;
    }

    /* Carrito */


    .mi_carrito {
        font-size: 25px;
    }

    .nav-pills {
        margin-bottom: 15px;
    }

    .carrito {
        max-width: 1000px;
        margin: 0 auto;
        width: 100%;
    }

    .table__productos {
        display: flex;
    }

    .table__productos>img {
        width: 150px;
        height: 200px;
        border-radius: 6px;
        margin-right: 20px;
    }

    .table__cantidad>input {
        width: 40px;
        border: none;
        outline: 0;
        font-size: 16px;
        font-weight: 700;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .hide,
    .remove {
        display: none;
    }

    .hidden {
        display: none;
    }

    .carrito-productos {

        width: 90%;
        margin: 0 auto;
        text-align: center;
        background-color: #FFB300;
        border-radius: 50px;
        padding: 3px 0;
        font-size: 1rem;
        font-weight: 600;
    }
    
    .carrito-vacio{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .boton-api {
        background-color: #ca1b0f;
        border-radius: 5%;
        padding: 0px 10px;
        color: rgb(0, 0, 0) !important;
     
    }

    .navbar-toggler:focus {
        border: 0 !important;
        box-shadow: none !important;
    }
    
    .navbar-toggler {
        border: 0 !important;
    }

    .fonts:hover {
       color: initial;
      }

  
}