@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

.html {
    font-size: 16px;
}
.main{
    overflow: hidden;
    padding-top: 35px;
}
.story {
    display: inline-block;
    margin-bottom: 45px;
    min-height: 267px;
    position: relative;
    /*text-align: center; no es*/
    /*text-decoration: none;*/
    vertical-align: top;
    
}
.logo{
    width: 100%;
}
.btn-actividades-i i{
    top: 17px !important;
    height: 10px;
}
.container-canciones{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contenedor {
    display: inline-block;
    height: 253px;
    max-width: 450px;
    width: 100%;
}

.prueba {
    background-color: orangered;
    width: 150px;
    margin: 10px 50px;
    padding: 20px;
    font-size: italic;

}

.contenedor-item {
    background: rgb(195, 220, 227);
    border-radius: 17px;
    border: 10px solid white;
    display: inline-block;
    height: 350px;
    
    overflow: visible;
    position: relative;
    width: 450px;
}

.contenedor-item:hover {
    background: #00bcec;
}

.contenedor-item:hover img {
    color: #fff;
}

.contenedor-item:hover img {
    transform: translateY(4px);
}

/* Smooth transition */
.contenedor-item,
.contenedor-item img {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.title-contenedor {
    color: #4b4b4b;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 120px;
}

.card-img-top {
    width: 380px;
    height: 300px;
}


#body-login {
    background: #ffffff;
}

#loginbox {
    margin-top: 1.87rem;
}

#loginbox > div:first-child {
    padding-bottom: 0.62rem;
}

.login-imagen {
    display: block;
    margin: auto;
}

.login-imagen,
.im {
    position: relative;
    width: 210px;
    height: 210px;
    display: block;
    fill: #525151;
}

.login-imagen:after,
.im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#form > div {
    margin-bottom: 1.56rem;
}

#form > div:last-child {
    margin-top: 0.62rem;
    margin-bottom: 0.62rem;
}

.panel {
    margin-bottom: 1.25rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: transparent;

}

hr {
    width: 35vw;
    border-top: 1px dashed #ddd;
}

.panel-title {
    margin: 1.8vw;
    font-size: 2vw;
}

.panel-default {
    border-color: #ddd;
    border-radius: 1.25rem;
    background-color: white;
}

.panel-body {
    padding: 1.25rem;
    margin-right: 1.87rem;
    padding-top: 1.87rem;
    background-color: rgba(2555, 255, 255, .3);
}

/*Register*/

.imagen-register {
    max-width: 100%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

:focus {
    outline: none;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #ffffff; */
}

.inner {
    position: relative;
    width: 460px;
}

.image-1 {
    position: absolute;
    bottom: -12px;
    left: -210px;
    z-index: 99;
}

.image-2 {
    position: absolute;
    bottom: 0;
    right: -150px;
    z-index: 99;
}

.form-register {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 5px 61px 50px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    font-family: "Raleway";
    color: #333;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 33px;
}

.form-holder {
    position: relative;
    margin-bottom: 21px;
}

.form-holder span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
}

.form-holder span.lnr-lock {
    left: 2px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    height: 38px;
    background: none;
    padding: 3px 42px 0px;
    color: #666;
    font-family: "Raleway";
    font-size: 16px;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: #999;
    transform: translateY(1px);
}

.form-control::-moz-placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: #999;
    transform: translateY(1px);
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: #999;
    transform: translateY(1px);
}

.form-control:-moz-placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: #999;
    transform: translateY(1px);
}

.form-control:focus {
    border-bottom: 1px solid #accffe;
}

.boton-register {
    border: none;
    width: 100%;
    height: 49px;
    margin-top: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #99ccff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Raleway";
    font-size: 15px;
    letter-spacing: 2px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.boton-register span {
    position: relative;
    z-index: 2;
}

.boton-register:before,
.boton-register:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(52, 152, 253, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.boton-register:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.boton-register:hover:before,
.boton-register:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.custom-select {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3px 42px 0px;
    color: #666;
    font-family: "Raleway";
    font-size: 14px;
}


.hr-actividades {
    width: 68vw;
    border-top: 1px dashed #ddd;
}

/* Estilos para tablets */
@media only screen and (min-width: 768px) (max-width: 991px) {
    .inner {
        width: 400px;
        left: 4%;
    }
}

/*@media (min-width: 768px) {
    .logo {
        display: none;
    }
}*/

/*Activides*/


@media only screen and (min-width: 480px) and (max-width: 767px) {

    .panel {
        width: 25rem;
        height: 20.93rem;
        margin-left: auto;
        margin-right: auto;
    }

    .panel-title {
        font-size: 1.06rem;
    }

    .inner {
        width: 100%;
        left: 0;
    }

    .image-1,
    .image-2 {
        display: none;
    }

    form {
        padding: 35px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .wrapper {
        background: none; 
    }
    
}

video::-internal-media-controls-download-button {
    display:none;
}
 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
 
video::-webkit-media-controls-panel {
    width: calc(100% + 25px);
}
