﻿body{
    background: black;
    background: url(../images/fondo2.jpg) no-repeat center center fixed;
    background-size: cover;
    color: white;
    font-family: 'Lalezar', cursive;
}


.chat{
    position: fixed;
    top: 100px;
    right: 20px;
    width: 70px;

    filter: drop-shadow(5px 5px 2px white);
}
.llamada{
    position: fixed;
    top: 180px;
    right: 20px;
    width: 64px;

    filter: drop-shadow(5px 5px 2px white);
}
.chat img, .llamada img{
    width: 100%;
}

.pagina{
    border: 2px solid #afc547;
    background: #6a0a0b;
    background: #763337;
    margin-top: 30px;
    margin-bottom: 60px;

    box-shadow: 15px 15px 1px white;
}

.cabecera{
    border-bottom: 10px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo img{
    width: 100%;
}

.datos{
    color: white;
    font-size: 23px;
    text-shadow: 1px 1px 4px black;
}
.datos a{
    color: white;
}
.datos img{
    width: 30px;
}


nav ul{
    list-style: none;
    padding: 0;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul li{
    width: 22%;
    margin: 0 1.5%;
    float: left;
}
.menu-r{
    display: none;
    cursor: pointer;
}
.menu-r, .menu{
    width: 100%;
    text-shadow: 2px 2px 2px black;
    color: white;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}
.dosM{
    padding: 0;
    line-height: 20px;
}

.leyenda{
    background: black;
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 3px 10px;
}


.efecto{
    padding: 0;
}
.efecto img{
    width: 98%;
    margin: 1%;

    box-shadow: 10px 10px 1px white;

    border-radius: 10px;
}
.texto-efecto{
    font-size: 25px;
    line-height: 35px;
    text-shadow: 2px 2px 2px black;
    padding: 30px;
}

.formulario{
    padding: 0px;
    margin-bottom: 30px;
}
.form-group{
    margin-bottom: 25px;
}
.formulario strong{
    background: black;
    width: 100%;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}

.precios strong{
    width: 100%;
    text-align: center;
    font-size: 30px;
    display: inline-block;
}
.precios b{
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
}

table{
    background: black;
    color: white;

    box-shadow: 5px 5px 1px white;
}
table thead{
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 2px 0 !important;
}
table tr td{
    text-align: center;
    font-size: 22px;
    color: white;
    padding: 2px 0 !important;
}

.forma{
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
}
.forma img{
    width: 70%;
}


.banner{
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 40px 40px;
}

.texto-banner{
    background: black;
    font-size: 24px;
    line-height: 34px;
    padding: 40px;
}

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


.servicios{
    background: black;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.servicios strong{
    width: 100%;
    text-align: center;
    font-size: 24px;
    display: inline-block;
}

.titulo{
    text-align: center;
    font-size: 30px;
}



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

}

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

}

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

}

@media screen and (max-width:768px){
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
}

@media screen and (max-width:576px){
    .banner{
        padding: 5px;
    }
    .chat{
        top: auto;
        bottom: 180px;
    }
    .llamada{
        top: auto;
        bottom: 100px;
    }
}