body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.container .col:nth-child(2) {
    left: 50%;
    right: 0;
    background: url('../asset/ceu\ ini.jpg');
    background-size: cover;
    background-position: center;
}

#homeContainerAR .col:nth-child(2) {
    background: url('../asset/arMenu.jpg');
    background-size: cover;
    background-position: center;
}

div#imageColAR:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.3;
}

.container .col:nth-child(1) {
    left: 0;
    right: 50%;
}
.container .col {
    position: absolute;
    top: 0;
    bottom: 0;
}
.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.logo > img {
    width: 50%;
}

#ceuEmpty {
    width: 30%;
}

.col {
  display: flex;
  flex-direction: column;
  height: 95%;
}

.logo {
    text-align: center;
    margin-top: 30px;
}

#languageMenu {
    text-align: center;
    height: 20px;
    width: 32px;
    position: absolute;
    top: 29px;
    right: 20px;
    display: flex;
}

.language > img {
    height: auto;
    width: 100%;
    margin-right: 10px;
    cursor: pointer;
}

.language > img:hover {
    box-shadow: 4px 3px 7px 0px #000000;
}

.enviar > button {
    outline: none;
    font-size: 18pt;
    padding: 12px 85px;
    border-radius: 50px;
    border: none;
    color: white;
    background: #019DE0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.enviar > button:hover {
    opacity: 0.7;
}

.enviar {
    text-align: center;
}

#imageCol, #imageColAR{
    height: 100%;
}


.centro {
  margin: auto;
  text-align: center;
}

h2 {
    font-size: 36pt;
    font-weight: 500;
    color: #019DE0;
}

.selector {
    margin-top: 60px;
    font-size: 13pt;
}
.selector select {
    width: 66%;
    max-width: 400px;
    min-width: 312px;
    font-size: 14pt;
    line-height: 25pt;
    height: 50px;
    padding: 12px 20px;
    border-radius: 5px;
    border-color: #ccc;
    outline: none;
}

#startExperienceButton {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #DFE1E5;
    color: #FFFFFF;
 }

 /* The Modal (background) */
.modal, .confirmModal {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal-content, .confirmModalContent 
{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #00000029;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 88%;
  white-space: break-spaces;
  border-radius: 11px;
  display: flex;
  flex-flow: column;
  position: relative;
}

#closeModalButton {
    margin-bottom: 20px;
}

#closeModalButton {
    margin-bottom: 20px;
  }

  #closeModalButton {
    margin-left: auto;
    cursor: pointer;
  }

  #closeModalButton:hover {
    margin-left: auto;
    color: #019DE0;
  }

  .titulo{
    width: 80%;
    margin: auto;
  }


  .preloader_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 300;
    color: #019DE0;
    font-size: 16px;
  }

.loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);    
}

.loader img {  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 100px;
  min-width: 100px;
}

@media only screen and (max-width: 830px) {
    h2 {
        font-size: 18pt;
    }

    .enviar > button {
        font-size: 14pt;
        padding: 9px 40px;
    }

    .logo > img {
        width: 100%;
    }
}

@media only screen and (max-height: 550px) {
    #ceuEmpty {
        width: 35%;
    }
}

@media only screen and (max-width: 450px) {
    .container .col:nth-child(1) {
        left: 0;
        right: 0;
    }

    .col {
        height: 100%;
      }

    #imageCol, #imageColAR {
        height: 50%;
    }

    .container .col:nth-child(2) {
        left: 0%;
        right: 0;
        top: 12%;
        bottom: 40%;
        background: url(../asset/ceu\ ini.jpg);
        background-size: cover;
        background-position: center;
    }

    #homeContainerAR .col:nth-child(2) {
        background: url('../asset/arMenu.jpg');
        background-size: cover;
        background-position: center;
    }

    .container .col {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .logo {
        text-align: center;
        margin-top: 0px;
    }

    .logo > img {
        width: 80%;
    }

    #ceuEmpty {
        width: 48%;
    }

    .centro {
        top: auto;
        left: 50%;
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        margin: auto;
        text-align: center;
        width: 90%;
        left: 0;
        right: 0;
        bottom: 15%;
        position: absolute;
    }

    h2 {
        font-size: 20px;
        font-weight: 500;
        color: #019DE0;
    }

    .selector {
        font-size: 12px;
        margin-top: 0px;
    }

    .selector select {
        width: 90%;
        max-width: 400px;
        min-width: 0;
        font-size: 12px;
        line-height: 25pt;
        height: 35px;
        padding: 0px 20px;
        border-radius: 5px;
        border-color: #ccc;
        outline: none;
    }

    .enviar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3%;
        margin: auto;
        text-align: center;
        width: 85%;
    }

    .container .col {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .enviar > button {
        outline: none;
        font-size: 16px;
        padding: 12px 50px;
        border-radius: 50px;
        border: none;
        color: white;
        background: #019DE0;
        cursor: pointer;
        transition: opacity 0.3s;
    }    
}