/*
Theme Name:   g5_hydrogen child theme
Description:  Escribe aquí una descripción corta acerca de tu tema hijo
Author:       gmaudiovisual
Author URL:   https://demo.grandmasteraudiovisual.es
Template:     g5_hydrogen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  g5_hydrogen-child
*/

/* Escribe aquí tu propia hoja de estilos personal */
body{
    line-height: 1.5em;
    background: linear-gradient(to bottom, #065c9a, #1c7dc3) !important;
}
a:active, a:selected, a:visited { border: none !important; outline: none !important; }
@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes escalar {
  0% {
    transform: scale(1);
  }
  50%{
      transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes escalar1 {
  0% {
    transform: scale(1);
  }
  50%{
      transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
#g-main{
    padding: 0 !important;
    margin: 0 !important;
    /* background: linear-gradient(to bottom, white, #ddf1ff) !important; */
    animation: fade 2s;
}
figure{
    padding: 0 !important;
    margin: 0 !important;
}
/*===============BTN SALA Y PAGINA INICIO====================*/
.wp-block-columns{
    margin-bottom: 0;
}
.bg_inicio{
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
.btn_sala{
    position: absolute;
    top: 44%;
    left: 30%;
    z-index: 90;
    font-size: 3em;
    animation: escalar 1.5s infinite;
    width:15%;
    height:15%;
    text-align: center;
}

/*===============BTN SALA Y PAGINA INICIO====================*/

/*===============BTN SECRETARIA====================*/

.btn_secre{
    position: absolute;
    top: 77%;
    left: 6%;
    z-index: 99;
    font-size: 3em;
    animation: escalar 1.5s infinite;
    width:15%;
    height:15%;
    text-align: center;
}
/*===============BTN SECRETARIA====================*/

/*===============VIDEO STREAMING====================*/
.contenedor_video{
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 99;
    padding: 0 !important;
    margin: 0 !important;
}

/*===============VIDEO STREAMING====================*/

/*===============CABECERA====================*/
.logo{
    margin-top: 10px !important;
    margin-bottom:10px !important;
    text-align: left;
}
.titulo h3{
    margin: 0 !important;
    padding: 0 !important;
    color: white;

}

#custom-4960-particle{
    margin-bottom: 0!important;
}

#g-navigation{
	background: linear-gradient(to bottom, #33a6de, #065c9a) !important;
}


/*===============CABECERA====================*/

/*===============FOOTER====================*/
#g-footer{
	background: linear-gradient(to bottom, #063f68, #1c7dc3) !important;
    border: 0 !important;
    color:white;
}
#menu-5701-particle a{
    color:white !important;
}
#menu-5701-particle a:hover{
    border-bottom: 1px solid white;
}
.fa-chevron-up{
    color: white;
}
.fa-chevron-up:hover{
    border-bottom: 3px solid white;
}
/*===============FOOTER====================*/

/*===============FORMULARIO LOGIN=================*/
.pre_login{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.contenedor_login{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 25px 15px 25px;
    background-color: #063f68;
    color: white;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}
.contenedor_login label, input{
    width: 100%;
    height: 3.3em;
    margin-top: 10px;
}
.contenedor_login input[type=text], input[type=password] {
    color: #666666;
    padding-left: 20px;
}

/*===============FORMULARIO LOGIN=================*/

/*=================ENLACES SALA VOTACIONES CHAT ==================*/
.enlaces_sala{
position:absolute;
top: 8%;
left: 3%;
z-index: 99;
text-align: left;
background-color:none;
outline: 0px;
}
.su-spoiler-content{
    position: relative;
    background-color:white;
    text-align: center;
    height: 500px;
    max-height: 500px !important;
    overflow: scroll;
    width: auto;
    box-sizing: border-box;
    max-width: 94%;

}
.dem-vote-button {
    margin: 0 auto !important;
    float:none !important;
}
.su-spoiler-title:focus{
    outline: none !important;
}
.su-spoiler-title{
    font-size: 1em !important;
    box-sizing: border-box;
    width: 140px;
    height: auto;

}
.su-spoiler-icon{
    animation: escalar1 1.5s infinite;
    color:#063f68;
}
#sac-user-url{
    display: none;
}



/*=================ENLACES SALA VOTACIONES CHAT ==================*/

/*===================PAGINA SECRETARIA=========================*/
.form_secre{
    text-align: left;
}
.secretaria_formulario{
    padding: 20px;
}
.parrafo_secre{
    text-align: justify;
}
.h3_secre {
    text-decoration: underline;
}
.secretaria_formulario p label{
    text-align: left !important;
}

.secretaria_formulario input{
    padding-left: 20px;
}
.secretaria_formulario .wpcf7-textarea{
    width: 100%;
    height: 200px !important;
    max-height: 200px !important;
}
.secretaria_formulario input[type=submit]{
    background-color:#063f68;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 7px;
    font-size: 1.5em;
}
.secretaria_formulario input[type=submit]:hover{
    background-color: #33a6de;
}
.secretaria_faq{
    padding: 20px;
}
.secretaria_faq li{
    text-align: justify;
}
.secretaria_faq h3{
    text-decoration: underline;
}

/*===========MEDIA QUERY=================*/

@media (max-width: 767px) {
    .btn_secre{
        top: 68%;
        left: 6%;
        z-index: 99;
        font-size: 2.2em;
        width:15%;
        height:15%;
        text-align: center;
    }
    .btn_sala{
        top: 35%;
        left: 30%;
        z-index: 90;
        font-size: 2.2em;
        animation: escalar 1.5s infinite;
        width:15%;
        height:15%;
        text-align: center;
    }
    .enlaces_sala{
        top:62%;
    }
    .su-spoiler-title{
        color:white;

    }
}
