@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), url('/fonts/Montserrat/Montserrat-Regular.svg#ArchivoNarrow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), url('/fonts/Montserrat/Montserrat-Bold.svg#ArchivoNarrow-Regular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'), url('/fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('/fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

body {
    position: relative;
    width: 100%;
    height: auto;
}

blueDaysTable {
    border: none;
    border-spacing: 0px;
}

.color1 {
    color: white;
}

.color2 {
    color: #17375E;
}

.color3 {
    color: white;
}

.color4 {
    color: #3F3F3F;
}

.color5 {
    color: #4F4F4F;
}

.color6 {
    color: #717171;
}

.color7 {
    color: #333234;
}

.color8 {
    color: #636466;
}

.backgroundColor1 {
    background-color: #003255;
}

.backgroundColor2 {
    background-color: #4d5550;
}

.backgroundColor3 {
    background-color: #003255;
}

.backgroundColor4 {
    background-color: white;
}

.backgroundColor5 {
    background-color: #F5F5F5;
}

.backgroundColor6 {
    background-color: #154996;
}

.backgroundColor7 {
    background-color: white;
}

.backgroundColor8 {
    background-color: black;
}

.backgroundColor9 {
    background-color: #505050;
}

.border1 {
    border: 1px solid #BDD740
}

.border2 {
    border: 1px solid black
}

body {}

.errorTitle {
    font-size: 18px;
    display: block;
    margin: auto;
    width: fit-content;
    color: black;
    margin-top: 136px;
    letter-spacing: 1px;
}

input {
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    font-weight: inherit;
    font-family: unset;
}

select {
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
    outline: none;
    font-weight: inherit;
    font-family: unset;
}

.radioBtn {
    -webkit-appearance: radio;
    font-weight: inherit;
}

textArea {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: unset;
}

a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.centeredContent {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.alertMessageFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1001;
}

.alertMessageDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

.alertMessageDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 10%;
    padding-bottom: 45px;
    width: 335px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #F2F2F2;
}

.alertMessageLogoDiv {
    position: relative;
    width: 70px;
    height: 149px;
    margin: 0 auto;
    margin-top: 34px;
}

.alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 64px;
    width: 150px;
}

.alertMessageCheck {
    display: none;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: 120px;
}

.alertMessageBkgImg {
    position: absolute;
    left: 0px;
    top: 0px;
}

.alertMessageMessage {
    position: relative;
    width: 80%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 45px;
    color: #999999;
    line-height: 23px;
}

.alertMessageAceptarWrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.alertMessageAceptar {
    position: relative;
    margin: 0 auto;
    width: 194px;
    height: 35px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #002541;
    background-color: #002541;
    cursor: pointer;
}

.alertMessageClose {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    text-align: center;
    color: black;
    padding: 7px;
    border-radius: 23px;
    background-color: #E6E6E6;
    font-size: 20px;
}

.alertMessageClose:hover {
    opacity: 0.8;
}

#alertCloseIcon {
    width: 14px;
}

#cartMessageDiv {
    width: 450px;
}

.cartMessageAceptar {
    display: block;
    float: left;
    width: 95%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#cartMessageDiv {
    text-align: center;
}

#cartMessageButtonsWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

#loaderFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1002;
}

#loaderDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#loaderDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 20%;
    width: 40px;
}

.fullBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.blackOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: black;
}

.whiteOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: white;
}

.fullRelative {
    position: relative;
    width: 100%;
    height: 100%;
}

.centeredLogon {
    position: relative;
    width: 720px;
    margin: 0 auto;
    background-color: white;
    margin-top: 10%;
    margin-bottom: 10%;
}

#registerUserBtn {
    margin-top: 20px;
}

#loginUserBtn:hover {
    cursor: pointer;
}

#registerUserBtn {
    cursor: pointer;
}

#loginTopMenu:hover {
    cursor: pointer;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pointedBlueLine {
    background-image: url('/images/pointedBlueLine.png');
    background-repeat: repeat-x;
}

.sexRadioBtn {
    float: left;
    width: 25px;
    margin-top: 10px;
}

.sexTypeText {
    float: left;
    margin-right: 12px;
    margin-top: 8px;
}

.checkbox {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #EC1C24;
    margin-top: 5px;
}

.checkboxTickImg {
    position: absolute;
    left: 2px;
}

.transparentCheckBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.studio4dSprite {
    background-image: url(/files/layouts/studio4dsprite.png);
    overflow: hidden;
    position: absolute;
}

.blackBkg75 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75;
}

#alertMessageFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5001;
}

#alertMessageDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#alertMessageDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 10%;
    left: 0%;
    padding-bottom: 40px;
    width: 380px;
    border: 1px solid;
    border-radius: 8px;
    font-family: 'Mark Pro' !important;
    background-color: #ffffff;
    border-color: white;
}

#alertMessageLogoDiv {
    position: relative;
    width: 70px;
    height: 149px;
    margin: 0 auto;
    margin-top: 34px;
}

#alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    width: 123px;
    filter: invert(1);
}

#alertMessageBkgImg {
    position: absolute;
    left: 0px;
    top: 0px;
}

#alertMessageMessage {
    position: relative;
    width: 80%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 45px;
    color: #060606;
    font-family: avenir;
}

#alertMessageAceptarWrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#alertMessageAceptar,
#alertMessageCancelar {
    position: relative;
    margin: 0 auto;
    width: 216px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: black;
    line-height: 35px;
    letter-spacing: 1px;
    color: white;
    border-radius: 5px;
    font-family: 'Mark Pro' important;
}

#alertMessageAceptar:hover {
    cursor: pointer;
    background-color: rgb(202, 202, 202);
}

.alertMessageClose {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    text-align: center;
    color: black;
    padding-top: 1px;
    font-size: 14px;
}

.alertMessageClose:hover {
    opacity: 0.8;
}

#loaderFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5002;
}

#loaderDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

#loaderDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 20%;
    width: 40px;
}

.fullBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.blackOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: black;
}

.blackBkg50 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    /* display: none; */
}

@media screen and (max-width:770px) {
    #alertMessageDiv {
        width: 84%;
        margin-top: 0%;
        top: calc(50% - 150px);
        padding-top: 23px;
    }
    #alertMessageAceptar {
        width: 80%;
    }
    #cartMessageDiv {
        width: 90%;
        margin-top: 36%;
        border: 1px solid black;
    }
    .centeredContent {
        width: 90%;
    }
}