﻿body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}


.llamada{
    position: fixed;
    bottom: 200px;
    right: 20px;
    background: #3338c9;
    width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;

    box-shadow: 5px 4px 5px white;

    border-radius: 10px;
}
.llamada img{
    width: 60px;
}
.whatsapp{
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #35b624;
    width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 8px 0;

    box-shadow: 5px 4px 5px white;

    border-radius: 10px;
}
.whatsapp img{
    width: 50px;
}

.cabecera-ayuda{
    position: relative;
    height: 100px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    padding-top: 5px;
    padding-bottom: 5px;
}

.logotipo{
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color: red;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 32.33%;
    margin: 0 .5%;
    float: left;
}
.menu{
    text-align: center;
    font-size: 22px;
}
.menu:hover, .activo{
    background: white;
    color: red;
    font-weight: bold;
}

.datos{
    text-align: center;
    font-size: 20px;
}
.datos img{
    width: 30px;
}


.linea{
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    height: 20px;
}

.efecto{
    padding: 0;
}
.efecto video{
    width: 100%;
}


.precios{
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    padding-top: 12px;
    padding-bottom: 12px;
}
.precios strong{
    width: 100%;
    color: red;
    font-size: 25px;
    text-align: center;
    display: inline-block;
}

.imagen img{
    width: 100%;
}

.pre{
    background: white;
    font-size: 18px;
    padding: 5px;
}
.pre b{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pre span{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: gray;
    display: inline-block;
}



.informacion{
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    margin-top: 20px;
}

.seccion{
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
}
.seccion strong{
    color: red;
    font-size: 22px;
}
.imagen img{
    border: 10px solid linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: red;
    margin: 30px 0;
}

.form-group{
    margin-bottom: 20px;
}


.fotos img{
    width: 100%;
}
.fotos video{
    width: 100%;
}



footer{
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%);
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    nav{
        margin: 30px 0 !important;
    }
    .pre{
        text-align: center;
    }
}

@media screen and (max-width:576px){
    
}