/* vietnamese */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBiAJpo3fKyHyQQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBiEJpo3fKyHyQQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jpo3fKyE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


@font-face {
    font-family: GothamMedium;
    src: url('/fonts/gotham/GothamRounded-Medium.otf');
}

button{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.display-none{
    display: none;
}

.concepto{
    color:white; 
    font-size:20px;
    font-family: GothamMedium;
    
}

.dIblock{
    display: inline-block;
    width: 100%;
}

.mh{
   height: 100%;
}

#intentalo{
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    max-width: 1140px;
}

#inicio{
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    max-width: 1140px;
}

.btn-circle { 
    width: 190px;
    height: 190px;
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 16px;
    text-align: center;
    border: 2px solid white;
} 

/*.btn-circle:hover { 
    border: 2px solid white;
    box-shadow: 0 0 15px 5px;
}*/

.btn-circle:focus { 
    border: 2px solid white;
    box-shadow: 0 0 20px 20px;
} 

#foo {
    border-radius: 10px;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    width: 80%;
    margin-top: -37%;
}

.bg-play {
    height: 641px;
    background-image:url('../../images/background/inicio.jpg');
    background-repeat:no-repeat;
    background-size:contain;
}

.bg-init {
    height: 641px;
    background-image:url('../../images/background/volver.jpg');
    background-repeat:no-repeat;
    background-size:contain;
}

.bg_video_01 {
    background-image:url('../../images/background/video_01.jpg');
    background-repeat:no-repeat;
    background-size:contain;

    --bg1--width: 1140;
    --bg1--height: 641;

    position: relative;
    padding-bottom: calc(var(--bg1--height) / var(--bg1--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
}

.bg_video_01 iframe,
.bg_video_01 object,
.bg_video_01 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_video_02 {
    width: 100%;
    background-image:url('../../images/background/video_02.jpg');
    background-repeat:no-repeat;
    background-size:contain;

    --bg--width: 1140;
    --bg--height: 641;

    position: relative;
    padding-bottom: calc(var(--bg--height) / var(--bg--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
}

.bg_video_02 iframe,
.bg_video_02 object,
.bg_video_02 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_video_03 {
    width: 100%;
    background-image:url('../../images/background/video_03.jpg');
    background-repeat:no-repeat;
    background-size:contain;

    --bg--width: 1140;
    --bg--height: 641;

    position: relative;
    padding-bottom: calc(var(--bg--height) / var(--bg--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
}

.bg_video_03 iframe,
.bg_video_03 object,
.bg_video_03 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_video_04 {
    width: 100%;
    background-image:url('../../images/background/video_04.jpg');
    background-repeat:no-repeat;
    background-size:contain;

    --bg--width: 1140;
    --bg--height: 641;

    position: relative;
    padding-bottom: calc(var(--bg--height) / var(--bg--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
}

.bg_video_04 iframe,
.bg_video_04 object,
.bg_video_04 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Animación con keyframe llamada "latidos" */
@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}
/* En la clase corazon vamos a llamar latidos en la animación  */
.corazon {
    display: inline-block;
    color: white;
    animation: latidos 1.0s infinite;
    transform-origin: center;
}
.corazon:hover {
    text-shadow: 0 0 10px #222,1px 1px  0 #450505;
    color: white;
    border: 2px solid white;
    box-shadow: 0 0 15px 5px;
}

.embed-container {
    --video--width: 1140;
    --video--height: 641;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: white;
    /*background-image:url('../../images/background/loader.gif');*/
    left: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .btn-init{
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 23%;
        padding-left: 118px;
        padding-right: 60px;
        padding-top: 67px;
        color: white;
    }

    .btn-init:hover{
        box-shadow: 0 0 15px 0px;
        color: white;
    }

    .btn-play {
        margin: 0 auto;
        border-radius: 22px;
        margin-top: 30%;
        padding-left: 168px;
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 77px;
        right: 286px;
    }

    .btn-play:hover{
        box-shadow: 0 0 15px 0px;
        color: #0b4f96;
    }
}

@media (max-width: 1199px) {

    #foo {
        margin-top: -38%;
    }

    .concepto{
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-init{
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 23%;
        padding-left: 90px;
        padding-right: 60px;
        padding-top: 56px;
        color: white;
    }
    .btn-init:hover{
        box-shadow: 0 0 15px 0px;
        color: white;
    }

    .btn-play {
        margin: 0 auto;
        border-radius: 22px;
        margin-top: 30%;
        padding-left: 143px;
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 63px;
        right: 239px;
    }
    .btn-play:hover{
        box-shadow: 0 0 15px 0px;
        color: #0b4f96;
    }

}

@media (max-width: 991px) {

    .btn-circle { 
        width: 100px;
        height: 100px;
        font-size: 12px;
    }

    .concepto{
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-init{
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 23%;
        padding-left: 53px;
        padding-right: 60px;
        padding-top: 41px;
        color: white;
    }
    .btn-init:hover{
        box-shadow: 0 0 15px 0px;
        color: white;
    }

    .btn-play {
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 30%;
        padding-left: 100px;
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 45px;
        right: 181px;
    }
    .btn-play:hover{
        box-shadow: 0 0 15px 0px;
        color: #0b4f96;
    }
}

@media (max-width: 767px) {

    .btn-play {
        font-size: 16px;
    }

    .btn-juega {
        font-size: 16px;
    }

    .btn-init {
        font-size: 16px;
    }

    .concepto{
        font-size: 10px;
    }
}

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

    .btn-init{
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 23%;
        padding-left: 26px;
        padding-right: 60px;
        padding-top: 29px;
        color: white;
    }
    .btn-init:hover{
        box-shadow: 0 0 15px 0px;
        color: white;
    }

    .btn-play {
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 30%;
        padding-left: 73px;
        /* padding-right: 60px; */
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 33px;
        right: 135px;
    }
    .btn-play:hover{
        box-shadow: 0 0 15px 0px;
        color: #0b4f96;
    }
}

@media (max-width: 575px) {

    .btn-play {
        font-size: 12px;
    }

    .btn-juega {
        font-size: 12px;
    }

    .btn-init {
        font-size: 12px;
    }

    .btn-init{
        margin: 0 auto;
        border-radius: 10px;
        padding-left: 562px;
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 55%;
        right: 0px;
    }

    .btn-play {
        margin: 0 auto;
        border-radius: 10px;
        padding-left: 562px;
        font-size: 20px;
        color: white;
        position: absolute;
        padding-top: 55%;
        right: 0px;
    }

}

@media (max-width: 400px) {

    .btn-circle { 
        width: 80px;
        height: 80px;
        font-size: 10px;
    }

}

@media (max-width: 380px) {

    .btn-circle { 
        width: 60px;
        height: 60px;
        font-size: 10px;
    }

}






