@font-face {
    font-family: "Telefonica";
    src: url("../fonts/TelefonicaWeb-Bold.ttf");
}
@font-face {
    font-family: "MovistarText";
    src: url("../fonts/MovistarText.woff");
}
@font-face {
    font-family: "Telefonica-Bold";
    src: url("../fonts/Telefonica-Bold.woff");
}
@font-face {
    font-family: "TelefonicaHeadlineLight";
    src: url("../fonts/TelefonicaHeadlineLight.woff");
}
@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora-Regular.ttf");
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "JosefinSans";
    src: url("../fonts/JosefinSans-Regular.ttf");
}
@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.ttf");
}
@font-face {
    font-family: "SecularOne";
    src: url("../fonts/SecularOne-Regular.ttf");
}
.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: 99;
    color: lightgray;
    font-size: 200%;
    text-align: center;
}

.spinChar{
    position: relative;
    top: 50%;
}

html {
    margin:0;
    transition: opacity 0.3s;
}
body{
    margin:0;
    font-family: 'OpenSans', sans-serif;
    color: #24293B;  
}
.textCenter{
    text-align:center;
}
.container{
    width: 100%;
}

.snackbarBase {
    position: fixed;
    background-color: #000000;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    padding: 15px 18px;
    font-family: Roboto;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
}

.closeIconSnackbar {
    margin-left: 15px;
    user-select: none;
    cursor: pointer;
    color: #FFF !important;
}

.inputError {
    border: 1px solid red !important;
}


.promoCodeForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.promoCodeForm input {
    margin-right: 10px;
    width: 82% !important;
}

.promoCodeForm button {
    color: #FFF;
    width: 40%;
    text-transform: uppercase;
}

.resumeItemPromoCode {
    background-color: #EA6E1920;
    border: 1px solid #EA6E19;
    margin: 12px 0px 15px;
    padding: 10px;
}

.loadingSpinner {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.iconPromoCode {
    position: absolute;
    top: 35%;
    right: 20px;
}

.iconGreen {
    color: #208913;
}

.iconRed {
    color: #DB0909;
}

#subItemPromoValidated {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}