:root {
    --colorprincipal: #f6e168;
    --colorsecundario: #f37a35;
    --blanco: #fff;
    --negro: #000;
    --gris: #262626;
    --grisclaro: #e5e5e5;
    --verde: #40C351;
    --verdeOscuro: #339c41;

    --fuenteprincipal: 'Montserrat', sans-serif;
}


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


html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: var(--fuenteprincipal);
    font-size: 1.6rem;
    background-color: #d3cece;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0 0 5rem 0;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 3rem;
}
.contenedor {
    max-width: 1300px;
}
.boton-contacto{
    display: inline-block;
}
.boton-estilos{
    display: flex;
    color: var(--blanco);
    background-color: var(--verde);
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1rem;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}
.boton-texto{
    margin: 0;
}
.logo-wsp{
    width: 35px;
    margin-left: 1rem;
}
.boton-estilos:hover{
    background-color:var(--verdeOscuro);
}

:root {
    --negro: #000000;
    --blanco: #ffffff;
}

/* --------------------------HEADER-------------------------------- */

.header{
    background-color: var(--negro);
}
.contenido-header{
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
}

.titulo-web{
    color: var(--blanco);
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: bold;
    transition: all .2s ease-in;
}
.titulo-web:hover{
    color: var(--colorprincipal);
}

.barra{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.barra a {
    color: #ffffff;
    text-decoration: none;
    font-size: 3rem;
    font-weight: 700;
    transition: color 0.3s ease;
    margin: 0.5rem;
}

.barra a:hover {
    color: var(--colorprincipal);
}

@media (max-width: 768px) {
    .barra {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}

/*-----------------CONTENIDO-----------------------*/
.portada{
    background-image: url(../img/FDS-Portada2.jpg);
    background-repeat: norepeat;
    background-size: cover;
    background-position: center;
    height: 60rem;
    position: relative;
    margin-bottom: -1px;
}

.portada::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23000000' fill-opacity='1' d='M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.portada-contenido{
    position: absolute;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.portada-elementos{
    max-width: 100%;
    display: flex;
    align-items: center;
}
.logo{
    max-width: 300px;
    max-height: 300px;
}
.texto-main{
    text-align: center;
    text-transform: uppercase;
    color: var(--blanco);
    margin: 0;
}

/* -----------------INFO-------------------  */ 


.infoNosotros {
    background-color: var(--negro);
    padding: 4rem 0;
    text-align: center;
}

.infoQuienes {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.infoQuienes h3 {
    color: var(--blanco);
    margin-bottom: 2rem;
}

.infoQuienes p {
    color: var(--blanco);
    line-height: 1.5;
    margin-bottom: 3rem;
}

.boton{
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:25px;
    color: var(--colorsecundario);
    border: 1px solid var(--colorsecundario);
    padding: 10px 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}
.boton:hover{
    background-color: var(--colorsecundario);
    transform: scale(1.1);
    color:var(--blanco);
}
.svg3{
    margin-top: -50px;
}

/*---------------------TOURS--------------------*/

.NuestroTours {
    text-align: center;
    margin-top: 8rem;
    text-shadow: 2px 2px 2px var(--gris);
    font-size: 5rem;
}


body {
    background-color: #eeeeea;
}

.wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card {
    width: 60px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
    
}

.card > .row {
    color: var(--blanco);
    display: flex;
    flex-wrap: nowrap;
}



.card > .row > .icon {
    background: #f37a35;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-size: 1.4rem;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    color: var(--blanco);
    padding-top: 5px;
    text-shadow: 2px 2px 2px var(--negro);
    font-size: 1.3rem;
}

.description h4 {
    text-transform: uppercase;
    text-shadow: 2px 2px 2px var(--negro);
    font-size: 1.6rem;
}

input {
    display: none;
}

input:checked + label {
    width: 500px;
}

input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.card[for="c1"] {
    background-image: url('../img/ALTA\ MONTAÑA.jpg');
}
.card[for="c2"] {
    background-image: url('../img/CATARATAS.jpg');
}
.card[for="c3"] {
    background-image: url('../img/CHILE.jpg');
}
.card[for="c4"] {
    background-image: url('../img/DIFUNTA\ CORREA.jpeg');
}

.card[for="c5"] {
    background-image: url('../img/MAR\ DE\ PLATA.jpg');
}

.card[for="c6"] {
    background-image: url('../img/MERLO\ SAN\ LUIS.jpg');
}

.card[for="c7"] {
    background-image: url('../img/RAFTING\ VALLE\ GRANDE.jpg');
}

.card[for="c8"] {
    background-image: url('../img/TERMAS\ DE\ CACHEUTA.jpg');
}

.card[for="c9"] {
    background-image: url('../img/TIROLESA.jpg');
}





