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

body {
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: center;
}

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

/*************************************************************************************INDEX*/
/*************************************************HEADER*/
header {
    width: 100%;
    height: 15vh;
    display: flex;
    flex-direction: column;
}

.title {
    width: 100%;
    height: 50%;
    align-content: center;
}

ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    justify-content: space-evenly;
}

.title ul {
    justify-content: space-around;
}

.title ul li img {
    width: 220px;
}

.wsp {
    border: 1px solid;
    border-radius: 20px;
    padding: 10px;
    color: rgb(47, 205, 55);
    background-color: rgba(255, 255, 255, 0.623);
}

.wsp:hover {
    color: rgba(255, 255, 255, 0.711);
    background-color: rgb(47, 205, 55);
}

.contact_wsp {
    color: rgb(47, 205, 55);
}

nav {
    height: 50%;
    align-content: center;
}

.bi-card-list {
    display: none;
    font-size: 50px;
    margin-top: 10px;
    justify-self: center;
}

.menu,
.menu2 {
    display: flex;
    flex-direction: column;
}

.menu2 {
    display: none;
}

.nav_menu {
    display: flex;
}

.nav_menu_list:hover {
    animation: ani 2s;
}
.wsp_menu2{
    display:none;
    border: 1px solid;
    border-radius: 20px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.626);
    color: rgb(47, 205, 55);
}
.wsp_menu2:hover {
    color: rgb(47, 205, 55);
    background-color: rgba(255, 255, 255, 0.668);
}

@keyframes ani {
    0% {
        padding: 0px;
    }

    10% {
        border: 1px solid black;
        border-radius: 20px;
        padding: 10px;
    }

    100% {
        border: 1px solid black;
        border-radius: 20px;
        padding: 10px;
    }
}

@media (max-width: 830px) {
    .menu {
        display: none;
    }

    .menu2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .nav_menu {
        display: none;
        flex-direction: column;
        position: relative;
        background-color: rgb(221, 221, 221);
    }

    #nav_menu2 {
        width: 100%;
        text-align: center;
    }

    .menu_op {
        display: flex;
    }

    .menu_cl {
        text-shadow: 5px 5px 5px black;
    }

    .nav_menu_list2 {
        padding: 10px;
    }

    .nav_menu_list2:hover {
        animation: none;
        text-decoration: underline;
    }

    ul hr {
        width: 80%;
    }
}

@media (min-width: 830px) {
    #menu2 {
        display: none;
    }

    #menu {
        display: flex;
    }
}

@media (max-width: 600px) {
    header {
        height: 20vh;
    }

    .title {
        display: flex;
        justify-content: center;
    }

    .wsp {
        display: none; 
    }
    .wsp_menu2{
        display:flex;
        margin-top: 15px;   
        font-size: 20px;
    }

    .menu2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }
    .close_i{
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .section_gal {
        height: 80vh;
    }

    .who_cont,
    .price_cont {
        overflow: hidden;
        height: 100%;
    }

    .who,
    .price {
        padding: 0px 0px;
        overflow-y: auto;
    }
}

/*************************************************BODY*/
section {
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

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

.galeria {
    width: 100%;
    height: 100%;
    background-image: url(../img/transfer.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    animation: gal 40s infinite;
}

@keyframes gal {
    0% {
        background-image: url(../img/transfer.jpg);
    }

    20% {
        background-image: url(../img/transporte.jpg);
    }

    40% {
        background-image: url(../img/traslado.jpg);
    }

    60% {
        background-image: url(../img/viaje.jpg);
    }

    80% {
        background-image: url(../img/matrimonio.jpg);
    }

    100% {
        background-image: url(../img/transfer.jpg);
    }
}

.organiza_viaje {
    background-color: rgba(255, 255, 255, 0.712);
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 100px;
    padding: 10px 40px;
    margin: 20px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0);
    border: 2px solid black;
}

.who_cont,
.price_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.who,
.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    padding: 50px 0;
}

.price hr {
    width: 50%;
}

h2 {
    text-decoration: underline;
}

.who_cont img {
    width: 100%;
}
.contacto_btn{
    border: 2px solid black;
    border-radius: 20px;
    padding: 5px;
    text-decoration: none;
    box-shadow: 5px 5px 5px black;
}

@media (max-width: 600px) {
    .who_cont,
    .price_cont {
        overflow: hidden;
        height: 100%;
    }

    .who,
    .price {
        justify-content: start;
        overflow-y:auto;
        padding: 20px 0;
    }
}

/*************************************************MODAL*/
.modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.386);
    display: none;
    justify-content: center;
    justify-items: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    overflow: auto;
}

.modal_cont {
    width: 80%;
    background-color: white;
    border: 2px black double;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.modal_cont h2 {
    text-align: center;
}

.close {
    font-size: 30px;
}

/*************************************************FOOTER*/
footer {
    background-color: rgb(21, 21, 21);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

p {
    margin: 10px 0;
    font-weight: 600;
}

.insta,
.contact_insta {
    color: rgb(231, 98, 68);
}

/*************************************************************************************CONTACTO*/
.contact_section {
    background-image: url(../img/contact3.jpg);
    background-position: center;
    background-size: cover;
}

.form_cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.329);
}

.form_cont h2 {
    margin: 20px 0;
}

.contact_ico {
    border: 1px solid;
    border-radius: 20px;
    padding: 10px;
    margin: 0 10px;
    background-color: rgba(60, 60, 60, 0.352);
}

.contact_wsp:hover {
    color: white;
    background-color: rgb(47, 205, 55);
}

.contact_insta:hover {
    color: white;
    background-color: rgb(231, 98, 68);
    ;
}

form {
    display: flex;
    flex-direction: column;
    width: 300px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.812);
}

form textarea {
    height: 100px;
}