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


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 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%;
	float: left;
}

#chat img{
	width: 40px;
}

.cabecera{
    background: black;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cabecera a, .cabecera a:hover{
    color: white;
    text-decoration: none;
}

.logotipo{
    text-align: center;
    font-family: 'Staatliches', cursive;
    font-size: 37px;
    line-height: 40px;
    text-shadow: 2px 2px 2px #fd7e2a;
}
.logotipo img{
    width: 45%;
}

.telefono{
    background: #0455a3;
    text-align: center;
    font-size: 20px;
    padding: 12px 0;
}

.whatsapp{
    background: #01bf01;
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
}


.efecto{
    padding: 0;
}


.contenido{
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}


.seccion{
    font-size: 23px;
    line-height: 33px;
}

.imagen-seccion img{
    width: 100%;
}


.leyenda{
    text-align: center;
    font-size: 30px;
    color: orange;
    font-weight: bold;
    padding: 20px 0;
}


.leyenda2{
    text-align: center;
    font-size: 22px;
}
.leyenda2 strong{
    color: red;
    font-size: 28px;
}


footer{
    background: #0455a3;
    color: white;
    font-size: 23px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a{
    color: white;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 70%;
    }
}

@media screen and (max-width:576px){
    .mailto{
        font-size: 18px;
        color: white;
    }
    .imagenes img{
        width: 90%;
        height: auto !important;
        margin: 0 5% 20px;
    }
}