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

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

    border-radius: 10px;

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


.cintillo-ayuda{
    border: 0px solid red;
    height: 44px;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #275791;
    color: white;
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cintillo b{
    margin-left: 10px;
}

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

.logotipo img{
    width: 75%;
}


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

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

nav ul li{
    width: 25%;
    float: left;
}

.menu{
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.menu:hover, .activo{
    background: #275791;
    color: white;
}


.datos{
    text-align: right;
    font-size: 20px;
    line-height: 30px;
}
.datos p{
    margin-bottom: 0;
}

.efecto{
    padding: 0;
}


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

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

.seccion{
    background: #275791;
    color: white;
    font-size: 22px;
    line-height: 32px;
    padding: 30px;
}

.imagen img{
    width: 100%;
}


.banner{
    background: url(../images/fondo-banner.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.texto-banner{
    background: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    padding: 30px;

    border-radius: 10px;
}

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

.card-title{
    text-align: center;
}


footer{
    background: #275791;
    color: white;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 20px;
    display: inline-block;
}

footer iframe{
    width: 100% !important;
    height: 240px !important;
}

footer a{
    color: white;
}
footer a:hover{
    color: white;
}

.seccion-footer{
    padding-right: 20px;
}

.qr{
    background: white;
    width: 35%;
}


@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){
    
}