@import url(Style-carrusel.css);

@font-face {
    font-family: Raleway;
    src: url("fonts/static/Raleway-Regular.ttf");
}

/*##########  GENERALES  ##########*/
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    max-width: 1600px;
    margin: 0px auto;
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(225, 0, 255, 0.5), rgba(128, 0, 255, .5));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(225, 0, 255, 0.5), rgba(128, 0, 255, 0.5));
}
#contenedorTodo {
    height: auto;
    width: auto;
    max-width: 1600px;
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(225, 0, 255, 0.5), rgba(128, 0, 255, .5));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(225, 0, 255, 0.5), rgba(128, 0, 255, 0.5));
}
#div-bar {
    display: flex;
    padding: 1.5% 3%;
    z-index: 10;
    position: fixed;
    width: 100%;
}
#logo img {
    width: 450px;
}
/*##########  MENU  #########*/
#nav-menu {
    flex: 1;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}
#nav-menu ul {
    display: inline;
}
#nav-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 13px 15px;

}
#nav-menu ul a {
    color: whitesmoke;
    text-shadow: 1px 1px 1px gray, 1px 2px 1px gray, 1px 3px 3px #333;
    text-decoration: none;
    font-size: 27px;
    transition: all 0.2s;
    display: block;
}
#nav-menu ul li:hover a {
    color: white;
    transform: scale(1.15, 1.15);
    text-shadow: 2px 2px 2px black, 2px 3px 3px black, 2px 4px 4px black, 3px 5px 5px black;
}
/*icono del menu*/
#div-bar .fa-list-ul { 
    display: none;
}
/*icono de cerrar menu*/
#div-bar .fa-close {    
    display: none;
}

.active {
    color: rosybrown;
    text-decoration: underline 3px rgba(0, 150, 250, 1);
    text-underline-offset: 6px;
    transition: 0.4s;
}

/*##########  SECCIONES  ##########*/
#secciones{
    width: 100%;
}
h1 {
    margin: 8% 0px 9% 0px;
    /*Arriba Derecha Abajo Izquierda*/
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black, 2px 2px 2px black, 3px 3px 3px black;
}

#enlace_revista{
    text-decoration: none;
}
#enlace_revista h1 {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}
#enlace_revista h1:hover {
    transform: scale(1.05, 1.05);
    color: #FF8A00;
}
/*-----Seccion del inicio-----*/
#seccion-inicio {
    height: auto;
    padding-bottom: 10%;
    background: #ff00cc;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(51, 51, 153, 0.4), rgba(255, 0, 204, 0.4)), url(../img/estanque.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(51, 51, 153, 0.4), rgba(255, 0, 204, 0.4)), url(../img/estanque.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    color: whitesmoke;
    box-sizing: border-box;
    text-align: left;
    display: list-item;
}
#div_logo{
    width: 40vw;
    float: left;
    margin-top: -100px;
    text-align: right;
}
#logo_inicio{
    width: 80%;
}
#recuadroInfo {
    width: 40vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 25px;
    float: right;
    margin: -70px 5%;
    border-radius: 10px;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: justify;
}
.wave {
    overflow: hidden;
    width: 100%;
    fill: RGB(215,0,75);
    height: 150px;
    position: absolute;
    bottom: -10px;
    line-height: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 

/*-----Seccion de la revista-----*/
#seccion-revista {
    height: auto;
    background: RGB(215,0,75);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(RGB(215,0,75), rgba(215,0,75, 0.5), rgb(244,105,143, 0.7), rgb(244,105,143, 0.3)), url(../img/cerro.jpeg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(RGB(215,0,75), rgba(215,0,75, 0.5), rgb(244,105,143, 0.7), rgba(244,105,143, 0.3)), url(../img/cerro.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: local;
    overflow-x: hidden;
    position: relative;
    color: whitesmoke;
    box-sizing: border-box;
}

#revistaPDF {
    width: 70%;
    height: 920px;
}


/*-----Seccion de la galeria-----*/
#seccion-galeria {
    height: auto;
    background-image: linear-gradient(rgba(255,138,0, 0.5), rgba(255,138,0, 0.2), rgba(255,212,5, 0.3)), url(../img/calderas.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: whitesmoke;
    box-sizing: border-box;
    padding-bottom: 80px;
    overflow: hidden;
}


/*-----Seccion de turismo-----*/
#seccion-turismo {
    height: auto;
    background: rgba(74,205,253,0.7);  /* fallback for old browsers */
    background: -webkit-linear-gradient( rgba(74,205,253, 0.7), rgba(0,28,126, 0.4)), url(../img/palomar.jpg);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient( rgba(74,205,253, 0.7), rgba(0,28,126, 0.4)), url(../img/palomar.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    color: whitesmoke;
    box-sizing: border-box;
    overflow: hidden;
}
#seccion-turismo #parrafos{
    width: 70%;
    margin: 0px auto;
    margin-bottom: 50px;
}
#seccion-turismo #parrafos .videos{
    margin: 0px auto;
    margin-bottom: 30px;
    border: 10px double white;
    width: 100%;
    height: 570px;
}

/*##########  Pie de página  ##########*/
#pie-pagina{
    overflow: hidden;
    height: auto;
    color: whitesmoke;
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(225, 0, 255, 1), rgba(128, 0, 255, 1));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(225, 0, 255, 1), rgba(128, 0, 255, 1));
    padding-bottom: 10px;
}
#pie-pagina #redes{
    height: auto;
    text-align: center;
    display: block;
    float: left;
    margin-left: 8%;
}
#pie-pagina #redes span{
    font-size: 20px;
    font-weight: bold;
}
#pie-pagina #redes a{
    color: white;
    margin-left: 25px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 30px;
}
#pie-pagina #redes .fa-facebook-square:hover{
    color: #306EAD;
    transform: scale(1.3, 1.3);
}
#pie-pagina #redes .fa-youtube-play:hover{
    color: #F00;
    transform: scale(1.3, 1.3);
}
#pie-pagina #redes .fa-twitter:hover{
    color: rgb(0,162,243);
    transform: scale(1.3, 1.3);
}

#pie-pagina #copy{
    display: block;
    float: right;
    margin: 5px 0px;
    margin-right: 10%;
    font-size: 21px;
    animation: delante_atras 5s infinite linear;
}

@keyframes delante_atras {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(-30px);
    }
}
