﻿body{
    font-family: 'Roboto', sans-serif;
}


.news{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
}

.c{
    position: relative;
    background: #69858e;
    color: white;
    padding: 40px;
    margin-top: 30vh;
}
.cerrar{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: white;
    cursor: pointer;
}
.cerrar:hover{
    font-weight: bold;
}
.c strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 30px;
}
.c input{
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    padding: 8px;
}
.c input::placeholder{
    color: white;
}


.cookies{
    position: fixed;
    bottom: 30px;
    left: 2%;
    z-index: 10000;
    background: #0d0d0d;
    font-size: 16px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;

    border-radius: 4px;
}


.w{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    width: 70px;
    height: 70px;
    text-align: center;
    color: white;
    font-size: 70px;
    border-radius: 50%;

    
    animation:efecto 1.2s infinite;
}
.w b{
    position: relative;
    top: -10px;
    background: black;
    border-radius: 50%;
}
@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0,152,212, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0,152,212, 0);
    }
}



.cabecera-ayuda{
    background: black;
    height: 122px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    text-align: end !important;
    cursor: pointer;
    display: none;
}
.menu, .menu-r{
    border-bottom: 1px solid transparent;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: white;
    padding: 12px 0;
}
.menu:hover{
    border-bottom: 1px solid gray;
    color: gray;
}


.uno{
    background: url(../images/f1.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    text-align: center;
    color: white;
    padding-top: 30vh;
}
.uno h2, .dos h2{
    font-size: 80px;
    line-height: 132px;
    font-weight: bold;
    padding: 0 50px 0 0;
}
.uno p, .dos p{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
}



.dos{
    background: url(../images/f2.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    color: white;
    padding-top: 30vh;
}

.f3{
    background: url(../images/f3.jpg) no-repeat center center;
    background-size: cover;
}
.f4{
    background: url(../images/f4.jpg) no-repeat center center;
    background-size: cover;
}
.f5{
    background: url(../images/f5.jpg) no-repeat center center;
    background-size: cover;
}
.f6{
    background: url(../images/f6.jpg) no-repeat center center;
    background-size: cover;
}

.btn-negro{
    background: black;
    color: white;
    font-size: 17px;
    margin-top: 30px;
    padding: 10px 30px;

    border-radius: 0;
}
.btn-negro:hover{
    color: white;
    font-weight: bold;
}
.btn-verde{
    background-image: linear-gradient(298deg, #76aaad, #636363);
    color: white;
    font-size: 17px;
    margin-top: 30px;
    padding: 10px 30px;

    border-radius: 0;
}


.tres{
    background: #69858e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.conta{
    text-align: center;
    color: white;
}
.conta strong{
    color: white;
    font-size: 60px;
}


.cuatro{
    background: black;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cuatro h2{
    font-size: 120px;
    font-weight: bold;
    line-height: 132px;
    color: #95a5a6;
}



.ico{
    color: white;
    font-size: 16px;
}
.ico img{
    height: 80px;
}
.ico strong{
    width: 100%;
    color: #636363;
    font-size: 20px;
    display: inline-block;
    margin: 20px 0;
}


.cuadro{
    position: relative;
}
.cuadro img{
    width: 100%;
}
.cuadro strong{
    position: relative;
    left: 0;
    bottom: 50px;
    visibility:hidden
}
.cuadro:hover strong{
    width: 100%;
    color: #95a5a6;
    text-align: center;
    visibility: visible;
}


.centradoCuatro{
    color: white;
    font-size: 24px;
    font-weight: bold;
}


.cinco{
    background: black;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cinco h3{
    text-align: left;
    font-size: 120px;
    font-weight: bold;
    line-height: 132px;
    color: white;
}
.cinco .mini{
    color: #69858e;
    font-size: 20px;
    font-weight: bold;
}

.textoCinco strong{
    width: 100%;
    color: white;
    font-size: 30px;
    display: inline-block;
}
.textoCinco span{
    color: #95a5a6;
    font-size: 20px;
}
.textoCinco p{
    color: #76aaad;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0;
}


.imagen img{
    width: 100%;
}
.borderAni{
    animation: border-transform 17s linear infinite alternate forwards;
}
@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}



.siete{
    /* background: url(../images/f7.jpg) no-repeat center center;
    background-size: cover; */
    padding: 0;
}
.siete h2{
    color: white;
    font-size: 60px;
    font-weight: bold;
}
.carousel-caption{
    text-align: left;
}
.textoSiete{
    text-align: start;
    color: #cbe7e7;
    font-size: 22px;
    font-weight: bold;
}

.numeros p{
    margin: 0;
}



.miniEntradas{
    background: #0d0d0d;
    padding-top: 40px;
    padding-bottom: 40px;
}
.miniEntradas a{
    text-decoration: none;
}

.miniEntrada img{
    width: 100%;
}
.miniEntrada p{
    color: #95a5a6;
    font-size: 17px;
    line-height: 28px;
}
.miniEntrada strong{
    width: 100%;
    color: white;
    font-size: 36px;
    line-height: 46px;
    display: inline-block;
}

.fechaMiniEntrada{
    color: #76aaad;
    font-size: 22px;
    font-weight: bold;
}


.entrada{
    color: white;
    font-size: 18px;
    line-height: 32px;
}
.entrada img{
    width: 400px;
    float: left;
    margin: 0 20px 20px 0;
}
.entrada .tituloEntrada{
    width: 100%;
    font-size: 37px;
    display: inline;
}


.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: none;
}
.progress-wrap {
    position: fixed;
    right: 40px;
    bottom: 60px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display: none;
}




footer{
    background: black;
    font-weight: bold;
    color: #bdc3c7;
    font-size: 18px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    color: white;
    display: inline-block;
    margin-bottom: 12px;
}
.news1{
    border: 0;
    border-bottom: 1px solid #bdc3c7;
    background: black;
    color: white;
}
footer a{
    color: white;
    text-decoration: none;
}
footer a:hover{
    color: gray;
}


.cuadroBlanco{
    background: white;
    color: #bdc3c7;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.cuadroBlanco strong{
    width: 100%;
    color: black;
    display: inline-block;
    margin-bottom: 21px;
}
.cuadroBlanco a{
    font-size: 18px;
    color: black;
    text-decoration: none;
}

.formulario input{
    padding: 14px;
}
.formulario textarea{
    height: 205px;
}



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

}

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

}

@media screen and (max-width:992px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 100;
        background: black;
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        text-align: left;
        padding: 10px 0 10px 60px;
    }
}

@media screen and (max-width:768px){
    .uno h2, .dos h2, .cuatro h2, .cinco h3{
        font-size: 60px;
        line-height: 70px;
    }
    .dos h2{
        font-size: 43px !important;
        line-height: 50px;
    }
    .uno, .dos{
        background-position: right center; /* Cambia el centro verticalmente */
    }
    .uno p, .dos p{
        font-size: 17px;
    }
}

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