﻿.efecto{
    position: relative;
    padding: 0;
}


.chat{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}


.blanco{
    background: rgba(0,0,0,0.8) !important;
    padding-bottom: 4px !important;
}


.fondo-cabecera{
    background: url(../images/sliders/3.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 4px;
    padding-bottom: 100px;

    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.6)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    transition: all 1s;
}
.logotipo img{
    width: 100%;
}


.leyenda{
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 100;
}
.texto-leyenda{
    background: rgb(14,56,168);
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 8px 12px;
}


nav a{
    color: white;
    text-decoration: none;
}
nav a:hover{
    color: white;
}
nav ul{
    padding: 0;
    list-style: none;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 5px 0;
}
.menu:hover{
    background: rgba(0,0,0,0.6);
    color: red;
}


.datos{
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.datos strong{
    text-shadow: 2px 2px 2px black;
}
.datos img{
    width: 30px;
}


.leyenda-roja{
    background: black;
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}


.contenido{
    background: linear-gradient(rgba(245,245,245,0.65),rgba(245,245,245,0.65)), url(../images/fondo-gris.svg);
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    background: #f8f8f8;
    font-size: 18px;
    line-height: 26px;
    padding: 25px;
    
    border-radius: 5px;
}
.seccion b{
    color: red;
    color: blue;
    font-size: 19px;
}
.seccion strong{
    font-size: 23px;
}

.imagen img{
    width: 100%;
}


.azul{
    background: url(../images/fondo-azul.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.titulo{
    text-align:center;
    color: white;
    font-size: 30px;
    font-weight:bold;
    margin-bottom: 20px;
}
.colorAzul{
    color: blue;
}

.imagenes img{
    width: 100%;
    margin-bottom: 20px;
}
.imagenes iframe{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}


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


footer{
    background: url(../images/fondo-footer.webp) repeat center center;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 90px;
}


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