@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-CondensedExtraBold.woff2') format('woff2'),
    url('../fonts/Futura-CondensedExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.woff2') format('woff2'),
    url('../fonts/Futura-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Medium.woff2') format('woff2'),
    url('../fonts/Futura-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-MediumItalic.woff2') format('woff2'),
    url('../fonts/Futura-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-CondensedMedium.woff2') format('woff2'),
    url('../fonts/Futura-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

:root {
    --font-family-normal: 'Futura', sans-serif;
    --font-family-heavy: 'Tolyer', sans-serif;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0 20px;
    min-height: 100%;

    font-family: var(--font-family-normal);
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #143a61;
    background: #fbfbfb url("../images/bg-header.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.content-wrapper {
    min-height: 100%;
}

.aviso-desktop {
    display: none;
}

a,
a:hover,
a:active,
a:visited {
    color: #143a61;
}

h1 {
    margin: 0;
    padding: 0;
}

h1 a {
    background: transparent url("../images/logo.webp") 50% 50% no-repeat;
    background-size: contain;
    height: 107px;
    margin: 10px;
    padding: 0;
    text-indent: -9999px;
    display: block;
}

h2 {
    margin: 10px 0;
    font-family: var(--font-family-normal);
    font-size: 23px;
    font-weight: 800;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #143a61;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.box {
    margin: 20px 10px;
    padding: 23px 14px 17px 19px;
    border-radius: 26px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
}

.box p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #143a61;
}

.wrapper-btn {
    margin: 15px 19px;
}

.btn {
    margin: 0;
    padding: 20px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: #f9b233;
    display: block;
    text-decoration: none;
    border-width: 0;
    width: 100%;

    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

footer {
    padding: 15px 0;
}

footer ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    text-decoration: none;
}

/** Ventanas */
.ventana {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    display: none;
}

.ventana.ventana-1 {
    display: block;
}

/** Resultado */
body.resultado footer {
    padding-top: 190px;
    background: transparent url("../images/mano-bandera.png") 100% 100% no-repeat;
    margin-right: -20px;
    margin-left: -20px;
}

/** Home */
.home {
    background: #f9b233 url("../images/puntos-sup.png") 100% 0 no-repeat;
    padding: 0;
    height: 100%;
}

.home .body-content {
    background: transparent url("../images/mano-bandera.png") 100% 100% no-repeat;
    min-height: 100%;
    padding: 10px 20px;
}

.home .content-wrapper {
    height: 100%;
}

.home h2 {
    font-size: 33px;
}

.home strong {
    color: #fff;
}

.home form label {
    display: block;
    margin: 10px 0;
}

.home form input[type=submit] {
    padding: 20px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
    background-color: transparent;
    display: block;
    width: 100%;

    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.home footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.home footer,
.home footer a {
    color: #fff;
}

/** Participar */
.participar {
    padding: 10px 0;
}

.participar ul {
    list-style-type: none;
    padding: 0;
}

.participar ul li {
    margin: 8px 0;
}

.participar ul li strong {
    width: 24px;
    height: 23px;
    line-height: 23px;
    margin: 0 0 1px;
    border-radius: 3.2px;
    background-color: #f9b233;
    text-align: center;
    display: inline-block;
}

.participar ul li span {
    font-size: 18px;
    font-weight: 500;
    /*display: inline-block;*/
    margin-left: 10px;
    line-height: 27px;
}

.participar .box {
    background-image: url("../images/10-fotos.webp");
    background-position: bottom 15px right 15px;
    background-size: 155px 155px;
    background-repeat: no-repeat;
    padding-bottom: 165px;
}

/** Pasos */
body ul.numero-paso {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

body ul.numero-paso li {
    display: inline-block;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 20px;
    padding: 0;
    background-color: #143a61;
    color: #fff;
    opacity: 0.5;
    border-radius: 5.6px;
}

body ul.numero-paso li.actual {
    background-color: #f9b233;
    color: #fff;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 9px;
    font-size: 45px;
    opacity: 1.0;
}

.pasos {
    display: none;
}

.pasos.visible {
    display: block;
}

/** Paso1 */
.paso1 ul.opciones {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.paso1 ul.opciones li a {
    display: block;
    padding: 50px 15px 50px 75px;
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background: transparent url('../images/ico-galeria.svg') 15px 50% no-repeat;
    background-size: 42px 39px;
    text-decoration: none;
}

.paso1 ul.opciones li a:hover {
    text-decoration: none;
}

.paso1 ul.opciones li.camara a {
    background: transparent url('../images/ico-camara.svg') 15px 50% no-repeat;
    background-size: 42px 34px;
}

.paso2 {
    padding: 0 12px 20px 12px;
}

.paso3 .box {
    background: transparent url("../images/10fotos.png") right 20px bottom 15px no-repeat;
    background-size: 133px 133px;
    padding-bottom: 140px;
}

/** Preview */
.preview {
    position: relative;
    width: 100%;
}

.preview > div {
    margin: auto;
}

.preview img#imagen-seleccionada {
    width: 100%;
}

.wrapper-paises {
    padding: 12px 17px;
    background-color: #143a61;
    border-radius: 0 0 17.7px 17.7px;
    height: 88px;
    overflow-x: auto;
    max-width: 297px;
    margin: auto;
}

ul.paises {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    z-index: 33;
}

ul.paises li {
    display: inline-block;
    margin: 0 7px;
    text-align: center;
}

ul.paises li img {
    /*box-shadow: 0 5px 8px 0 #091b2e;*/
}

ul.paises li span {
    display: block;
    color: #fff;
}

/** Formulario */
.formulario {
    padding: 10px 0;
}

.formulario p {
    color: #143a61;
}

.formulario form label {
    display: block;
    margin: 10px 0 15px 0;
    position: relative;
}

.formulario form label label.inp-error {
    top: -5px;
    right: 0;
    position: absolute;
    color: #db4848;
    font-size: 8px;
}

.formulario form label label.inp-error ~ textarea,
.formulario form label label.inp-error ~ input {
    background-color: #f9c8c8;
}

.formulario form label.recaptcha-wrapper label.inp-error {
    color: #db4848;
    font-size: 8px;
    text-align: left;
    position: inherit;
    top: inherit;
    right: inherit;
}

.formulario form label.checkbox label.inp-error {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 0;
}

.formulario form label span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #143a61;
    margin-bottom: 3px;
}

.formulario form label input[type=text],
.formulario form label input[type=email],
.formulario form label input[type=phone],
.formulario form label input[type=password],
.formulario form label input[type=file] {
    display: block;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 7px 13px;
    border-width: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: Futura;
    width: 100%;
}

.formulario form label input[type=file] {
    padding: 0 130px 0 13px;
    position: relative;
    min-height: 37px;
    line-height: 37px;
}

.formulario form label input[type=file]::-webkit-file-upload-button {
    display: none;
}

.formulario form label input[type=file]::after {
    content: 'Télécharger';
    display: inline-block;
    background: #f9b233;
    padding: 0 28px;
    border-radius: 5px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: 37px;
}

.formulario form label input[type=file]:hover::after {
}

.formulario form label input[type=file]:active::after {
}

.formulario form label textarea {
    display: block;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 7px 247px 6px 13px;
    border-width: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: Futura;
    width: 100%;
    height: 75px;
}

.formulario form label input[type=checkbox].inp-error {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.formulario form label.checkbox span {
    display: inline-block;
}

.recaptcha-wrapper {
    text-align: center;
}

/** Modals */
.modal {
    /*display: flex;*/
    background-color: rgba(0, 0, 0, .57);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: none;
}

.modal .modal-content {
    width: 95%;
    min-height: 250px;
    background-color: #fff;
    padding: 50px 20px 20px 20px;
    position: relative;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.modal .modal-content h2 {
    margin: 5px 10px 20px 10px;
    text-transform: uppercase;
    text-align: left;
}

.modal .modal-content p {
    font-size: 20px;
}

.modal#modal-aviso-cookies .modal-content {
    text-align: center;
    color: #143a61;
}

.modal#modal-aviso-cookies .modal-content h2 {
    font-size: 23px;
    text-align: center;
}

.modal#modal-aviso-cookies .modal-content p {
    font-size: 18px;
    margin: 10px;
}

.modal#modal-aviso-cookies .modal-content .acciones {
    text-align: center;
    margin: 40px 0 10px 0;
}

.modal#modal-aviso-cookies .modal-content .acciones a.btn {
}

/** Desktop */
@media only screen
and (min-device-width : 480px) {

    body {

    }

    .content-wrapper,
    footer {
        display: none;
    }

    .aviso-desktop {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        background: #f9b233 url("../images/bandera-desktop.png") 0 0 no-repeat;
        background-size: 100% auto;
        z-index: 99;
        display: block;
    }

    .aviso-desktop h1 {
        margin-top: 50px;
    }

    .aviso-desktop .box {
        max-width: 870px;
        margin: 45px auto;
        text-align: center;
        z-index: 100;
        position: relative;
    }

    .aviso-desktop .bandera {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 739px;
        height: 494px;
        background: transparent url("../images/bandera-pelota.png") 0 0 no-repeat;
    }

    .aviso-desktop h2 {
        font-family: Futura;
        font-size: 48px;
        font-weight: 800;
        font-stretch: condensed;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
        text-align: center;
        color: #143a61;
    }

    .aviso-desktop h3 {
        font-family: Futura;
        font-size: 48px;
        font-weight: 800;
        font-stretch: condensed;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
        text-align: center;
        color: #143a61;
        text-transform: uppercase;
    }

    .aviso-desktop strong {
        color: #143a61 !important;
    }

    .aviso-desktop p {
        margin: 41px 0 26px 0;
    }


}







