* {
    padding: 0;
    margin:0;
    box-sizing: border-box;
    text-decoration: none;
}
header {
    padding: 20px 0px;
}
a {
    text-decoration: none;
}
nav {
    margin: 0 auto;
}

nav label {
    display: block;
    margin: 0 auto;
}

.letter {letter-spacing: 15px;}

nav ul {
    list-style: none;
}
.menu-button {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 8px 0;
    cursor: pointer;
}


.menu-button:hover{
    background-color: rgb(0, 0, 0);
    width: 50px;
    margin: 0 auto;
}


.menu-button div {
    width: 30px;
    height: 4px;
    background-color: #02d6db;
    border-radius: 10px;

}

.menu-toggle {
    display: none;
}

.active {
    background-color: black;
}

.toggle {
    text-align: center;
    background-color: aqua;
    color: #fff;
    display:none;
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.menu-toggle:checked + .toggle {
    display: block;
}

nav ul {
    padding-left: 0px;
}

.toggle a{
    padding: 20px 20px;
    line-height: 20px;
    font-size: 28px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.toggle li {
    padding: 10px;
}
.toggle li:hover {
    background-color: #ff57b1;
}

/*------- sub header ------*/

.sub-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

 .cotizador a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 40px 15px 40px;
    color:#fff;
    transition: 1s;
}

.cotizador a:hover {
background-color: #ac44f6;
}

.redes a{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000000;
    border-radius: 50px;
    padding: 17px 22px;
    color:#fff;
}

/*----- descripcion ------*/

.description-nixon p, .alojamiento p,.transporte p, .actividades p, .servicios p{

    font-family: "ABeeZee", Sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-transform: none;
    font-style: normal;
    line-height: 1.8em;
    color: #7a7a7a;
    text-align: center;


}


.partners p {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4.7px;
}

.bold {
    font-weight: 500!important;

}

.box-ofertas {
    border: 1px solid #ddd;
    text-align: center;
    margin-top: 2em;
    padding:50px 0px;
}
.box-ofertas p{
    font-weight: bold;
    margin-bottom: 0px;
}
.box-ofertas small {
    font-weight: lighter;
    letter-spacing: 4.7px;
}

.informacion {
    line-height: 26px;
    color:#ffffff;
    background-color:#000;
    padding: 70px 0px;
    text-align: center;
}

/*----- BARILOCHE ----------*/
.grey {
    text-align: center;
        letter-spacing: 8.1px;
        color:#7a7a7a;
        font-weight: 300;
}

.lista-actividades p {
    text-align: center;
    font-weight: 300;
    color:#7a7a7a;
    font-size: 14px;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}