﻿body{
    background: #7f0430;
    background: #ff1a00;
    font-family: 'Montserrat', sans-serif;
}


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

.cintillo-ayuda{
    height: 32px;
}
.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #e8e7de;

    box-shadow: 3px 3px 10px black;
}

nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
nav ul li{
    display: inline-block;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    font-size: 18px;
    font-weight: bold;
    padding: 3px 15px;
    cursor: pointer;
}

.images img{
    margin-bottom: 6px;
}


.datos{
    text-align: center;
    font-size: 18px;
}
.datos img{
    width: 27px;
}


.cabecera nav ul li{
    width: 48%;
    float: left;
    margin: 0 0.5% 20px;
}
.cabecera .menu{
    background: #c61401;
    color: white;
    text-align: center;

    border-radius: 2px;
}
.cabecera .menu:hover{
    text-shadow: 2px 2px 2px black;
}


.logotipo img{
    width: 100%;
}

.borderRadius img{
    border-radius: 20px;
}


.pagina{
    margin-top: 30px;
}

.video{
    margin-bottom: 30px;
}
.video video{
    width: 100%;
}

.texto{
    font-size: 22px;
    line-height: 32px;
    color: white;
    margin-bottom: 40px;
}
.texto h1{
    font-size: 30px;
    font-weight: bold;
    text-shadow: 10px 10px 10px black;
}


.titulo{
    background: rgb(251,209,29);
    background: linear-gradient(180deg, rgba(251,209,29,1) 0%, rgba(187,157,28,1) 100%);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


.videos video{
    width: 100%;
}



.cuadros{
    position: sticky;
    top: 50px;
}

.cuadro{
    background: rgb(217,217,217);
    background: linear-gradient(180deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);
    text-align: center;
    color: black;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 12px 0;

    border-radius: 3px;
}

.formulario{
    background: white;
    padding: 10px;
}

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


.seccion{
    color: white;
    font-size: 20px;
}


.letritas {
    background: url(../images/fondo-rojo.webp) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 11px;
    line-height: 12px;
    padding: 40px;
}


.fondo{
    position: relative;
    background-color: black;
    color: white;
    font-size: 14px;
    line-height: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.fondo p{
    margin-bottom: 4px;
}
.fondo1{background: url(../images/fondos/1.jpg) no-repeat center center fixed;background-size: cover;}
.fondo2{background: url(../images/fondos/2.jpg) no-repeat center center fixed;background-size: cover;}
.fondo3{background: url(../images/fondos/3.jpg) no-repeat center center fixed;background-size: cover;}
.fondo4{background: url(../images/fondos/4.jpg) no-repeat center center fixed;background-size: cover;}


.fondo {
    position: relative;
    z-index: 2;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.fondo .col-12{
    position: relative;
    z-index: 2;
}

.image img{
    width: 100%;

    border-radius: 50%;
}
.image div{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #eef535;
    padding: 20px;
    text-shadow: 2px 2px 2px black;

    border-radius: 50%;
    
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.separa{
    width: 100%;
    float: left;
}


@media screen and (max-width:1400px){
    .cintillo-ayuda{
        height: 90px;
    }
}

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

}

@media screen and (max-width:992px){
    .cintillo-ayuda{
        height: 54px;
    }
    .menu-r{
        width: 100%;
        text-align: center;
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .cabecera nav ul{
        display: block;
    }
    .cabecera nav ul li{
        width: 48%;
        margin-bottom: 12px;
    }
}

@media screen and (max-width:768px){
    .cintillo-ayuda{
        height: 90px;
    }
    .logotipo{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:576px){
    .images img{
        width: 49% !important;
        margin-bottom: 12px;
    }
}