
/**
* General
*/
html { height: 100%; font-size: 16px; }
body {
    font-family: 'ProximaNova', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background: #ffffff;
    line-height: 24px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0px;
    background: #F0F0F0;
}

a, button { outline: 0 none; }
*:focus {
    outline: 0 !important;
}

img {
    display: block;
    max-width: 100%;
}

fieldset {
    outline: 0 !important;
    border: 0 !important;
}


@media screen and (max-width: 768px) {
    body {
        line-height: 21px;
    }
}

.page-container {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}


.is-iframe .page-container > header,
.is-iframe .section--hero, 
.is-iframe h1, 
.is-iframe .page-container > footer { display: none; }
.is-iframe { background: #ffffff; }

/**
* Header
*/

.site-header {
    width: 100%;
    height: 72px;
    background: #3c3c3b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*! border-bottom: 1px solid #000000; */
    flex: 0 0 auto;
}

.site-header__logo {
    display: block;
    margin: 0;
    width: 173px;
}

@media screen and (max-width: 768px) {
    .site-header {
        height: 50px;
        justify-content: center;
    }
    .site-header__logo {
        margin: 0;
        width: 70px;
    }
}


/**
* Footer
*/
.site-footer {
    flex: 0 0 auto;
}
.site-footer .wrapper {
    background: #141414;
    max-width: 1100px;
    padding: 20px;
}

.site-footer__text {
    margin: 0;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 15px;
}


/**
* Contenido
*/

.page-content {
    display: flex;
    flex-direction: column;
    /*! min-height: 100%; */
    /*! padding-top: 72px; */
    background: #ffffff;
    /*! border-left: 1px solid #979797; */
    /*! border-right: 1px solid #979797; */
    max-width: 1100px;
    margin: 0 auto;
    flex: 1;
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    padding: 12px 20px;
    max-width: 780px;
}

.section__title {
    font-family: 'Jaguar Modern';
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    color: #000000;
    margin: 0 0 25px 0;
    line-height: 28px;
    letter-spacing: 0px;
}
.section__text {
    text-align: center;
    line-height: 1.5;
}

.section__text a {
    color: #000000;
    text-decoration: underline;
}
.section__text a:hover {
    color: #9E1B32;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .section__title {
        font-size: 18px;
        line-height: 19px;
    }
}
@media screen and (max-width: 768px) {
    .section__title {
        font-size: 19px;
        line-height: 20px;
    }
}

/**
* Hero
*/

.section--hero .wrapper {
    padding: 0 0 12px 0;
    max-width: none;
}

.hero {
    padding-top: 22.73%;
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

@media screen and (max-width: 580px) {
    .hero {
        min-height: auto;
        padding-top: 36%;
    }    
}

/**
* C2C Form
*/

.section--form .wrapper {
    max-width: 750px;
}

.c2c-form__fields {
    display: flex;
    flex-wrap: wrap;
}
.c2c-form__group {
    width: 50%;
    padding-top: 25px;
}
.c2c-form__group:nth-child(1),
.c2c-form__group:nth-child(2) {
    padding-top: 0;
}
.c2c-form__group:nth-child(2n+1) {
    padding-right: 25px;
}
.c2c-form__group:nth-child(2n+2) {
    padding-left: 25px;
}

.c2c-form__group label {
    margin: 0 0 5px;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.c2c-form__buttons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.c2c-form__button {
    flex: 0 auto;
}
.c2c-form__schedule {
    height: 44px;
    padding: 7px 0;
    margin: 0 0 0 25px;
    font-size: 13px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .c2c-form__fields {
        max-width: 400px;
        margin: 0 auto;
    }
    .c2c-form__group {
        width: 100%;
        padding-top: 25px;
    }
    .c2c-form__group:nth-child(2) {
        padding-top: 25px;
    }
    .c2c-form__group:nth-child(2n+1) {
        padding-right: 0;
    }
    .c2c-form__group:nth-child(2n+2) {
        padding-left: 0;
    }
    .c2c-form__button {
        width: 100%;
    }
    .c2c-form__schedule {
        margin: 15px 0 0;
        width: 100%;
        /*! text-align: center; */
    }
    .c2c-form__schedule br {
        display: none;
    }
}

/**
* Legals
*/

.section--legals .wrapper {
    max-width: 990px;
}

.section--legals .section__text {
    font-size: 10px;
    text-align: left;
    line-height: 1.2;
}

/**
* Formulario
*/

input:focus + label, input.has-value + label {
    opacity: 0;
}

input:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(54,54,54,.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(54,54,54,.5);
    box-shadow: 0px 0px 5px 0px rgba(54,54,54,.5);
}

input[type="text"], .select {
    outline: 0 none !important;
    color: #000000;
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 1;
    font-family: inherit;
    padding: 15px;
    background: #ffffff;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    text-align: left;
    font-weight: normal;
    border-radius: 0;
    transition: box-shadow 200ms linear, border-color 200ms linear;
    height: 44px;
}
.select { padding: 0; position: relative; cursor: pointer; overflow: hidden; }
.select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url('../img/select-arrow.png') no-repeat center center;
    pointer-events: none;
}
.select:hover:before {
    
}
.select select {
    font-size: 14px;
    line-height: 1;
    font-family: inherit;
    color: hsl(0, 0%, 21%);
    padding: 15px;
    -webkit-padding-start: 15px;
    text-indent: 0;
    width: 100%;
    font-weight: normal;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #9b9b9b;
    letter-spacing: normal;
    outline: none;
    height: 44px;
}
.select select.has-value {
    color: #363636;
}
.select option {
    color: #363636;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}
.select option[disabled] {
    color: #9b9b9b;
}

.select select:focus {
    outline: none;
}
.input-error {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(158,27,50,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(158,27,50,1);
    box-shadow: 0px 0px 0px 2px rgba(158,27,50,1);
}
.button {
    border: 1px solid #3c3c3b;
    background: #3c3c3b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    min-width: 120px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    height: 44px;
}
.button:hover, .button:focus {
    outline: 0;
    background: transparent;
    color: #3c3c3b;
    border-color: #3c3c3b;
}
.button:before { 
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    /*! padding-top: 60%; */
    background: url('../img/arrow-btn-white.png') no-repeat;
    background-size: 100% auto;
    background-position: center center;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 1px;
    transition: background 200ms linear;
}
.button:hover:before { 
    background-image: url('../img/arrow-btn-black.png');
}
.button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url('../img/loader.gif') no-repeat center center;
    pointer-events: none;
    opacity: 0;
}
.button.loading:after {
    opacity: 1;
    pointer-events: auto;
    cursor: default;
}

/**
* Cookie preference
*/

#teconsent { display: none; font-size: 10px; text-align: center; }
#teconsent a { color: #ffffff; text-decoration: underline; }
#trustarc-preferences-link-container #teconsent { display: block; }

/**
* Sección 1
* Esto es solo un ejemplo de bloque. Las secciones no tienen porque llamarse "section-1".
*/
.section-1 { }
.section-1 .item { }
.section-1 .cosa { }
.section-1 .articulo { }

@media screen and (max-width: 1024px) {

}

/**
* Dummy class para evitar que Chrome quite cosas del CSS
* Y si las quita, que las quite de aqui
*/
.dummy-no-me-toques-chrome {}
@media screen and (max-width: 1600px) {
	.dummy-no-me-toques-chrome{
		height: 100%;
		height: 100%;
		height: 100%;
		height: 100%;
		height: 100%;
	}
}

