.parallaxReserva {
    /* The image used */
    background-image: url("../images/reservar/home1.jpeg");

    /* Set a specific height */
    height: 250px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 30%;*/
}

.parallaxNosotrosViafin{
    background-image: url("../images/nosostros-min.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxDestinoB{
    background-image: url("../images/destinos/bariloche/barilocheBanner-min.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxDestinoR{
    background-image: url("../images/destinos/camboriu/camboriu-min.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxDestinoC{
    background-image: url("../images/destinos/cuba/cuba-min.jpg");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}


.fuenteReservar {
    margin-top: 10%;
    font-size: 6em;
    font-family: 'Ostrich Sans';
    font-weight: bold;
}

.fuenteRoboto {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

/* inputtttt reservar */

.imgcheck{
    position:relative;
    display: inline-block;
}
.imgcheck input[type="radio"]{
    display:none;
}
.imgcheck input[type="radio"] + label{
    cursor:pointer;
}
/*input[type="checkbox"]:checked + label img{
    border:solid 4px #0080FF;
    background:#000;
}*/

.imgcheck input[type="radio"]:checked + label{
    background:#0080FF;
}
.imgcheck input[type="radio"]:checked + label:before{
    position:absolute;
    content:'';
    top:25%;
    left:33%;
    width:50%;
    height:50%;
    background:url("../images/reservar/check.png");
    background-repeat:no-repeat;
    background-size: 70% 100%;
    opacity:0.8;
}

.fondoCrema{
    background-color: rgba(218, 217, 216, 0.808);
}

.bordeRedondo {
    border-radius: 8%;
}

.mayusculaPrimer {
    text-transform: capitalize;
}