﻿body{
    color: white;
    font-family: 'Oswald', sans-serif;
}


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

    border-radius: 10px;

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


.blanco .logotipo img{
    width: 50%;
}

.cabecera-ayuda{
    height: 150px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: black;
    padding-top: 6px;
    padding-bottom: 6px;
}
.cabecera a{
    color: white;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 70%;

    transition: all 0.2s;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    font-size: 20px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.datos{
    text-align: center;
    color: rgb(193, 193, 193);
    font-size: 22px;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}
.datos strong{
    width: 100%;
    font-family: 'Verdana';
    color: red;
    font-size: 22px;
    line-height: 22px !important;
    display: inline-block;
}


.efecto{
    padding: 0;
}
.efecto video{
    width: 100% !important;
}


.contenido{
    background: white;
    color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.seccion{
    font-size: 23px;
    line-height: 33px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.seccion strong{
    color: red;
    font-size: 26px;
}

.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}

.imagen img{
    width: 100%;
}

.otro{
    background: #f7f7f7;
    padding: 20px;
}


.imagenes{
    background: black;
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.imagenes strong{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
}
.imagenes img{
    width: 100%;
}


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


.enlace{
    font-size: 24px;
    font-weight: bold;
    padding-top: 2%;
}



footer{
    position: relative;
    background: url(../images/fondo-footer.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
footer img{
    width: 30px;
}
footer .container{
    position: relative;
    z-index: 2;
}



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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

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

}

@media screen and (max-width:768px){
    nav{
        margin: 12px 0 !important;
    }
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }
    .img{
        height: 300px;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }

    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
    .menu{
        text-align: center;
    }
}