@charset "UTF-8";
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    /*color: white;*/
}

html, body {
    margin: 0;
    padding: 0;
    /*background-image: url("test.jpg");*/
    background-position: top center;
    background-repeat: no-repeat;
    background: rgb(162, 0, 27);
    background: linear-gradient(311deg, rgba(162, 0, 27, 1) 0%, rgba(238, 114, 26, 1) 99%);
    background-attachment: fixed ;
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

sup, sub {
    font-size: 0.5em;
}

strong {
    color: inherit;
}
.separador2{
    height: 2em;
}
.separador1{
    height: 1em;
}
.linea-amarilla {
    height: 3px;
    background: #ffed00;
    margin: 3em auto;
    width: 96%;
}
.row {
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    color: white;
}

.row1 {

}


.col {
    width: 50%;
}

.col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}
.col1 img{
    max-width: 80%;
}

.col2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffed00;

    font-size: 55px;
    text-align: center;
}


.col3, .col4 {
    padding: 5% 2% 0;
}

.col5, .col6 {
    padding: 0 2% 0;
}

.col7 {
    padding: 0 2% 0;
}

.logo-footer {
    text-align: center;
    width: 100%;
    margin: 3.6em 0;
}

.txt1 {
    font-size: 47px;
    line-height: 1.2em
}

.txt2 {
    font-size: 56px;
    line-height: 1em;
}

.txt3 {
    font-size: 30px;
    line-height: 1.2em;
    text-align: justify
}

.txt4 {
    font-size: 25px;
    line-height: 1.2em;
    text-align: justify
}

.txt5 {
    font-size: 40px;
    color: #ffed00;
}

.caja-elementos {
    margin-top: 3em;
}

.elemento {
    margin: 0 0 1.7em 5em;
    position: relative;
    font-size: 14px;
}

.elemento-txt {
    font-size: 1.8em;
    padding-left: 1.9em;

}

.elemento-nombre {
    padding-left: 1.2em;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2em;
    background: rgb(162, 0, 27);
    background: linear-gradient(270deg, rgba(162, 0, 27, 0) 0%, rgba(173, 25, 23, 1) 36%);
    color: #ffed00;
}


.elemento-nume {
    color: black;
    font-weight: 700;
    top: 0.3em;
    margin: auto;
    position: absolute;
    left: -0.9em;
    background: #ffed00;
    font-size: 4em;
    width: 1.4em;
    height: 1.4em;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: white 0 0 15px;
}

.caja-elementos2 {
    margin: 10% 20%;
    font-size: 26px;
}

.elemento2 {
    font-size: 1em;
    padding: 0 0.4em;
    margin-bottom: 0.5em;
    background: rgb(162, 0, 27);
    background: linear-gradient(270deg, rgba(162, 0, 27, 0) 0%, rgba(173, 25, 23, 1) 36%);
}

.ficha {
    text-align: center;
    background: linear-gradient(0deg, #ffffff8f 0%, transparent 100%);
    padding-bottom: 1em;
    border-radius: 0 0 2em 2em;
}
.ficha img{
    max-width: 60%;
    }


.caja-datos {
    width: 82%;
    margin: 1em auto;
    border-radius: 1em;
    overflow: hidden;
}

.datos-titulo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding: 0.5em 1em;
}

.c1 {
    background: linear-gradient(270deg, #ee7219 0%, #d51317 36%);
}

.c2 {
    background: #ffffff;

}

.c2 .datos {
    color: #d51317 !important;
}

.datos-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
}

.datos {
    width: 33%;
    text-align: center;
    font-weight: 700;
}

.datos:first-child {
text-align: left;
}


label {
font-size: 1em;
display: block;
}

input, textarea, div#nombre-file {
border: 2px solid #ffffff;
width: 100%;
background: none;
    color: white;

font-size: 1em;
height: 2.5em;
padding: 1em;
}

.form-field {
margin-bottom: 0.4em;
font-size: 27px;
}

.fields2 {
display: flex;
justify-content: space-between;
}

.fields2 .form-field {
width: 100%;
}

#label-file.error #nombre-file {
background: #ff9090 !important;
border: 1px solid #e31d2f;
}

#file, #file2 {
display: none;
}

div#nombre-file {
display: flex;
justify-content: center;
align-items: center;
}





/*------------------------------------------------------------*/

/*-----check----*/
.check > input {
    display: none;
}

.check > label {
    padding-left: 2em;
    position: relative;
    margin-bottom: 1em;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    line-height: 1.2em;
    color: white;
    cursor: pointer;
}

.check > label a {
    font-size: 1em !important;
}

/*---caja checkbox--*/
.check > label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    border: 2px solid white;
}

.check > .error + label:before {
    background: #ff9090 !important;
    border: 1px solid #e31d2f;
}

.check:hover > label:before {
    background-color: #ffffff;
}

.check input:checked ~ label:before {
    background-color: #0057a6;
}

/*-----check checkbox-----*/
input[name=acepto1]:checked + label[for=acepto1]:after,
input[name=acepto2]:checked + label[for=acepto2]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: 0.2em;
    width: 0.3em;
    height: 0.7em;
    border: solid white;
    border-width: 0 0.2em 0.2em 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#submit {
    width: auto;
    padding: 0 2em;
    display: block;
    margin: 1em auto;
    color: white;
}

#mensaje {
    display: none;
}

/*-----------------------------------*/


/*---------------------------------------loading spinner------------*/
.loading-spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 50px;
    width: 50px;
    border: 10px solid #ffffff;
    border-right-color: transparent;
    border-radius: 50%;
    display: none;
    margin: auto;
}

#mensaje .loading-spinner {
    display: none;
    margin: 20px auto;
}

input.error, textarea.error {
    background: #ff9090 !important;
    border: 1px solid #e31d2f;
}

.mensaje, #mensaje-enviar {
    color: #ff4646;
    background: white;
    font-size: 0.6em;
    display: none;
    text-align: right;
    padding: 0.5em 1em;
}

#mensaje-enviar {
    text-align: center;
    margin-top: 0.5em;
}


@keyframes rotate-forever {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#gracias {
    display: none;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
}


@media only screen and (max-width: 1240px) {
    .row {
        display: block;
    }

    .col {
        width: 100%;
    }
    .txt6{
        margin-top: 2em;
    }
}

@media only screen and (max-width: 764px) {
    .col2 {
        font-size: 7vw;
    }
    .txt1{font-size: 6vw;}
    .txt2{font-size: 7vw;}
    .txt3{font-size: 5vw;}
    .txt4{font-size: 4vw;}
    .txt4{font-size: 4vw;}
    .check > label {font-size: 4vw;}
    .form-field{font-size: 4vw;}
    .txt5{font-size: 5.5vw;}
    .elemento{font-size: 2vw;}
    .elemento2{font-size: 5vw;}

}
@media only screen and (max-width: 600px) {
    .datos-titulo{font-size: 4.5vw;}
    .datos{font-size: 4vw;}
}
