/*Set-up the html area*/
html{
    height:100vh; 
    overflow:hidden;
}

body{
    width: 100%;
    height: 100%;   
    position: static;
    background: #73e2cb;
    background-image: url("../imgs/pattern.png");
}

.lightbox{
	position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
	width: 100%;
    height: 100%;
}

.wrapper{
    margin: auto;
    position: fixed; /* Stay in place */
    left: 0;
    align-self: center;
    top: 35%;  
    width: 100%; /* Full width */
    height: 100%; /* Full height */ 
}

.messageBoxArea{
    max-width: 30%;
    min-width: 400px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.messageBox{
    text-align: center;
    margin-left: 0%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);

    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(248,234,221,1) 0%,rgba(248,234,221,1) 92%,rgba(218,215,183,1) 100%);
    border-radius: 10px;
}

.titleBox{
    height: 50px;
    font-weight: 900;
    font-size: 18px;
    padding-top: 10px;
    background: #2074b8;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Comfortaa', cursive;
}

.contentBox{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-family: 'Comfortaa', cursive;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(248,234,221,1) 0%, rgba(248,234,221,1) 92%, rgba(218,215,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(248,234,221,1) 0%,rgba(248,234,221,1) 92%,rgba(218,215,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(248,234,221,1) 0%,rgba(248,234,221,1) 92%,rgba(218,215,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#dad7b7',GradientType=0 ); /* IE6-9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 160px;
    color: #5c5c5c;
    overflow: auto;
    padding-bottom: 5px;
}

strong{
    color: black;
}

.lightbox_info{
    background: url(../imgs/instrucciones.svg) no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    top: -5px;
    right: 0px;
}

.lightbox_question{
    background: url(../imgs/reto.svg) no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    top: -4px;
    right: -8px;
}

.lightbox_close{
    background: url(../imgs/salir.svg) no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    top: -5px;
    right: 5px;
}

.videoBox{
    width: 100%;
    height: 100%;
}
.videoClose{
    color: red;
    width: 100%;
    height: 5%;
    background: red;
}
.videoWrapper{

    width: 100%;
    height: 100%;
    display: block;
    
}

.videoArea{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

button.close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../imgs/salir.svg) no-repeat;
}

.common_font_colones{
    font-family: Arial, Helvetica, sans-serif;
}

@media all and (max-width: 960px) {
    .contentBox{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        font-family: 'Comfortaa', cursive;
        background: rgb(30,87,153); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(248,234,221,1) 0%, rgba(248,234,221,1) 92%, rgba(218,215,183,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(248,234,221,1) 0%,rgba(248,234,221,1) 92%,rgba(218,215,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(248,234,221,1) 0%,rgba(248,234,221,1) 92%,rgba(218,215,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#dad7b7',GradientType=0 ); /* IE6-9 */
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 100px;
        width: 100%;
        padding-bottom: 10px;
    }
    
    .titleBox{
        height: 40px;
        font-weight: 900;
        font-size: 18px;
        padding-top: 5px;
        background: #2074b8;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-family: 'Comfortaa', cursive;
    }
    
    .lightbox_info{
        background: url(../imgs/instrucciones.svg) no-repeat;
        width: 40px;
        height: 40px;
        position: relative;
        top: -5px;
        right: 0px;
    }

    .lightbox_question{
        background: url(../imgs/reto.svg) no-repeat;
        width: 40px;
        height: 40px;
        position: relative;
        top: -4px;
        right: -8px;
    }

    .lightbox_close{
        background: url(../imgs/salir.svg) no-repeat;
        width: 40px;
        height: 40px;
        position: relative;
        top: -5px;
        right: 5px;
    }
    
}

greenCheck{
    color: #3f7900;
}

redX{
    color: #ac0000;
}

/*FONTS******************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/Be0CkOtwwI2n86HMhtablRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/-DackuIFgo7Hfy3rR14C3xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/UgYUhLCkRUocJ8OZnvelZxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/Ao3NCHUpHgdVgp2UtibJoRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/wz1gqe57Mbg11v-OrLlVjhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(./gfonts/qLBu5CQmSMt1H43OiWJ77VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/******************************************************************************/

/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(./gfonts/4fsTWUM100DESRCrYMRNTfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(./gfonts/qEjAkCC_I8-NsX6aYiQHCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(./gfonts/cSNs3NwpEgPVRQzvkh3NeQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/************************************************************************************/

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(./gfonts/gG8m82oGcrBJF727xHU04fY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(./gfonts/F4YWuALHubF63LLQPw0rMfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(./gfonts/HLBysyo0MQBO_7E-DWLwzg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
