/* Reset Styles
***********************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
h1,
p,
a,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Base */

body {
    font-family: 'glacial_indifferenceregular';
    background: #c2a471;
    color: #fff;
    width: 100%;
    float: left;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'theano_didotregular';
    color: #fff;
}

h2 {
    font-size: 50px;
    display: block;
    margin-top: 0;
}

p {
    font-size: 32px;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #000;
}

/* Loading */

.loading #container {
    opacity: 0;
}

.loading:before {
    content: url(../images/loader.gif);
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Modal */

#modal-box {
    border-radius: 10px;
    padding: 30px;
    background: #c2a471;
    color: #fff;
    text-align: left;
    font-size: 16px;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    z-index: 999;
    box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, .6);
}

/* */

.modal-window {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(40% - 100px);
    height: auto;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: left;
    z-index: 999999 !important;
    opacity: 0;
    display: none;
    background: #c2a471;
    color: #fff;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 30px 50px;
    overflow-y: auto;
    box-shadow: 5px 6px 5px 1px rgba(0, 0, 0, .6);
}

#modal-content {
    overflow-y: auto;
}

.modal-window:target {
    opacity: 1;
    display: inherit;
    pointer-events: auto;
}

.modal-window:target .flex-direction-nav {
    visibility: hidden;
    display: none;
}

.modal-close {
    line-height: 70px;
    font-size: 62px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    height: 70px;
    text-decoration: none;
    color: #fff;
}

.modal-close:hover {
    color: #000;
}

.modal-window h1 {
    font-family: 'Georgia';
    text-transform: uppercase;
    font-size: 42px !important;
    margin: 0 0 15px !important;
    padding: 0 0 15px !important;
    text-align: center;
    background: url(../images/linea.svg) transparent center bottom / 200px auto no-repeat;
}

.modal-window p {
    margin-bottom: 10px;
    font-size: 22px;
}

.modal-window a {
    color: #fff;
}

.modal-window a:hover {
    color: #000;
}

/* Imagen de fondo */

.image-frame {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* General */

#botones {
    width: 100%;
    padding: 30px 0 0;
    margin: auto;
}

#botones a {
    display: inline-block;
}

.btn {
    height: 50px;
    border-radius: 50px;
    width: calc(100% - 40px);
    padding: 0 20px;
    border: 1px solid #c8ae84;
    background: #c8ae84;
    text-align: center;
    margin: 15px 0;
    font-family: 'glacial_indifferenceregular';
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s;
}

.btn:hover {
    background: #000;
    border: 2px solid #000;
    text-decoration: none;
    color: #fff;
}

.enlace-general {
    color: #fff;
    text-decoration: none;
    transition: all .2s;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 15px 0;
}

.enlace-general:hover {
    color: #000;
}

.fontDidot {
    font-family: 'theano_didotregular';
}

.txtSmall,
.txtSmall a {
    font-size: 16px;
}

/* Content keyframes */

#container,
.slides,
.slides li,
.keyframe {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #c2a471;
}

.separator {
    display: block;
    width: 100%;
    height: 3vw;
}

#keyframe-2 {
    overflow: auto;
}

.fullWidth > .flexBox {
    width: 80%;
    height: auto;
    position: absolute;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullWidth > .flexBox .flexItem {
    flex: 0 1 auto;
    max-width: 140px;
    padding: 20px;
    position: relative;
}

.fullWidth > .flexBox .flexItem img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 2px 2px 19px -4px rgba(0, 0, 0, .4);
    border-radius: 6px;
}

.fullWidth > .flexBox .flexItem a {
    position: relative;
    display: block;
}

.fullWidth > .flexBox .flexItem a:before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    background: #000;
    border-radius: 3px;
    opacity: 0;
    z-index: 9;
    transition: all .2s;
}

.fullWidth > .flexBox .flexItem a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\2193";
    font-size: 42px;
    color: #fff;
    opacity: 0;
    z-index: 9;
    transition: all .2s;
}

.fullWidth > .flexBox .flexItem a:hover:before {
    opacity: .2;
}

.fullWidth > .flexBox .flexItem a:hover:after {
    opacity: 1;
}

.columnLeft,
.columnRight {
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
}

.columnLeft {
    left: 0;
}

.columnRight {
    right: 0;
}

.eslogan {
    width: 80%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fullWidth .eslogan {
    width: 80%;
    max-width: 15vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 4vw auto;
}

.eslogan img {
    width: 100%;
    height: auto;
    margin: auto;
}

#mainContent {
    width: 80%;
    height: auto;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #dbc9ac;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding: 10%;
}

#mainContent h2 {
    font-size: 36px;
}

#mainContent p {
    font-size: 20px;
    font-family: 'theano_didotregular';
    font-style: italic;
}

#privacidad {
    margin: auto;
    width: 100%;
    max-width: 550px;
    text-align: left !important;
    overflow: hidden;
    font-family: 'theano_didotregular';
}

#privacidad input {
    float: left;
    width: 20px;
    margin-top: 3px;
}

#privacidad label {
    font-style: italic;
    color: #fff;
    float: left;
    width: calc(100% - 20px);
}

.inputText {
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.form-text {
    height: 50px;
    border-radius: 50px;
    width: calc(100% - 40px);
    padding: 0 20px;
    border: 1px solid #c8ae84;
    background: #c8ae84;
    text-align: center;
    margin: 15px 0;
    font-family: 'theano_didotregular';
    font-size: 18px;
    font-style: italic;
}

.form-text::placeholder {
    color: #fff;
    opacity: .5;
}

/* Opciones */

.respuestasContent {
    position: relative;
    padding: 0;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

.respuestasContentTitle p {
    color: #fff;
    font-size: 24px;
    font-style: italic;
}

.inputGroup {
    background: rgba(194, 164, 113, .8);
    display: block;
    margin: 10px 0;
    position: relative;
}

#groupSelectOptionsTitle {
    font-size: 24px;
    padding: 16px 20px;
}

#groupSelectOptionsTitle p {
    color: #fff;
}

.inputGroupTitle {
    margin-bottom: 20px;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.inputGroup label {
    padding: 12px 20px;
    display: block;
    text-align: left;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 24px;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-family: 'theano_didotregular';
    font-style: italic;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: rgba(194, 164, 113, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
    background-color: #000;
}

.inputGroup input:checked ~ label:after {
    background-color: #000;
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
}

#groupSelect {
    margin-top: 20px;
}

.groupSelectOptions {
    border: 1px solid #fff;
    font-style: italic;
}

#groupSelect .inputGroup {
    background: rgba(204, 176, 131, 1);
    border-bottom: 1px solid #fff;
    display: block;
    margin: 0;
    position: relative;
}

#groupSelect .inputGroup:last-child {
    border-bottom: 0;
}

.groupSelectOptions label {
    text-align: center;
}

.groupSelectOptions .inputGroup label:after {
    width: 40px;
    height: 35px;
    content: '';
    border: 0;
    background-color: none;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    border-radius: 0;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.groupSelectOptions .inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
    background-color: #c2a471;
}

.groupSelectOptions .inputGroup input:checked ~ label:after {
    background-color: transparent !important;
    background-size: 100% auto !important;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
}

/* Keyframe 1 */


/* Keyframe 2 */


/* Keyframe 3 */


/* Keyframe 4 */


/* Keyframe 5 */

/***********************/
/* RESPONSIVE */
/***********************/

@media all and (max-width: 1280px) {}

@media all and (max-width: 1024px) {
    .columnLeft {
        width: 30%;
    }

    .columnRight {
        width: 70%;
    }
}

@media all and (max-width: 780px) {
    #keyframe-1 {
        overflow: auto;
    }
    .eslogan {
        position: relative;
        max-width: 130px;
        top: 0;
        left: 0;
        transform: none;
        margin: 30px auto;
    }
    .columnLeft,
    .columnRight {
        width: 100%;
        height: auto;
        position: relative;
    }

    #mainContent {
        width: 90%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: auto;
    }
}

@media all and (max-width: 480px) {
    .modal-window p {
        font-size: 18px;
    }

    .slogan p {
        font-size: 42px;
    }
}
