/* 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;
}

/* Loading
***********************/

#loading {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading ul li {
    width: 300px;
    height: 300px;
    line-height: 296px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
    list-style: none;
}

#loading ul li img {
    vertical-align: middle;
    width: 80px;
}

#loading li {
    background: -moz-radial-gradient(center, ellipse cover, rgba(194, 164, 113, 1) 0%, rgba(255, 255, 255, 0) 42%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(194, 164, 113, 1) 0%, rgba(255, 255, 255, 0) 42%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(194, 164, 113, 1) 0%, rgba(255, 255, 255, 0) 42%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2a471', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* General */

.js body {
    display: none;
}

body {
    width: 100%;
    font-family: 'Adobe Garamond Pro';
    color: #c2a471;
}

#logo {
    width: 100px;
    margin: 0 auto 40px;
}

#logo img {
    width: 100%;
    height: auto;
}

.tituloVector {
    width: 80%;
    margin: 0 auto 40px;
}

.tituloVector img {
    width: 70%;
    height: auto;
}

.subtitulo {
    margin-bottom: 30px !important;
    font-size: 36px !important;
    font-family: 'theano_didotregular' !important;
}

.txtSmall {
    font-size: 18px !important;
    font-family: 'glacial_indifferencebold';

}

.blockActions {
    text-align: center;
    margin: 50px 0;
}

.ico-phone {
    background: url(../images/ico-phone.svg) transparent left center / auto 75% no-repeat;
    padding-left: 30px;
}

.ico-email {
    background: url(../images/ico-email.svg) transparent left center / auto 45% no-repeat;
    padding-left: 25px;
}

.ico-timer {
    background: url(../images/ico-timer.svg) transparent left center / auto 46px no-repeat;
    opacity: .5;
    width: 46px;
    height: 46px;
}

.ico-movimientos {
    background: url(../images/ico-movimientos.svg) transparent left center / auto 46px no-repeat;
    opacity: .5;
    width: 46px;
    height: 46px;
}

a {
    color: #000;
    transition: all .2s;
}

a:hover {
    color: #c2a471;
}

/* Modal */

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2vw;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    text-align: center;
    border-radius: 10px;
}

.modal h2 {
    margin-top: 0;
    font-family: 'theano_didotregular' !important;
    font-size: 32px;
}

.modal p {
    font-size: 18px !important;
    color: #000;
    font-weight: 100;
    font-family: 'glacial_indifferencebold';
}

.modal .blockActions {
    margin-bottom: 0;
}

/* Enlaces */

.btn {
    display: inline-block;
    background: #c2a471;
    color: #000;
    text-decoration: none;
    transition: all .2s;
    font-size: 20px;
    padding: 12px;
    cursor: pointer;
    margin: 15px auto;
    border: 0;
    text-transform: uppercase;
    font-family: 'glacial_indifferencebold';
    min-width: 250px;
}

.btn:hover {
    background: #000;
    color: #c2a471;
    text-decoration: none;
}

.enlaceGeneral {
    display: block;
    border: 2px solid #c2a471;
    color: #c2a471;
    text-decoration: none;
    transition: all .2s;
    font-size: 24px;
    padding: 8px 12px;
    cursor: pointer;
    margin: 15px 0;
}

.enlaceGeneral:hover {
    background: #000;
    color: #c2a471;
    border: 2px solid #000;
}

/* Content keyframes */

.container {
    position: relative;
}

.container:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    width: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.5);
}

.keyframe-content h1 {
    font-family: 'Georgia';
    position: relative;
    font-size: 42px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.keyframe-content p {
    font-size: 24px;
    margin: auto;
    line-height: 1.2em;
    color: #000;
    font-weight: 100;
    font-family: 'glacial_indifferenceregular';
}

/* Keyframe 1*/

#keyframe-1 {
    background: url(../images/1.jpg) transparent center center / cover no-repeat;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#keyframe-1 .keyframe-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    height: auto;
    max-height: 90%;
    overflow: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.65);
}

/* Keyframe 2*/

#keyframe-2 {
    background: url(../images/2.jpg) transparent center center / cover no-repeat;
}

#keyframe-2 .keyframe-content {
    width: 90%;
    max-width: 850px;
    padding: 3vw 0;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 999;
}

#keyframe-2 .tituloVector {
    margin-bottom: 10px;
}

/* Keyframe 3*/

#keyframe-3 {
    background: url(../images/1.jpg) transparent center center / cover no-repeat;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#keyframe-3 .keyframe-content {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1180px;
    height: auto;
    max-height: 90%;
    overflow: auto;
    background: rgba(255, 255, 255, 0.65);
}

#keyframe-3 .flexBox .flexItem:nth-child(1) {
    flex: 0 1 50%;
    padding: 30px;
}

#keyframe-3 .flexBox .flexItem:nth-child(2) {
    flex: 0 1 50%;
    background: url(../images/caja.jpg) transparent center bottom / cover no-repeat;
}

#keyframe-3 h2 {
    text-transform: uppercase;
    font-family: 'theano_didotregular';
    font-size: 32px;
}

#keyframe-3 form {
    margin: 40px 0;
}

#keyframe-3 label {
    width: 100%;
    display: block;
    margin: 10px 0;
}

#keyframe-3 label:nth-child(1) {
    margin-bottom: 10px;
}

#keyframe-3 label:nth-child(2) {
    margin-bottom: 30px;
}

#keyframe-3 input[type="email"] {
    width: 100%;
    font-size: 18px;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    background: transparent;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'glacial_indifferencebold';
}


#keyframe-3 select {
    width: 100%;
    font-size: 16px;
    border: 0;
    padding: 10px 0;
    border: 1px solid #000;
    background: transparent;
    font-weight: 100;
    text-align: center;
    font-family: 'glacial_indifferenceregular';
}

#keyframe-3 label p {
    width: auto;
    display: inline;
    font-size: 14px !important;
}

/* Keyframe 4*/

#keyframe-4 {
    background: url(../images/1.jpg) transparent center center / cover no-repeat;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#keyframe-4 h2 {
    margin-top: 0;
}

#keyframe-4 .keyframe-content {
    position: relative;
    margin: 3vw auto;
    z-index: 999;
    width: 90%;
    height: 90%;
    max-width: 1180px;
    padding: 3vw;
    background: rgba(255, 255, 255, 0.65);
    overflow: auto;
}

#keyframe-4 p {
    font-size: 16px !important;
    text-align: justify !important;
    margin-bottom: 10px;
    font-family: 'glacial_indifferenceregular';
}

#keyframe-4 p strong {
    font-size: 16px !important;
    text-align: justify !important;
    margin-bottom: 10px;
    font-family: 'glacial_indifferencebold' !important;
}

#keyframe-4 ul {
    padding: 0 0 20px 30px;
}

#keyframe-4 li {
    color: #000;
    font-size: 16px !important;
    text-align: left !important;
    font-family: 'glacial_indifferenceregular';
}

/* */

@media all and (max-width: 960px) {
    .tituloVector {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 780px) {
    .keyframe-content p {
        font-size: 18px;
    }

    .blockActions {
        margin: 30px 0;
    }

    .txtSmall {
        font-size: 16px !important;
    }

    #keyframe-3 .flexBox .flexItem:nth-child(1) {
        flex: 0 1 100%;
        order: 2;
    }

    #keyframe-3 .flexBox .flexItem:nth-child(2) {
        flex: 0 1 100%;
        order: 1;
        height: 200px;
        background: url(../images/caja.jpg) transparent center bottom / cover no-repeat;
    }
}

@media all and (max-width: 580px) {
    #keyframe-1 .keyframe-content {
        padding: 40px 20px;
    }
}

@media all and (max-width: 460px) {
    .btn {
        min-width: 100%;
    }

    #keyframe-2 .keyframe-content {
        width: 95%;
    }

    .ico-movimientos,
    .ico-timer {
        background-size: auto 26px;
        width: 26px;
        height: 32px;
    }
}
