*
{
    font-family: "Roboto", sans-serif;
    margin: 0;
}

html{
    min-height: 100%;
}
/*Mensaje de alerta*/
.alert-message{
    color: white;
    padding: 10px;
    display: none;
    text-align:center;

}

.w-fit{
    width: fit-content;
}



tbody{
    display: inline-table;
}
body{
    margin: 0;
    padding: 0;
}

ul{
    list-style-type: none;
}

textarea:focus, input:focus{
    outline: none;
    border-color: #C6C7C8;
}

image{
    width: auto;
    height: auto;
}

a:link{
    text-decoration: none;
}

textarea{
    resize: none;
    overflow: auto;
}

.hide{
    display: none !important;
}

.text-input{
    display: block;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 50px;
    background-color: #f5f5f5;
    border-color: transparent;
}

.text-input:hover{
    background-color: #efefef;
}

.front-page-img{
    max-height: 300px;
    object-fit: cover;
}

.submit-button{
    display: block;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #4FAAFF;
    color: #fff;
    border: none;
    transition: .1s;
}

.submit-button:hover{
    background-color: #005BB8;
    cursor: pointer;
    transition: .1s;

}

.text-input:focus{
    border-color: #4FAAFF;
}

ul.inline li{
    display: inline-block;
    padding: 10px;
    margin: 5px 0; 
}

/*Quick properties*/
.fixed{
    position: fixed;
}

.absolute{
    position: absolute;
}

.right{
    right: 0;
}

.left{
    left: 0;
}

.section{
    min-height: 100vh;
}

.section-container{
}

.container{
    position: relative;
    /*z-index: 3;*/
}

.center{
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top{
    top: 0;
}

.bottom{
    bottom: 0;
}

.background{
    z-index: -10;
}

.inline-block{
    display: inline-block;
}

.main-button{
    padding: 10px 30px;
    border-radius: 50px;
    font-family: "Montserrat";
    font-size: 24px;
    background: #4FAAFF;
    color: #fff;
    transition: 0.1s;
    border: none;
}


.main-button:hover{
    background: #005BB8;
    transition: 0.1s;
}
/*general*/

  .solaper-bg{
    display: block;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover !important;
    justify-content: center;
  }
  
  .solaper-bg.light::before{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff99;
  }

  .solaper-bg.dark::before{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #00000047
  }

  .site-bg{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #dfe2e7;
    top: 0;
    z-index: -100;
  }

  /* formularios */
  .form-container{
    width: -webkit-fill-available;
    margin: 20px;
    top: 50px;
    max-width: 65vh;
    display: block;
    padding: 35px 0 25px 0;
    border-radius: 25px;
    background: #fff;
  }

  .form-content{
    padding: 10px 35px;
  }

  /* input[type=text],input[type=mail], textarea{
    width: -webkit-fill-available;
    border-radius: 10px;
    padding: 10px;
    outline: none !important;
    border: 1px solid #eee;
    background: #eee;
  } */
  
/* login */

.login-container{
    display: block;
    margin: 100px auto 0 auto;
    width: fit-content;
    height: fit-content;
    background: #fff;
    padding: 50px 35px;
    border-radius: 7px;
    box-shadow: 5px 8px 18px -12px rgba(0,0,0,0.75);
}

.login-container label{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #858585;
}

.login-container .submit-button{
    width: 100% !important;
}

.login-container input{
    width: -webkit-fill-available;
}

.error{
    display: block;
    padding: 10px;
    width: -webkit-fill-available;
    background: #ffe5e5;
    color: #9b0000;
    font-size: 12px;
    animation: login-error 1s;
}

@keyframes login-error {
    from{
        margin-top: -50px;
        opacity: 0;
    }
    to{
        margin-top: 0;
        opacity: 100%;
    }
}

/* navbar */
.logo{
    display: block;
    max-width: 100px;
    left: 0;
    top: 0;
    /*filter: drop-shadow(5px 5px 8px #000)*/
}
.navbar{
    margin: 0;
    display: block;
    width: 100%;
    min-height: 75px;
    transition: .2s;
    
}


.navbar-nav{
    display: block;
    width: fit-content;
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto;
}

.nav-item{
    display: inline-block;
    font-size: 18px;
    
}

.navbar .nav-item a.nav-link,
.navbar .nav-item a.dropdown-toggle{
    padding: 10px 15px !important;
    margin: 0 8px;
    font-weight: 800;
    border-radius: 25px;
    transition: 0.1s;
}

.navbar.navbar-fw-normal .nav-item a.nav-link,
.navbar.navbar-fw-normal .nav-item a.dropdown-toggle{
    padding: 10px 15px !important;
    margin: 8px;
    font-weight: 400;
    border-radius: 25px;
    transition: 0.1s;
}

.logout{
    display: block;
    position: absolute;
    font-size: 15px;
    top: 25px;
    right: 10%;
}


/*primer contenido*/
.body-content{
    width: 100%;
    font-size: 28px;
    position: relative;
    z-index: 10;
}
.content-inner{
    width: 80%;
    margin:  200px auto 200px auto;
    
    
}

.content-inner tr{
    margin: auto;
    display: inline-flex;
}

.content-inner td{
    width: auto;
    margin: 25px;
    vertical-align: top;
    display: inline-block;
}

.content-inner img{
    width: 375px;
}

.background-image{
    position: absolute;
    top: 0%;
    width: 100%;
    background: url("../img/bg/sky.jpg");
    background-size: cover;
    height: 100%;
    z-index: -12;
}

.solaper{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(9deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);;
    z-index: -11;
}

.fixed-solaper{
    position: fixed;
    background: #ffffff99;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -13;
}
.fixed-image{
    position: fixed;
    background: url("../img/bg/listen.jpg");
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -14;
}
.last-solaper{
    top: 200%;
    left: 0%;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
}

@keyframes fixed-bg{
    from{
        top:0;
    }
    to{
        top: 100;
    }
}


/*Reproductor*/
.reproductor
{
    position: absolute;
    right:30px;

}

/*Reproductor*/
.button-play
{
    position: fixed;
    width: 65px;
    right: 0;
    bottom: 10%;
    border-radius: 50px 0 0 50px;
    background-color: #4faaff;
    padding:  0 10px 0 5px;
    z-index: 100;

}

.playpause {
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    border-color: transparent transparent transparent #fff;
    cursor: pointer;
    will-change: border-width;
    transition: all .2s ease;
    transform: scale(.3);
}

.audio-source-off .playpause{
    border-color: transparent transparent transparent #00000079;
}
    
.playpause.paused {
    border-style: double;
    border-width: 0px 0 0px 60px;
}
    
.playpause:hover {
    border-color: transparent transparent transparent #f4f4f4;
}


.button-record
{
    position: fixed;
    width: 50px;
    right: 0;
    top: 10%;
    border-radius: 50px 0 0 50px;
    background-color: #E3E3E4;
    padding:  0 10px 0 5px;
    z-index: 100;
    box-shadow: 3px 3px 5px -3px rgb(0 0 0);

}

.startstop {
    box-sizing: border-box;
    width: 0;
    height: 74px;
    border-style: solid;
    border-width: 37px;
    border-radius: 100%;
    border-color: #ff4b4b;
    cursor: pointer;
    will-change: border-width;
    transition: all .2s ease;
    transform: scale(.3);
}
    
.startstop.stoped {
    border-radius: 0%;
    border-color: #858585;
}
    
.startstop:hover {
    border-color: #f4f4f4;
}
  



/*Barra de Opciones*/
.navegation
{
    margin:0px 0px 0px 0px;
    background: #9999;
	font-size:18px;
	padding: 0px 40px;
}

.navegation a{
	margin: 0px 10px 0px 10px;
}
.navegation a:hover
{
    color:#fff;
	margin: 0px 10px 0px 10px;
}
.navegation li:hover{
	background-color:#666666;
}

.nav-link
{
    color:#000;
    font-size: 80%;
}

.show-button{
    position: absolute;
    display: none;
    right: -62px;
    background: #fff;
    padding: 20px;
    top:5%;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 24px;
    height: 4px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
    }



/*news*/
.news{
	margin: 5px 40px 100px 40px;
	padding:0;
}
.news-general-title{
	text-align: center;
	font-size: 175%;
	color: #999999;
}
.notice{
	background-image: url(../img/FondoLoginYRegistro.jpg)
}

.card{
    border-radius: 1.25rem;
}

.card .card{
    border-radius: 0.875rem;
}

/*Pie de pagina*/
.footer
{
    /*position:absolute;
    top: 200%;
    left: 0;*/
    width:100%;
    background: #131a30;
}
.footer ul{
    margin: 0;
    padding: 0;
}


.footer ul li{
    padding: 10px;
}

.footer .row {
    padding-top: 50px;
}
.footer .col {
    text-align: center;
    max-width: 400px;
    margin: 0 50px;
    
}


.footer div, .footer h2, .footer p, .footer a, .footer i{
    color: #ffffffc7 !important;
}

.footer a:hover, .footer i:hover{
    color: #fff !important;
}
.textfooter
{
    font-size: 75%;
}
.list-unstyled a
{
    text-decoration: none;
    color: #9f9f9f;
    font-size: 80%
}
.icon-format_textdirection_l_to_r{
    color: darkorange
}
/*carousel*/
.carousel-indicators .active{
    background-color: #4FAAFF;
}
.carousel-indicators li{
    width: 15px ;
    height: 15px ;
    border-radius: 20px;
    background-color: #0000002d;
    margin-bottom: 10px;
}

.carousel-control-next, .carousel-control-prev{
    width: 125px;
    transition: .1s;
}



.carousel-control-prev:hover, .carousel-control-next:hover{
    background-color: #16161625;
    transition: .1s;
}

.span-content img{
    width: 100%;
}

.span-content .abs-block{
    position: absolute;
    display: block;
    bottom: 0;
    margin: 0;
    padding: 75px 125px;
    background: #ffffffa3;
    width: -webkit-fill-available;
    backdrop-filter: blur(10px);
}

.span-content img::after{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
}

/*contact*/
.bg-block{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}


/*copyright*/
.copyright{
    position: relative;
    margin: 15px auto;
    width: fit-content;

}

/*responsive*/

@media only screen and (max-width:750px){
    .logo{
        margin: auto;
        left: 0;
    }
.footer tbody{
    display: unset;
}
.main-nav .navbar-nav{
    position: relative;
    width: auto;
    right: unset;
}

.main-nav.navbar{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    z-index: 100;
}

.main-nav.navbar.inactive{
    left: -232px;
}

.main-nav .show-button{
    display: block;
}

.main-nav .logo{
    position: relative;
}

.main-nav .nav-item{
    display: block;
    left: 0;
}

.main-nav .nav-link{
    text-align: center;
}

.content-inner{
    width: 100%;
    display: block;
    margin-top: 100px !important;
    margin-bottom: 0;
}

.content-inner img{
    width: 100%;
}

.content-inner td{
    display: inline-block;
}

.content-inner tr{
    margin: auto;
    display: block;
}

.footer .content-inner tr{
    display: inline-flex;
}
	
}



