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

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}

.llamar{
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 100;
    width: 60px;
}
.llamar img{
    width: 100%;
}
.llamar span{
    position: absolute;
    top: 12px;
    left: -190%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}


.pagina{
    margin-top: 20px;
}

.cabecera{
    background: rgb(249,244,240);
    background: linear-gradient(180deg, rgba(249,244,240,1) 0%, rgba(255,255,255,1) 70%, rgba(249,244,240,1) 100%);
}

.logotipo{
    text-align: center;
    font-size: 55px;
    line-height: 50px;
    font-family: 'Brush Script MT', serif;
}
.logotipo span{
    background: linear-gradient(black,#8d8d8d, black);
    -webkit-background-clip: text;
    color: transparent;  
}
.logotipo img{
    width: 100%;
}

.datos{
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    padding: 20px 0;
}
.datos p{
    margin-bottom: 5px;
}
.email{
    font-size: 20px;
}


nav{
    margin-top: 0px;
}
nav a{
    color: black;
    text-decoration: none;
}

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

nav ul li{
    margin-bottom: 10px;
}

.menu{
    background: rgb(249,244,240);
    background: linear-gradient(180deg, rgba(249,244,240,1) 0%, rgba(255,255,255,1) 70%, rgba(249,244,240,1) 100%);
    width: 100%;
    text-align: left;
    padding: 12px 0 12px 20px;
}

.pagos img{
    width: 100%;
}

.efecto{
    padding: 0;
}


.contenido{
    background: rgb(249,244,240);
    background: linear-gradient(180deg, rgba(249,244,240,1) 0%, rgba(255,255,255,1) 70%, rgba(249,244,240,1) 100%);
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.s{
    text-align: center;
    font-size: 20px;
}
.s img{
    width: 100%;
}
.s video{
    width: 100%;
}


.seccion{
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}
.imagen video{
    width: 100%;
}


.tabla{
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
    display: inline-block;
}

.alcaldias{
    font-size: 15px;
}


.precio{
    text-align: justify !important;
}


footer{
    background: rgb(249,244,240);
    background: linear-gradient(180deg, rgba(249,244,240,1) 0%, rgba(255,255,255,1) 70%, rgba(249,244,240,1) 100%);
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

footer strong{
    width: 100%;
    color: green;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .menu{
        text-align: center;
    }
}

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