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

#chat{
	position: fixed;
	bottom: 200px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 120px;
	text-align: center;
	padding: 10px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	font-size: 22px;
	float: left;
}

#chat img{
	width: 80px;
}

.llamar{
	position: fixed;
	bottom: 100px;
	right: 85px;
	z-index: 10000;
	width: 75px;
}
.llamar img{
	width: 100%;
}

.pagina{
    border: 5px solid white;
    background: url(../images/fondo-pagina.webp) no-repeat center center;
    background-size: cover;
    margin-top: 30px;

    border-radius: 6px;
}

.cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo{
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    line-height: 40px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 45%;
    margin: 0 2.5%;
    float: left;
}
.menu{
    background: url(../images/fondo.jpeg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 22px;
    line-height: 30px;
    padding: 4px 0;

    border-radius: 5px;
}

.datos{
    font-size: 24px;
    text-align: right;
}
.datos strong{
    width: 100%;
    display: inline-block;
}
.datos img{
    width: 35px;
}


.efecto img{
    width: 100%;
}


.precios{
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    color: #0fc50f;
    font-size: 30px;
}
.subtitulo{
    text-align: center;
    color: gray;
    font-size: 22px;
}

table{
    background: url(../images/fondo-pagina.webp) no-repeat center center;
    background-size: cover;
}

.formas{
    font-size: 20px;
    line-height: 30px;
}
.formas img{
    width: 100%;
}
.form-group{
    margin-bottom: 10px;
}

.texto img{
    width: 100%;
}
.textito{
    background: #087707;
    color: white;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 10px;
}
.textito strong{
    font-size: 23px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

footer{
    background: url(../images/fondo-pagina.webp) no-repeat center center;
    background-size: cover;
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    color: #087707;
    display: inline-block;
    margin-bottom: 20px;
}
.colonias{
    font-size: 13px;
}


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

}

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

}

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

}

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

}

@media screen and (max-width:576px){
    nav{
        margin: 20px 0 !important;
    }
}