html * {
    font-family: 'Roboto Slab', sans-serif;
}

.fuente {
    font-family: 'Roboto Slab', sans-serif !important;
}

.videoDiv {
    width: 100%;
    height: 600px;
    position: relative;
}

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

.videoMessage {
    padding: 0.2em;
    margin: 0;
    color: white;
    font-size: 3em;
    margin-top: -10%;
    color: #ffffff;
    text-align: center;
}

.textDestino {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 100px;
}

.textDetalle {
    position: absolute;
    margin-top: 30%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 100px;
}

.fuenteDestino {
    font-size: 4em;
    font-family: 'Ostrich Sans';
    font-weight: bold;
}

.latoR {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.latoB {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.tituloGrande {
    font-size: 3em;
}

.parallaxFacturaElectronica {
    /* The image used */
    background: url("../images/bannerViafinNosotros.jpg");
    /* Set a specific height */
    height: 300px;
    /* Create the parallax scrolling effect */
    background-repeat: no-repeat;
}

.margenBannerDestino {
    margin-top: 5%;
}

.parallax2 {
    background-image: url("../images/banner2-min.png");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.margenBanner2 {
    margin-top: 13%;
    font-size: 3em;
}

.textoHome {
    position: relative;
    transform: translateY(350%);
}

.invisible {
    display: none;
}

.fuenteFrase {
    margin-top: 15%;
}

.colorFondoNavBar {
    transition: 650ms ease;
    background-image: linear-gradient(rgba(54, 54, 54, 0.548), transparent);
}

.fondoCard {
    background-color: rgba(47, 47, 47, 0.418);
    border-radius: 40px;
}

.colorFondoNavBarScroll {
    transition: 900ms ease;
    background-color: rgb(47, 47, 47) !important;
}

.pegada {
    position: sticky !important;
    top: 0px !important;
    z-index: 5;
}

#myVideo,
.fotoHOme {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -999;
}


/* Add some content at the bottom of the video/page */

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

.menu {
    margin-top: 80.3vh;
}

.centerDiv {
    margin-top: 17%;
    color: white;
}

.tamañoImagenLogo {
    width: 5%;
}

.tamañoImagenVLogo {
    width: 20%;
}

.buttonWarning {
    font-size: 15px;
    color: #FFF;
    background: rgb(240, 173, 78, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(240, 173, 78, 0.75);
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

.buttonWarningModal {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(240, 173, 78, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
}

.buttonWarning,
.buttonWarningModal:hover {
    color: #FFF;
    background: rgba(240, 160, 48, 0.75);
    border: 2px solid rgba(240, 173, 78, 0.75);
}

.containeras {
    border-radius: 20px;
}

.fuenteDiv {
    font-size: 70px;
    position: absolute;
    top: 33%;
    left: 20%;
    font-family: 'Ostrich Sans';
    font-weight: bold;
}

.colorFondo {
    background-color: green;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.card .card-image {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card .card-image:hover img {
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
    padding: 10px;
}

.card .card-content .card-title,
.card-reveal .card-title {
    font-size: 24px;
    font-weight: 200;
}

.card .card-action {
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.card .card-action a {
    font-size: 15px;
    color: #ffab40;
    text-transform: uppercase;
    margin-right: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    display: none;
}

.card .card-reveal p {
    color: rgba(0, 0, 0, 0.71);
    margin: 20px;
}


/*hola locoooooooooooooooooooooo*/


/* Clip text element */

.clip-text {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    margin: .25em;
    padding: .5em .75em;
    text-align: center;
    /* Color fallback */
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}


/* Background */

.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}


/* Text Background (black zone) */

.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #000;
}


/* Change the background position to display letter when the black zone isn't here */


/* Use Background-size cover for photo background and no-repeat background */

.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}


/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */

.clip-text_fourteen {
    background-image: url('../images/descarga.jpeg');
}

.parallax1 {
    background-image: url("../images/bannerReservar1-min.jpg");
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sizeFuente {
    font-size: 4em;
    width: 15%;
}

.marginTopBanner {
    margin-top: 60px;
}

.marginTopBannerPadres {
    margin-top: 60px;
}

.colorDeFondo {
    background-color: rgba(218, 193, 153, 0.849);
}

.tituloServicios {
    font-size: 1em;
}

.fuenteParrafo {
    margin-top: 10%;
    font-size: 0.5em;
}

.imagenPC {
    overflow: hidden !important;
}

.fuentePadres {
    z-index: 1;
    font-size: 6em;
    position: absolute;
    margin-top: 12%;
    margin-left: 16%;
    font-family: 'Ostrich Sans';
    font-weight: bold;
}

.hover-zoomin a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

.hover-zoomin img {
    width: 100% !important;
    height: auto !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.fondoDivDetalle {
    background-color: #e7e5e4;
}

.marginHola {
    margin-left: 3%;
}


/* Icono Whatsapp */

.floatwp {
    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: 1px 1px 2px #999;
    z-index: 100;
}

.floatwp:hover {
    color: #188540;
}

.my-floatwp {
    margin-top: 15px;
}

@keyframes filling {
    from {
        background-position: center 25%;
    }
    to {
        background-position: center 50%;
    }
}

.container-text {
    background-image: url(../images/baariloche-min.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    animation: filling 3s ease forwards;
}

.container-text1 {
    background-image: url(../images/holas-min.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    animation: filling 3s ease forwards;
}

.container-text2 {
    background-image: url(../images/banner2-min.png);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    animation: filling 3s ease forwards;
}

.container-text4 {
    background-image: url(../images/banner2-min.png);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 3.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    animation: filling 3s ease forwards;
}

.container-textBlanco {
    background-color: white;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #FFFFFF;
    padding-top: 20px;
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    animation: filling 3s ease forwards;
}

.fondoAzul {
    background-color: rgb(82, 18, 73);
}

.fondoCarlos {
    background-color: rgb(223, 73, 4);
}

.fondoCam,
.fondoCam1 {
    background-image: url("../images/destinos/camboriu/fondoCamboriu-min.jpg");
    /* Set a specific height */
    height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoCar,
.fondoCar1 {
    background-image: url("../images/destinos/cuba/fondoCarlos-min.jpg");
    /* Set a specific height */
    height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoBarilocheAzul,
.fondoBarilocheAzul1 {
    background-image: url("../images/destinos/bariloche/fandoAzul-min.jpg");
    /* Set a specific height */
    height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoBarilocheAzul1 {
    height: 1200px;
}

.fondoCam1 {
    height: 1500px;
}

.fondoCar1 {
    height: 1100px;
}

.iconoCaracteristicas {
    visibility: hidden;
}

.floatwp {
    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: 1px 1px 2px #999;
    z-index: 100;
}

.floatwp:hover {
    color: #188540;
}

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

.grecaptcha-badge {
    visibility: hidden;
}