@charset "utf-8";
/* CSS Document */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
html {
    font-family: sans-serif;
}

body {
    margin: 0px;
    background: url(../img/bg.jpg) no-repeat center center #000;
    min-height: 100vh;
    background-size: cover;
}

.wrapper {
    max-width: 1200px;
    padding: 0px 10px 0px 10px;
    margin: 0px auto 0 auto;
    clear:right;
}
#signup_big .inner {
    overflow: visible;
}
#signup_big .signup_form {
    max-width:475px;
    float: right;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 15px 15px 0;
    border-radius: 3px;
}

#signup_big input {
    width: 311px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font: 400 18px 'Myriad Pro' !important;
    box-sizing: border-box;
}
input, textarea, select {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}
.barrasuperior{
	max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#signup_big .line {
    height: 44px;
    margin: 0 0 15px;
    overflow: auto;
}

#signup_big .line2 {
    height: 44px;
    margin: 0 0 15px;
    overflow: auto;
}

#signup_big label {
    width: 145px;
    float: left;
    text-align: right;
    margin-right: 18px;
    color: #000000;
    font: 800 26px Raleway;
    line-height: 44px;
    height: 44px;
}

#signup_big .i_am {
    width: 311px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font-size: 18px;
    font: 400 18px 'Myriad Pro' !important;
}

#signup_big .form-country {
    width: 311px;
    display: flex;
    justify-content: space-between;
}

#signup_big .form-group .form-controlcountry {
    width: calc(30% - 10px);
}

#signup_big .form-group .form-controlprovince {
    width: 70%;
}

.error_tooltip{color:red;font-weight:bold;}


@media screen and (-webkit-min-device-pixel-ratio: 0){
select {
    background: white url(../img/selects.png) no-repeat calc(100% - 10px) center !important;
}
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

#signup_big .notice {
    font-size: 14px;
    float: right;
    width: 312px;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 6px;
}
#signup_big button[type="submit"] {
    border: 0;
    outline: 0;
    height: 66px;
    width: 315px;
    max-width: 100%;
    background: #a42279;
    float: right;
    padding: 1px;
    clear: both;
}

#stylized {
    position:relative;
}
 
#signup_big button[type="submit"] span {
    background: -webkit-linear-gradient(90deg, #a42279 0%, #ed6bb4 100%);
    background: -moz-linear-gradient(90deg, #a42279 0%, #ed6bb4 100%);
    background: -ms-linear-gradient(90deg, #a42279 0%, #ed6bb4 100%);
    background: linear-gradient(0deg, #a42279 0%, #ed6bb4 100%);
    color: #ffffff;
    font: 700 20px Raleway;
    text-shadow: 0px 1px 1px rgba(0, 123, 23, 0.75);
    line-height: 60px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #ed6bb4;
    height: 62px;
    max-width: 100%;
	width: 311px;
    cursor: pointer;
}
#signup_big button[type="submit"]:hover > span{
    background: -moz-linear-gradient(90deg, #D4349F 0%, #EC78B9 100%);
    background: -ms-linear-gradient(90deg, #D4349F 0%, #EC78B9 100%);
    background: linear-gradient(0deg, #D4349F 0%, #EC78B9 100%);
}

#signup_big #birth_d {
    width: 101px;
}

#signup_big #birth_m {
    width: 101px;
}

#signup_big #birth_y {
    width: 101px;
}
#signup_big select {
    max-width: 100%;
    height: 44px;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font-size: 18px;
    font: 400 18px 'Myriad Pro' !important;
}

.chapa , .eslogan{
    float: right;	
}

#signup_big{
    clear: both;
}

.logo img{
    margin-top: 7px;
    height: 55px;
    width: auto;
}
.eslogan p {
    font: 800 32px Raleway;
    color: #c01c7b;
    margin: 0px;
    line-height: 70px;
}
.cabecera{
    background-color: rgba(255, 255, 255, 0.15);
	    min-height: 75px;	
}

.cajasello{
    position:relative;
    width: 575px;
    float: right;
    text-align: center;	
}
.sello{
    max-width: 1300px;
    padding: 40px 10px 0 80px;
    margin: 0px auto 0 auto;
}
.sello img {
    max-width: 330px;
}

.mobilebuttons {
    display: none;
}

.wrapper__fa {
    display: none;
}

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

.wrapper {
    max-width: 1000px;
    padding: 0px 10px 0px 10px;
    margin: 0px auto 0 auto;
    clear:right;
}

#signup_big .signup_form {
    max-width:450px;
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 5px 15px 0;
    border-radius: 3px;
}

#signup_big .inner {
    overflow: visible;
}
#signup_big .signup_form {
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 15px 15px 0;
    border-radius: 3px;
}

#signup_big input {
    width: 281px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font: 400 18px 'Myriad Pro' !important;
    box-sizing: border-box;
}
input, textarea, select {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}

#signup_big label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 18px;
    color: #000000;
    font: 800 26px Raleway;
    line-height: 44px;
    height: 44px;
}

#signup_big .i_am {
    width: 281px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font-size: 18px;
    font: 400 18px 'Myriad Pro' !important;
}

#signup_big .form-country {
    width: 281px;
}

#signup_big button[type="submit"] {
    border: 0;
    outline: 0;
    height: 66px;
    width:281px;
    max-width: 100%;
    background: #a42279;
    float: right;
    padding: 1px;
    clear: both;
}

#signup_big button[type="submit"] span {
    font: 800 18px Raleway;
    line-height: 58px;
    height: 62px;
    width: 281px;
}

.eslogan p {
    font: 800 28px Raleway;
	line-height: 65px;
}
.chapa img {
    max-height: 100px;
}
.logo img{
    margin-top: 10px;
    margin-left: 10px;
}
.cabecera {
    min-height: 65px;
}

.sello {
    max-width: 1000px;
    padding: 40px 0px 0 0px;
    margin: 0 auto 0 auto;

}

.sello img {
    max-width: 320px;
    float:right;
    margin-right:20px;
}
}


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

.wrapper {
    max-width: 1000px;
    padding: 0px 10px 0px 10px;
    margin: 0px auto 0 auto;
    clear:right;
}

.logo img{
    height: 40px;
}

#signup_big .signup_form {
    max-width:450px;
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 5px 15px 0;
    border-radius: 3px;
}

#signup_big .inner {
    overflow: visible;
}
#signup_big .signup_form {
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 15px 15px 0;
    border-radius: 3px;
}
#signup_big input {
    width: 281px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font: 400 18px 'Myriad Pro' !important;
    box-sizing: border-box;
}
input, textarea, select {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}

#signup_big label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 18px;
    color: #000000;
    font: 800 26px Raleway;
    line-height: 44px;
    height: 44px;
}

.barrasuperior {
    flex-direction: column;
    padding: 5px 10px;
}

.eslogan p {
    font: 800 28px Raleway;
    line-height: 40px;
    float:none;
    text-align:center;
}
.eslogan {
    float:none;
}

.logo {
    float: none;
    text-align: center;
}
.chapa {
   display:none;
}

.cabecera {
    min-height: 95px;
}

.sello {
    max-width: 1000px;
    padding: 100px 0px 0 0px;
    margin: 0 auto 0 auto;

}
.sello img {
    max-width: 320px;
}
}


@media only screen and (max-width: 840px){
.wrapper {
    max-width: 1000px;
    padding: 0px 10px 0px 10px;
    margin: 0px auto 0 auto;
    clear:right;
}

#signup_big .signup_form {
    max-width:450px;
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 5px 15px 0;
    border-radius: 3px;
}

#signup_big .inner {
    overflow: visible;
}
#signup_big .signup_form {
    float: right;
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 15px 15px 0;
    border-radius: 3px;
}
#signup_big input {
    width: 281px;
    max-width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    outline: 0;
    padding-left: 8px;
    padding-right: 0;
    font: 400 18px 'Myriad Pro' !important;
    box-sizing: border-box;
}
input, textarea, select {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}

#signup_big label {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 18px;
    color: #000000;
    font: 800 26px Raleway;
    line-height: 44px;
    height: 44px;
}

.eslogan p {
    font: 800 26px Raleway;
	line-height: 40px;
	float:none;
	text-align:center;
}
.eslogan {
    float:none;
}

.logo {
    float: none;
    text-align: center;
}
.chapa {
   display:none;
}

.cabecera {
    min-height: 95px;
}
.sello {
    max-width: 1000px;
    padding: 100px 0px 0 0px;
    margin: 0 auto 0 auto;
}

.sello img {
    max-width: 320px;
}
}

@media only screen and (max-width: 620px){
.eslogan p {
    font: 800 22px Raleway;
    text-shadow: 0.03em 0.03em rgba(255, 255, 255, 0.4);
}

.wrapper {
    max-width: 1000px;
    padding: 50px 10px 0px 10px;
    margin: 0px auto 0 auto;
    clear:right;
}

#signup_big .signup_form label {
    float: none;
    display: block;
    width: auto;
    text-align: center;
}

#signup_big .signup_form p {
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#signup_big .signup_form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    margin-top: 0px;
    padding: 10px 0;
}
#signup_big button[type="submit"] {
    float: none;
	    margin-bottom: 10px;
}
.cajasello {
    width: 100%;
}

#signup_big .line {
    height: 88px;
    margin: 0 0 15px;
}

#signup_big .line2 {
    height: 88px;
    margin: 0 0 15px;
}

#signup_big .form-country {
    margin: 0 auto;
}

}

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

body {
    margin: 0px;
    background: url(../img/background-mobile.jpg) no-repeat center center #000;
    height: 100%;
    min-height: 430px;
    background-size: cover;
    position: relative;
}

.wrapper {
    width: 98%;
    position:absolute;
    left:50%;
    bottom:1%;
    transform:translateX(-50%);
    padding: 50px 0px 0px;
    clear:none;
}

#signup_big .signup_form {
    width: 98%;
    margin: 25px auto 0;
    float: none;
    padding: 10px 0px;
}

#signup_big .signup_form label {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.sello {
    display: none;
}
  
.cajasello {
    display:none;
}
#signup_big .signup_form {
    margin-top: 15px;
}

#signup_big .line {
    margin: 0 0 5px;
}

}

@media only screen and (max-width: 450px){
    .wrapper {
        display: none;
    }
    .wrapperdisplay {
        display: block;
    }

    .cabecera {
        min-height: 85px;
    }

    .eslogan p {
        font-size: 18px;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, .8);
        padding: 5px 5px 5px;
        color: #ffffff;
    }
    #signup_big .inner {
        position: relative;
    }
    .wrapper__fa {
        display: block;
        font-size: 30px;
        position:absolute;
        right: 10px;
        top: -20px;
        padding: 5px;
        z-index: 2;
        cursor: pointer;
    }
     .transparentbackground {
        position:absolute;
        height: 17px;
        width: 37px;
        right: 11.5px;
        top: -17px;
        background-color: rgba(255, 255, 255, .5);
        z-index: 1;
    }
     #signup_big .line {
        height: 98px;
    }
    #signup_big .line2 {
        margin: -15 0 15px;
    }
    #signup_big label {
        font-size: 19px;
    }
    #signup_big .signup_form label {
        width: 281px;
        margin: 10px auto -5px;
        text-align: left;
    }
    #signup_big select {
        height: 40px;
        border: 0px;
        font-size: 16px;
        border-radius: 5px;
    }
    #signup_big button[type="submit"] {
        height: 52px;
        background: transparent;
        border-radius: 5px;
    }
    #signup_big button[type="submit"] span {
        background-image: url(../img/background.jpg) !important;
        background-position: center;
        background-size: cover;
        background-color: transparent;
        color: #ffffff;
        font: 800 17px Raleway;
        line-height: 50px;
        border: 0px;
        border-bottom: 3px solid #b3033d;
        height: 52px;
        border-radius: 5px;
    }

    .mobilebuttons {
        display: block;
        position: absolute;
        top: auto;
        bottom: 25%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
    }

    .mobilebuttonshidden {
        display: none;
    }

    .mobileshows {
        border: none;
        background-image: url(../img/background_mobile.png);
        background-position: center;
        background-size: cover;
        background-color: transparent;
        width: 270px;
        height: 45px;
        display: flex;
        align-items:center;
        justify-content: center;
        font-family: Raleway;
        font-size: 17px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 3px solid #b71919;
        margin-bottom: 10px;
    }

    .mobileshowswhite {
        background-image: url(../img/background_mobilewhite.png);
        font-family: Raleway;
        font-size: 17px;
        color: #000;
        border-bottom: 3px solid #666;
    }

}

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

#signup_big .signup_form {
    padding: 10px 0;
}

#signup_big .signup_form label {
    margin: 0 auto -3px;
}

 #signup_big .line2 {
        margin: -15 0 10px;
 }

}

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

   .eslogan p {
        font-size: 17px;
    }

    #signup_big .signup_form label {
        width: 263px;
    }

    #signup_big .i_am {
        width: 263px;
	}
  
	#signup_big .form-country {
        width: 263px;
    }

	#signup_big .notice {
        width: 263px;
	}

	#signup_big button[type="submit"] {
        width: 263px;
    }

}

@media only screen and (max-width: 355px){
    .eslogan p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 335px){
    .eslogan p {
        font-size: 15.5px;
    }

}
