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


.chat{
    position: fixed;
    top: 200px;
    right: 100px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}

.llamada{
    top: 260px;
}


.pagina{
    border: 10px solid white;
    margin-top: 30px;

    border-radius: 30px;
}

.cabecera{
    background: #502878;
    padding-top: 20px;
    padding-bottom: 20px;

    border-radius: 30px 30px 0 0;
}

.logotipo{
    text-align: center;
    font-family: 'Ms Madi', cursive;
    color: white;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
}
.logotipo a{
    color: white;
    text-decoration: none;
}

nav a{
    color: black;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 45%;
    margin: 0 2.5%;
    float: left;
}

.menu{
    background: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: black;
}


.datos{
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}

.efecto img{
    width: 100%;
}

.seccion{
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 22px;
    line-height: 30px;
}


.precios{
    background: #502878;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.subtitulo{
    color: #bebebe;
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.importante{
    color: white;
}
.importante strong{
    font-size: 30px;
}
.importante p{
    font-size: 24px;
}
.imagen video{
    width: 100%;
}
.imagen img{
    width: 100%;
}

.texto-formas{
    color: white;
    text-align: center;
    font-size: 30px;
}

.importante ul li{
    font-size: 22px;
    line-height: 30px;
}


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


.colonias{
    background: #2e2c41;
    color: white;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 10px;
}
.colonias p{
    margin-bottom: 0;
}


footer{
    text-align: center;
    font-size: 22px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer img{
    width: 30px;
}


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

}

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

}

@media screen and (max-width:992px){
    nav{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

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

}

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