/* Estilos para el sitio web de asociados a Banco Hipotecario */
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
}

.accent_color {
    color: #f47437 !important;
}

.bold {
    font-weight: bold;
}

/* Tarjeta del premio */

.prize_information {
    pointer-events: none;
}

.prize_information h3 {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem;
    min-height: 2.5rem;
}

.prize_information hr {
    border: none;
    border-top: 1px dashed #dddee0;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 0.5rem 0;
}

.prize_information .exchange_modes {
    list-style-type: none;
    padding: 0;
    margin: 0.5rem;
}

.prize_information .exchange_modes .money,
.prize_information .exchange_modes .points,
.prize_information .exchange_modes .type {
    color: #f47221;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
}

.prize_information .exchange_modes .type {
    color: #595a5b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
}

.prize_information .exchange_modes .installments {
    color: #595a5b;
    display: block;
    font-size: 1.25rem;
}

.prize_vertical .exchange_button {
    color: white;
    text-transform: uppercase;
    background-color: #babbc1;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 1.5rem;
    margin: auto auto 1rem 0.5rem;
}

.btn {
    border-radius: 1.5rem;
}

.prize_vertical .exchange_button:hover {
    background-color: #f47221;
}

.prize_vertical .exchange_button i {
    color: white;
}

.prize_vertical .exchange_button a {
    color: white;
    margin: 0 1rem;
}

.prize_vertical {
    border: 1px solid #bcbec0;
    margin-bottom: 2.5rem;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 32rem;
    display: flex;
    flex-direction: column;
}

.prize_vertical .prize_image {
    display: block;
    height: 11em;
    overflow: hidden;
    white-space: nowrap;
}

.prize_vertical .prize_image img {
    max-height: 100%;
}

.prize_vertical h3 a {
    color: inherit;
    overflow: hidden;
    padding-right: 1rem;
}

.prize_vertical h3 a abbr {
    border: none;
    text-decoration: inherit;
}

.prize_vertical a i {
    color: inherit;
    margin-right: 0.4em;
    vertical-align: 0;
}

.prize_vertical + div {
    position: relative;
    z-index: 2;
}

/* Estilos generales del sitio */
h1 {
    color: #babbc1;
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 2em;
    margin-top: 2.4rem;
}

h2 {
    color: #babbc1;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-default:hover {
    background-color: initial;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: none;
}

/* Encabezado del sitio */
/* Navegacion principal del sitio */

nav.navbar-default {
    background-color: white;
    border: none;
    padding-top: 0.5rem;
}

nav .owl_logo {
    float: right;
    z-index: -1;
}

nav img {
    width: 100%;
}

nav .owl_logo_col{
    z-index: -1;
    padding-right: 0;
}

nav .owl_logo_col img {
    width: 30%;
}

nav .col-sm-12 {
    min-height: 0;
}

nav .row {
    height: 0;
}

nav .search_box {
    margin-top: -0.7rem;
}

nav .search_box {
    margin-right: -10rem;
}

@media (min-width: 425px) {
    nav .logos,
    nav .search_box,
    nav .user {
        margin-top: 2.5rem;
    }
}

nav .search_box input {
    background-color: white;
    border-radius: 0;
    border: 1px solid #818286;
    box-shadow: none;
    color: #606060;
    height: 4rem;
    letter-spacing: 0.1rem;
}

nav .search_box input:focus {
    border: 2px solid #f47437;
}

nav .search_box input + span button {
    height: 4rem;
    font-size: 1rem;
    padding-top: 0.4rem;
    padding-left: 0.7rem;
}

nav .search_box .btn {
    background-color: #f47437;
    color: #606060;
    border-radius: 0;
    border: 2px solid #f47437;
    padding: 0 1.5rem;
}

nav .search_box a {
    color: #606060;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

nav .search_box a i {
    color: #f47437;
    font-weight: normal;
    padding-left: 0.5rem;
}

nav .search_box i {
    color: white;
    margin-left: -0.2em;
}

nav .search_box form.navbar-form {
    padding: 0;
}

nav .search_box .input-group {
    display: flex;
}

nav .search_box .fa-sliders {
    display: none;
}

nav .program {

}

nav .program p {
    margin-left: 0;
    margin-top: 0.4rem;
    padding-left: 0;
}

nav a.btn {
    border-radius: 1.5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #babbc1;
    border-color: #babbc1;
    padding: 0.2em 1em 0.2em 1em;
}

nav .user_info .btn {
    border-color: #525252;
    color: #525252;
    margin-right: -7.4rem;
}

nav .user_info p {
    color: #525252;
    letter-spacing: 0.03rem;
    line-height: 1.2rem;
    margin: 0;
    text-align: right;
    position: relative;
}

nav .user_info p a {
    color: inherit;
}

nav .user_info i {
    color: #babbc1;
    font-weight: normal;
}

nav .user_info small {
    font-size: 1.2rem;
}

nav .user_info .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

nav .user_info .dropdown a {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #babbc1;
    border-color: #babbc1;
    padding: 0.2em 1em 0.2em 1em;

}

nav .user_info .dropdown a:hover {
    background-color: white;
}

nav .user_info .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

nav .user_info .btn.login {
    margin: 0;
    margin-left: 123px;
}

nav .cart_info .btn {
    background-color: transparent !important;
    border-color: transparent !important;
}

nav .cart_info .btn span {
    font-size: 12px;
    color: #f57220;
}

nav div.login-btn {
    margin-left: 50%;
    margin-top: 10px;
}

nav div.login-btn a {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #f4764a;
}

nav div.login-btn a:hover {
    background-color: #f4764a;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

@media (max-width: 425px) {

    nav div.login-btn {
        margin-top: -40px;
    }

    nav div.login-btn a {
        padding: 0.2em 1em 0.2em 1em;
    }

}

nav .nav_links {
    height: 3.2rem;
}

nav .nav_links > div {
    text-align: center;
    line-height: 3rem;
    float: none;
    margin: auto;
}

nav .nav_links .col-md-1:first-child {
    display: none;

}

nav .nav_links .container-fluid {
    background-color: #babbc1;
}

nav .navbar-nav {
    padding-top: 0.3rem;
}

nav .nav_links .dropdown-toggle {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}

nav .nav_links .dropdown-toggle i {
    padding-left: 0.8rem;
}

nav .nav_links .dropdown-menu {
    background-color: #babbc1;
    height: auto;
    margin-left: -0.2rem;
    max-height: 50rem;
    overflow-x: hidden;
}

nav .nav_links .dropdown-menu li {
}

nav .nav_links .dropdown a {
    color: white !important;
    background-color: #babbc1 !important;
    padding: 0.2em 0;
}

nav .nav_links .dropdown a:hover {
    color: inherit;
}

nav .nav_links .dropdown-menu a {
    padding: 0.2em 1em;
}

nav .nav_links a {
    color: white;
    background-color: #babbc1 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

nav .nav_links a:hover {
    color: white;
    background-color: inherit;
    text-shadow: 0 0.1em 0.4em black;
}

nav .nav-pills {
    margin-right: 13rem;
    font-size: 1.1rem;
    letter-spacing: 0.02rem;
    font-weight: bold;
}

nav .nav-pills li {
    margin: 0 0 0 6.2rem;
}

nav strong {
    color: #babbc1;
}

.travel_menu .dropdown-toggle {
    background-color: inherit;
    border: none;
    color: inherit;
    font-size: inherit;
    margin-top: -0.4rem;
    padding: 0;

}

.travel_menu ul li {
    margin: 0 1rem;
}

/* Contenido del sitio */
header + div {
    margin-top: 110px;
}

@media (max-width: 1024px) {
    nav.navbar-default {
        position: relative;
    }

    header + div {
        margin-top: 10px;
    }
}

/* Pie del sitio */
footer {
    color: white;
    font-size: 0.8em;
}

footer a:hover {
    color: #f47221;
}

footer .footer_container {
    background-color: #babbc1;
    padding: 1rem;
}

footer .main-structure {
    padding-top: 1.5rem;
}

footer .logo_hipotecario {
    margin-top: 1rem;
}

footer .logo_hipotecariopremia {
    margin-top: 2.2rem;
    margin-left: 0.6rem;
    padding-left: 0;

}

footer .links {
    letter-spacing: 0.02rem;
    margin-top: 1.4rem;

}

footer .ctf {
    font-size: 4rem;
    text-align: left;
    margin-left: 0.4rem;
}

footer .sitio_seguro {
    margin-top: -0.4rem;
}

footer .sitio_seguro img {
    margin: 0;
    padding: 0;

}

footer .copyright {
    margin-top: 2.4rem;
    font-size: 1rem;
    float: right;
}

footer div div:first-child p {
    font-weight: bold;
}

footer .logo_hipotecario img {
    float: right;
    padding: 0;
}

footer .logo_hipotecario img,
footer .logo_hipotecariopremia img {
    max-height: 4em;
}

footer div div img {
    padding: 0 20% 0;
}

footer a {
    color: inherit;
}

footer .cftna {
    margin-top: 2.6rem;
}

footer .cftna p {
    background-color: white;
    color: #babbc1;
    border-radius: 0;
    font-size: 8em;
    font-weight: bold;
    letter-spacing: -0.2rem;
    margin: 0;
    text-align: center;
    padding: 4rem 0;
}

footer .legal {
    font-size: 1rem;
    text-align: justify;
}

/* Pagina inicial */

.main_slider {
    background-color: #ffffff;
}

.main_slider .carousel {
    margin: auto;
}

.main_slider .carousel img {
    width: 100%;
}

.main_slider .carousel-control {
    top: 50%;
    background: none;
}
.main_slider .carousel-control {
    color: black;
}
.main_slider .carousel-indicators li{
    background-color: black;
}

.home .prize_vertical + div {
    display: none;
}

.prize_vertical .prize_name h3 {
    color: #58585B;
}

/* Premios destacados */

.featured_prizes h2 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 0 0.5rem;
}

.featured_prizes {
    margin-top: -10rem;
}

@media (min-width: 1024px) {

    .featured_prizes .col-md-6 .prize_vertical img {
        margin-right: 0;
    }

    .featured_prizes .col-md-6 .prize_vertical .prize_image {
        height: 18rem;
        overflow: unset;
    }

    .featured_prizes .col-md-6 .prize_vertical .prize_information {
        position: relative;
    }

    .featured_prizes .col-md-6 .prize_vertical .prize_name h3 {
        margin-top: -17rem;
        margin-top: -8.25rem;
        margin-right: 20rem;
        font-size: 2rem;
        min-height: 4.5rem;
    }

    .featured_prizes .col-md-6 .prize_vertical .exchange_modes {
        margin-right: 20rem;
        min-height: 12.9rem;
    }
}

.featured_prizes .col-md-6 .prize_vertical img {
    margin-right: 1rem;
    margin-top: 4rem;
}

.featured_prizes .col-md-6 .prize_vertical .exchange_modes {
    margin-right: 25rem;
    min-height: 12.9rem;
}

@media (max-width: 991px) {

    .featured_prizes .col-md-6 .prize_vertical img {
        margin-right: auto;
        margin-top: auto;
    }

    .featured_prizes .col-md-6 .prize_vertical .exchange_modes {
        margin-right: 0;
        min-height: auto;
    }

}

.prize_horizontal .points_only {
    color: #babbc1;
    font-size: 25px;
    padding: 25px 5px;
    border-left: solid 6px #babbc1;
    border-bottom: none;
    border-top: none;
}

.prize_horizontal {
    border: 1px solid #808080;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.prize_horizontal .buy-btn {
    background-color: white;
    border-color: #eee;
}

.prize_horizontal .discount {
    color: #f68a39;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
    font-weight: bold;
}

.discounted {
    text-decoration: line-through;
    color: silver;
}

.discount_badge {
    position: absolute;
    top: 0;
    right: 1rem;
    height: 7rem;
    color: gray;
    overflow: hidden;
    min-width: 4.5rem;
    text-align: center;
    z-index: 9;
}

.discount_badge span {
    display: block;
}

.discount_badge p {
    margin: 0;
    padding: 2rem 0.5rem;
    padding-bottom: 3rem;
    line-height: 1.4rem;
}

.discount_badge:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.7rem;
    width: 100%;
    border: 3rem solid #f57220;
    border-bottom: 2rem solid transparent;
    z-index: -2;
}

.discount_badge.points p,
.discount_badge.price p {
    color: white;
}

ul li.pay_only span.undiscounted_money,
ul li.points_only span.undiscounted_points {
    color: #818286;
    font-size: 1.2rem;
    position: relative;
    margin-right: 0.4rem;
}

.prize_detail span.undiscounted_money {
    position: relative;
}

span.undiscounted_money:after,
span.undiscounted_points:after {
    border-bottom: 0.1rem solid #f57220;
    content: "";
    left: -5%;
    transform: rotate(-15deg);
    position: absolute;
    top: 50%;
    width: 110%;
}

ul li.pay_only span.money_discount,
ul li.points_only span.points_discount {
    color: #f57220;
}

.text-info, .prize_horizontal .prize_name a {
    color: #f57220;
}

.prize_detail ul.exchange_mode {
    list-style-type: none;
    padding: 1rem;
    padding-left: 0;
}

.prize_detail ul.exchange_mode select{
    background-color: white;
}

.prize_detail ul.exchange_mode li {
    padding: 0.5rem 0;
}

.prize_detail .points_and_pay label span.type,
.prize_detail .points_only label span.type,
.prize_detail .pay_only label span.type {
    text-transform: uppercase;
    color: black;
}

.prize_detail .points_and_pay > input,
.prize_detail .points_only > input,
.prize_detail .pay_only > input {

}

.prize_detail input[type="radio"] {
    position: relative;
    transform: scale(2);
    margin-left: 0.5rem;
    opacity: 0;
}

.prize_detail .prize_description li {
    position: relative;
}

.prize_detail .check {
    display: block;
    position: absolute;
    border: 0.1rem solid #656565;
    border-radius: 100%;
    height: 1.5rem;
    width: 1.5rem;
    top: 1rem;
    left: 0;
    pointer-events: none;
    z-index: 5;
}

input[type=radio]:checked ~ .check{
    background: #f57220;
}

.pay_points {
    list-style: none;
    height: 5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pay_points p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.pay_points .cash {
    color: black;
    font-size: 1rem;
}

/* Premios en promoción */
.promoted_prizes > div {
    float: none;
    margin-bottom: 50px;
}

.promoted_prizes .exchange_modes {
    padding-bottom: 3px;
}

.promoted_prizes h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.98em;
    font-weight: bold;
    z-index: 2;
    color: #656565;
    text-align: left;
}


/* Premios recomendados */
.recommended_prizes > div {
    float: none;
    margin: auto;
}

.recommended_prizes h2 {
    color: #babbc1;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 2rem;
    padding-left: 0;
    z-index: 2;
}

.recommended_prizes h2:after {
    position: absolute;
    top: 100%;
    left: 1.4em;
    border: solid transparent;
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #babbc1;
    border-width: 0.8em;
    z-index: 2;
}

.recommended_prizes h2 + p {
    background-color: #babbc1;
    color: white;
    text-transform: uppercase;
    margin: -0.5rem 0 0;
    padding: 0.4em 1em;
    font-size: 0.8em;
    font-weight: bold;
}

.recommended_prizes + .row {
    margin: auto;
}

.recommended_prizes + .row div {
    border-top: 0.1em solid #babbc1;
    margin-top: 2em;
    text-align: center;
}

.recommended_prizes + .row div p {
    border: 0.1em solid #babbc1;
    border-radius: 0;
    margin: auto;
    margin-top: -1.9rem;
    padding: 0.5rem;
    background-color: white;

    text-transform: uppercase;
}

.recommended_prizes a i {
    color: #babbc1;
}

/* Instrucciones rapidas */
.quick_help {
    margin: 5rem auto 0;
}

/* Logos de marcas */
#brands_slider {
    margin: auto;
}

#brands_slider img {

}

#brands_slider .carousel-control {
    background: none;
    color: #ccc;
    padding: 0 3px;
    top: 35%;

}

.brands {
    box-shadow: 0 0 2em #eeeeee;
}

.brands > div {
    float: none;
    margin: auto;
}

.brands img {
    margin: 3rem 0;
    border: none;
}

/* Mensajes al usuario */
.row.messages {
    position: fixed;
    top: 8rem;
    left: 0;
    right: 0;
    z-index: 999999;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

/* Migas de pan */
.breadcrumb {
    background-color: transparent;
    font-size: 0.9em;
}

.breadcrumb a,
.breadcrumb .active {
    color: black;
    text-transform: capitalize;
    font-weight: normal;
}

@media (max-width: 425px) {

    .breadcrumb, .sort_options {
        margin-bottom: 1rem;
    }
}

/* Listado de premios */
.categories_filter,
.brands_filter {
    font-size: 0.8em;
    color: #babbc1;
}

.categories_filter h4,
.brands_filter h4 {
    color: #525252;
    font-size: 1.1em;
    margin: 1.6em 0;
}

.categories_filter a,
.brands_filter a {
    border-width: 0;
    margin: 0 0 0.6em -0.3em;
    padding: 0;
    color: inherit;
}

.categories_filter input,
.brands_filter input {
    height: 0;
    visibility: hidden;
}

.categories_filter .fa,
.brands_filter .fa {
    color: #525252;
    padding-right: 0.8em;
}

.categories_filter .badge,
.brands_filter .badge {
    background-color: transparent;
    color: #525252;
    margin: 0;
    padding: 0;
}

.prize_list_toolbar .breadcrumb {
    margin-top: 0;
    padding: 0 0.4rem;
}

.prize_list_toolbar .breadcrumb li {
    text-transform: capitalize;
}

.prize_list_toolbar .sort_options {

}

.prize_list_toolbar .sorting {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.prize_list_toolbar .btn {
    border-radius: 1.5rem;
    border: 0.2em solid #babbc1;
    color: #525252;
    font-size: 1.1rem;
    padding: 0.1em 0.4em 0.1em 0.4em;
    text-transform: none;
}

.prize_list_toolbar .btn.active {
    background-color: #babbc1;
    color: white;
    box-shadow: none;
}

.prize_list_toolbar .display_format .btn {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    color: #eeeeee;
    font-size: 2.5rem;
    padding: 0 0 0 0.2em;
    margin-top: -0.2em;
}

.prize_list_toolbar .display_format .btn.active {
    color: #babbc1;
    padding: 0;
}

.prize_list_toolbar {
    padding-bottom: 5px;
}

.prize_list .prize {
    margin-bottom: 20px;
}

.as_square {
    padding: 0 1rem;
}

@media (min-width: 768px) {

    .prize_list .prize_row {
        margin-right: -1rem;
    }
}

.prize_filter a:hover {
    color: #babbc1;
    background-color: white;
}

.prize_list {
    border-left: 0.1em solid #eeeeee;
}

.prize_list > .row:last-child {
    margin-bottom: 0;
}

.prize_list .fa-shopping-cart {
    color: #babbc1;
}

.pager {
    margin: 3rem 0;
}

.pager li {
    padding-left: 0.4em;
}

.pager li a {
    border-radius: 0;
    border-color: #babbc1;
    padding: 0.1em 0.6em;
    color: #babbc1;
}

.pager .current_page a {
    color: #525252;
}

.pager .prev_page a,
.pager .next_page a {
    border: none;
}

/* Detalle del premio */
.row.prize_detail {
    margin: auto;
    position: relative;
}

.prize_detail {
    position: relative;
}

.prize_detail .prize_images {
    display: flex;
    justify-content: space-evenly;
    height: 48rem;
    list-style: none;
    margin: 1rem 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.prize_detail .prize_images > li input {
    display: none;
}

.prize_detail .prize_images > li input:checked ~ label.next_image, .prize_detail .prize_images > li input:checked ~ label.prev_image {
    display: block;
}

.prize_detail .prize_images > li input:checked ~ label img.thumbnail {
    border-color: #999;
}

.prize_detail .prize_images > li input:checked ~ label ~ img.full {
    opacity: 1;
}

.prize_detail .prize_images > li label {
    border: none;
    cursor: pointer;
    float: right;
    margin: 36.5rem 1em 0;
}

.prize_detail .prize_images > li label.next_image, .prize_detail .prize_images > li label.prev_image {
    color: #525252;
    display: none;
    font-size: 2rem;
    opacity: 0.8;
    position: absolute;
    top: -45%;
    z-index: 1;
    background-color: white;
    border-radius: 1rem;
    width: 1rem;
}

.prize_detail .prize_images > li label.next_image {
    right: 0;
}

.prize_detail .prize_images > li label.prev_image {
    left: 0;
}

.prize_detail .prize_images > li label img {
    border-radius: 0;
}

.prize_detail .prize_images > li label ~ img.full {
    left: 50%;
    margin-left: -17.5rem;
    max-height: 35rem;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
}

@media (max-width: 425px) {

    .prize_detail .prize_images > li label ~ img.full {
        margin-left: -50%;
    }
}

.prize_detail .prize_images img.full {
    margin-left: auto;
    margin-right: auto;
}

.promoted_prizes {
    margin-top: 5em;
}

.prize_detail h1 {
    color: #59595b;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.prize_detail .exchange_mode label[for*="exchange_mode"] span.discount {
    color: #f68a39;

    padding: 0 0.4em;
    text-align: center;
    font-weight: bold;
}

.prize_detail .row.bigger {
    font-size: 1.7rem;
}

.prize_detail .exchange_mode input {
    margin-right: 0;
}

.prize_detail label[for*="exchange_mode"] {
    font-size: 1.5rem;
    font-weight: normal;
    min-width: 90%;
}

.prize_detail .exchange_mode .price.discounted {
    color: gray;
    text-decoration: line-through;
}

.prize_detail .exchange_mode .small {
    font-size: 1.4rem;
    margin: 0 2rem 0;
}

.prize_detail .btn-primary {
    float: left;
    color: white;
    border: none;
    background-color: #f57220;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    padding: 0 0.9rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.prize_detail .btn-primary:hover,
.prize_detail .btn-primary:active{
    background-color: #f57220;
    box-shadow: none;
    border: none;
}

.prize_detail .btn-primary .cart-btn {
    height: 1.6rem;
    margin-top: -0.4rem;
    margin-left: -0.2rem;
}

.prize_detail .description h5 {
    margin-top: 2rem;
    text-transform: uppercase;
}

.prize_detail .prize_money {
    position: relative;
}

.prize_detail .prize_money hr {
    margin-top: 1rem;
    border-width: 0.15rem;
}

.prize_detail .prize_money .undiscounted_money {
    font-size: 2rem;
}

.prize_detail .prize_money .money {
    color: #6c6d71;
    display: block;
    font-size: 2.5rem;
}

.prize_detail .prize_money .money .discount {
    font-size: 2rem;
}

.prize_detail hr {
    border-color: #babbc1;
    margin: 0;
}

.prize_detail ~ .promoted_prizes h2 {
    position: relative;
    background-color: #babbc1;
    margin-top: 6em;
}

.prize_detail ~ .promoted_prizes h2:before {
    content: " ";
    border-top: 0.1em solid #babbc1;
    position: absolute;
    top: -3em;
    left: 0;

}

.prize_detail ~ .promoted_prizes h2:after {
    position: absolute;
    top: 100%;
    left: 1em;
    border: solid transparent;
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #babbc1;
    border-width: 1em;
    z-index: 1;
}

.prize_detail ~ .promoted_prizes .points_only,
.prize_detail ~ .promoted_prizes .pay_points {
    background-color: white;
    color: #525252;
}

.prize_detail ~ .promoted_prizes .pay_points .cash {
    color: #525252;
}

.tos {
    font-size: 1.1rem;
    margin: auto;
    text-align: justify;
}

/* Carro de compras */

.cart_detail .breadcrumb {
    margin-left: -15px;
}

.cart_detail h1 {
    color: #babbc1;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 2.6rem;
    margin-top: 2.4rem;
}

.cart_header > div {
    background-color: #E5E5E5;
    color: black;
    height: 4em;
    font-weight: bold;
    font-size: 0.9em;
}

.cart_header > div > p {
    margin-top: 2em;
}

.cart_header div div div p {
    margin-top: 0.4em;
    margin-bottom: 0;
}

.cart_item {
    margin-top: 0.6em;
}

.cart_row [type="submit"] {
    border: none;
    padding-top: 0;
}

.cart_row div.radio {
    margin-top: 0;
}

.cart_row div.buttons {
    padding-top: 0.2rem;

}

.cart_total {
    margin-top: 1em;
    padding-top: 1em;
}

.cart_total > div {
    border-top: 0.1em solid #eeeeee;
    border-bottom: 0.1em solid #eeeeee;
    padding-top: 2em;
    height: 6em;
}

.cart_total div.delivery_cost {

}

.cart_total div.points,
.cart_total div.money {
    font-weight: bold;
}

.next_actions{
    margin-top: 10px;
    margin-bottom: 10px;
}

.next_actions .btn {
    border-color: #babbc1;
    color: #babbc1;
    font-size: 0.8em;
    letter-spacing: 0.2rem;
    padding: 0.6rem 1rem 0.6rem 1rem;
    text-transform: uppercase;

}

.next_actions .btn.btn-primary {
    background-color: #babbc1;
    color: white;
}

/* Datos de envio */


.delivery_info .form-group {
    width: 100%;
    margin: 0 0 2.5rem;
    padding: 0;
    font-size: 0.8em;
}

.delivery_info .form-group.with_help {
    margin-bottom: 0.4rem;
}

.delivery_info .form-group label {
    vertical-align: top;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
}

.delivery_info .form-group input,
.delivery_info .form-group select,
.delivery_info .form-group textarea {
    border-radius: 0;
    border: 0.1rem solid #babbc1;
    height: 2.4rem;
    margin-right: 0;
    width: 100%;
}

.delivery_info .form-group select {
    padding: 0 1rem;
}

.delivery_info .form-group textarea {
    height: 7rem;
}

.delivery_info .form-group p {
    margin: 0;
}

.delivery_info .form-group p small {
    font-size: 1.2rem;
    text-align: center;
}

.delivery_info input[name="phone_code"],
.delivery_info input[name="mobile_code"] {

}

.delivery_info input[name="phone_number"],
.delivery_info input[name="mobile_number"] {

}

.delivery_info .form-group .row {
    height: 2.4rem;
    margin-right: 0;

}

.delivery_info .form-group .row > div {
    padding-right: 0;
}

.delivery_info .form-group .row > div > input {

}

.delivery_info .form-group .row > div > input ~ p {
}

.cart_summary_container {
    margin-left: 2.2rem;
    margin-top: 2.4rem;
    padding: 0;

}

.cart_summary {
    background-color: #eeeeee;
    border: 0.1em solid #eeeeee;
    padding-top: 1.2em;
}

.cart_summary div {
    background-color: white;
    border: 0.1em solid #eeeeee;
    padding: 0;
    margin-bottom: 0;
}

.cart_summary h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0 0 1em 0;
}

.cart_summary h4 {
    font-size: 1em;
    margin: 1em 0;
    padding-top: 1em;
    text-align: center;

    border-top: 0.1em solid #eeeeee;
}

.cart_summary h4 ~ p {
    border: none;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0em;
    padding: 0 0.6rem;
    text-align: left;
    text-transform: uppercase;
}

.cart_summary .panel {
    border: none;
}

.cart_summary a {
    border: none;
    height: 15rem;
}

/* Confirmación del canje */
div.exchange_preview {
}

.exchange_preview h1 {
    margin-bottom: 2.4rem;
}

.exchange_preview h2 {
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03rem;
    margin-bottom: 4rem;
    margin-left: -15px;
    margin-top: 3rem;
    padding-left: 0;
}

.exchange_preview .exchange_data,
.exchange_preview .exchange_title {
    margin-left: 0;
}

.exchange_preview .exchange_data > div {
    padding: 0;
}

.exchange_preview .exchange_data tr {
    padding: 1.8rem 0 1.4rem 2rem;
}

.exchange_preview .exchange_data th {
    padding: 1.8rem 0 1.4rem 2rem;
}

.exchange_preview .exchange_data td {
    padding: 1.8rem 0 1.4rem 2rem;
    vertical-align: middle;
}

.exchange_preview .exchange_data .total th,
.exchange_preview .exchange_data .total td {
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 2.4rem;
}

.exchange_preview .exchange_data .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exchange_preview table tr:first-child {
    background-color: #eeeeee;
    border: none;
    font-size: 0.9em;
}

.exchange_preview table tr:first-child th {
    border: none;
}

.exchange_preview dt {
    color: #babbc1;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    text-align: left;

}

.exchange_preview dd {
    margin-left: 15rem;
}

.exchange_preview .next_actions {
    margin-top: 2em;
}

.exchange_preview .next_actions .btn {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #babbc1;
    border-color: #babbc1;
    padding: 0.6em 2em 0.6em 2em;

}

.exchange_preview .next_actions .btn.btn-primary {
    background-color: #babbc1;
    color: white;
}

/* Selección de medio de pago */
.payment_selection {
    margin-bottom: 4em;
}

.payment_selection form {
    text-align: center;
    margin-bottom: 5rem;
}

.payment_selection [type="submit"] {
    text-transform: uppercase;
    border-radius: 1.5rem;
    padding: 0.8em 1em;

}

/* Canje completo */

.exchange_completed .big_icon i {
    color: #babbc1;
    font-size: 13.4rem;
    margin: 3rem 0.8rem;
    text-align: center;

}

.exchange_completed h1 {
    margin: 5rem 0 0.4rem 2.4rem;
    padding-left: 0;
    letter-spacing: -0.02rem;
}

.exchange_completed h1 ~ p {
    font-size: 1.3em;
    margin: 0.8rem 2.6rem 1rem;
}

.exchange_completed h1 ~ .btn {
    border-color: #babbc1;
    border-radius: 1.5rem;
    color: #babbc1;
    font-size: 1.4rem;
    margin: 0 2.8rem;
    padding: 0.5rem 1.6rem;
    text-transform: uppercase;
}

.exchange_completed .exchange_data {
    margin-top: 2.2rem;
}

.exchange_completed small {
    font-size: 1.4rem;
}

.exchange_completed .row + .row + .row div {
    border-top: 0.2em solid #eeeeee;
    padding-top: 1em;
}

.exchange_completed dl {
    font-size: 1.4rem;
    margin-left: 1rem;
    margin-top: 2rem;
}

.exchange_completed dt {
    color: #babbc1;
    text-align: left;
    margin-bottom: 0.6em;

}

.exchange_completed dd {
    font-size: 1.5rem;
    margin-left: 15rem;
}

.exchange_completed .dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exchange_completed .logo_spsdecidir {
    margin-bottom: 20px;
    margin-top: 10px;
}

.exchange_completed .exchange_data .btn {
    border-color: #babbc1;
    border-radius: 1.5rem;
    color: white;
    background-color: #babbc1;
    font-size: 0.8em;
    padding: 0.6em 2em 0.6em 2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.exchange_completed .exchange_data .btn i {
    margin-left: -1rem;
    margin-right: 1rem;
}

/* Ayuda */

div .text-box {
    margin-top: 1.5rem;
    font-size: 13px;
}

.title-box h5 {
    font-size: 18px;
    font-weight: bold;
}

button .btn-block {
    font-size: 16px;
    word-break: break-all;
}

div .jumbotron p {
    font-size: 13px;
}

.btn-block .text-box {
    margin-bottom: 100px;
}

header a.help-btn {
    margin-top: 5px;
    margin-left: 50px;
    font-size: 1.5rem;
    color: #f4764a;
}

.help-block button {
    background: #f4764a;
    color: #FFFFFF;
}

.btn:hover {
    background: #f4764a;
    color: #FFFFFF;
}

div .orange_bubble {
    background-color: #dddddd;
    color: black;
    word-break: break-all;
    margin-top: 1.5rem;
}

/* Preguntas frecuentes */
.faq h1 {
    color: #f4764a;
    font-size: 1.8em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 2em;
}

.faq h4 a {
    text-decoration: none;
}

.faq .panel-collapse.in ~ .panel-heading {
    background-color: #525252;
}

/* Mis canjes */

.prizesexchange_list table tr:first-child {
    background-color: #eeeeee;
}

/* Pagina del usuario */
div.user_profile {
    margin-bottom: 5rem;
}

.user_profile dt {
    text-align: left;
}

.user_profile dd {
    margin-left: 13rem;
}

.user_profile .btn {
    background-color: white;
    border-color: #babbc1;
    border-radius: 1.5rem;
    color: #babbc1;
    font-size: 1.1rem;
    padding: 0.4rem 2rem;
    text-transform: uppercase;
}

/* Pagina de movimientos de puntos */

.pointsmovement_list h1 {
    margin-left: 0;
}

.pointsmovement_list .col-sm-12 {
    padding: 0;
}

.pointsmovement_list table tr th {
    padding: 1.4rem 2rem;
}

.pointsmovement_list table tr:first-child {
    background-color: #eeeeee;
}

.pointsmovement_list table tr td {
    padding: 0.4rem 2rem;
}

/* Descripcion del programa */
div.about_program {
    color: #007cc3;
}

.about_program .row.banner {
    margin: auto;
}

.about_program .banner + .row,
.about_program .icons {
    background-color: white;
    box-shadow: 0.5em 0 1em #eeeeee;
    text-align: center;
    padding: 1.4em;
    margin-top: 1em;
    font-weight: bold;
}

.about_program .icons h2 {
    color: inherit;
    font-size: 3.4rem;
    margin-bottom: 3rem;
}

.about_program .icons > div {
    float: none;
    margin: auto;
}

.about_program .icons i img {
    height: 4em;
}

.about_program .icons .millas {
    letter-spacing: -0.05rem;
}

.about_program .exchange_options {
    font-size: 1.2em;
    margin: 2em auto 4em;
    text-align: center;
}

.about_program .exchange_options div {
    padding: 0;
    font-weight: bold;
    border: 0.2em solid #007cc3;
}

.about_program .exchange_options div ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.about_program .exchange_options div li {
    padding: 1em 0 1em 0;
}

.about_program .exchange_options div li:first-child {
    border-bottom: 0.1em solid #007cc3;
}

.about_program .exchange_options div:first-child {
    background-color: #007cc3;
    color: white;
    padding: 1.65em;
}

.about_program .exchange_options div:first-child p {
    margin-top: 1.4rem;
    height: 3.5rem;
}

.about_program .row.instructions {
    margin: auto;
}

.about_program .instructions {
    text-align: center;
}

.about_program .instructions i {
    color: #babbc1;
}

.about_program .instructions p {
    color: #525252;
    font-weight: normal;
}

.about_program .instructions img {
    margin-bottom: 1em;
}

.about_program .instructions strong {
    color: #babbc1;
    font-size: 1.4em;
}

.about_program .instructions .btn {
    border-radius: 1.5rem;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #babbc1;
    border-color: #babbc1;
    padding: 0.6em 2em 0.6em 2em;
}

.about_program .conditions {
    margin-top: 2em;
}

.about_program .conditions i {
    height: 2em;
}

.about_program .conditions div:first-child i {
    font-weight: bold;
}

.about_program .conditions .fa-usd ~ i {
    font-size: 1.4em;
}

.about_program .conditions .fa-align-right {
    font-size: 0.6em;
    margin-right: 0.2em;
}

.about_program .conditions p {
    color: #525252;
    font-weight: normal;
}

/* Terminos y condiciones */
.tycs .row {
    max-width: 110rem;
    margin: auto;
}

.tycs .row:last-child {
    margin-bottom: 5rem;
}

.tycs h1 {
    color: #babbc1;
    font-size: 1.8em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 2em;
}

.tycs p a {
    color: #babbc1 !important;
}

.payment_quantity_exchange_detail {
    font-weight: normal;
    position: absolute;
}

.banner-text .banner-wrap-text {
    line-height: 0.9;
}

.banner-text .banner-title {
    margin-bottom: 0;
    font-size: 4em;
    color: #f47437;
    padding: 0;
}

.banner-text .bold {
    font-weight: bold;
}

.banner-text .banner-slogan {
    font-size: 1.2em;
    color: #58585B;
}

@media (max-width: 425px) {

    .banner-text .banner-title {
        font-size: 2.7em;
    }

    .banner-text .banner-slogan {
        font-size: 1em;
    }
}

.owl-row {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.owl-item .owl-label {
    text-align: center;
    border: none;
    color: grey;
    font-size: 12px;
    white-space: nowrap;
}

.owl-item {
    padding-top: 5px;
    text-align: center;
}

.owl-carousel .owl-item img {
    height: 40px;
    margin: 0 auto;
    width: auto !important;
}

.owl-carousel .owl-item:hover {
    transform: translateY(-3px);
    transition: 300ms;
}

.owl-prev {
    height: 100px;
    position: absolute;
    top: -20px;
    margin-left: -20px;
    display: block !important;
    border: 0;
    margin-top: 10px;
}

.owl-next {
    height: 100px;
    position: absolute;
    top: -20px;
    right: -25px;
    display: block !important;
    border: 0;
    margin-top: 10px;
}

.owl-prev i, .owl-next i {
    color: #545454;
}

.user-row {
    background-color: transparent !important;
}

.main-structure {
    margin-right: auto;
    margin-left: auto;
    max-width: 1190px;
}

@media (min-width: 1024px) {

    .main-structure {
        padding-left: 3rem;
        padding-right: 3rem;
    }

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar .logos {
    padding-left: 0;
}

header .responses{
    font-size: 1rem;
}

.dummy_spacer {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    z-index: -99;
}

.dummy_spacer * {
    font-size: 1rem;
    color: transparent;
}

header .arrow_structure {
    text-align: right;
}

header .arrow_structure .content {
    height: 3rem;
}

header .arrow_structure .arrow_body:before {
    border: 1.5rem solid transparent;
    border-left-color: #f47437;
}

header .arrow_structure .arrow_body:after {
    border: 1.5rem solid transparent;
    border-left-color: white;
}

header .info-home-button {
    min-width: 100%;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 1.1rem;
    border-radius: 0;
    border: none;
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
}

header .border_right {
    border-right: 1px solid white;
}

.points_and_pay_sign,
.pay_only_sign {
    position: absolute;
    width: 5em;
    text-align: center;
    border: 1px solid #babbc1;
    color: #babbc1;
    background-color: white;
    font-size: 0.8em;
    padding: 0.2em;
    font-weight: bold;
    margin-top: -1px;
    margin-left: -1px;
}

.points_and_pay_sign_horizontal,
.pay_only_sign_horizontal {
    position: absolute;

    text-align: center;
    border: 1px solid #babbc1;
    color: #babbc1;
    background-color: white;
    font-size: 0.8em;
    padding: 0.2em;
    font-weight: bold;
    margin-left: 11em;
    margin-top: -5px;
}

.featured-title {
    margin-bottom: 10px;
}

.category-image img {
    margin-bottom: 10px;
}

.category-image {
    position: relative;
}

.category-over-picture {
    color: white;
    position: absolute;
    font-size: 4rem;
    font-weight: bold;
    margin-top: -120px;
    margin-left: 30px;
    vertical-align: middle;
    line-height: 110px;
}

.helper-label {
    text-transform: uppercase;
    color: #6c6d71;
    font-size: 1.5rem;
}

.sliders-container {
    margin-top: 10px;
}

.slider-container {
    height: 50px;
    width: 100%;
}

input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    margin-top: 10px;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #babbc1;
    height: 15px;
    width: 15px;
    border-radius: 50%
}

input[type='range']::-moz-range-thumb {
    cursor: pointer;
    background: #babbc1;
    height: 15px;
    width: 15px;
    border-radius: 50%
}

.filter-button {
    color: white;
    background-color: #babbc1;
    border-color: #babbc1;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 0.4rem 1.4em;
    text-transform: uppercase;
}

.filter-select {
    border-radius: 0;
    border: 0.1em solid #babbc1;
    height: 3rem;
    margin-right: 0;
    width: 100%;
}

.home hr.bottom-hr {
    margin: 0;
}

.info-home-button {
    min-width: 100%;
    text-align: center;
    color: #808183;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 10px;
    border-radius: 1.5rem;
    border: none;
    display: inline-block;
}

.info-home-button img {
    height: 5rem;
}

.home > div.row {
    margin-bottom: 1.5em;
}

.home-description-container p {
    margin-bottom: 15px;
}

.filter-title-label {
    color: #656565;
    font-size: 16px !important;
    text-align: left;
}

.search-filter-line {

    background: #babbc1;
    height: 6px;
    margin-bottom: 0;
    margin-left: 0;
}

.promoted-prizes-line {
    background: #babbc1;
    height: 6px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 6px;
}

.logout_dropdown {
    display: inline-block;
}

.cart_info .btn {
    margin: 0;
}

nav .cart_info .cart-btn {
    height: 2rem;
    vertical-align: middle;
}

@media (min-width: 1024px) {

    .prize_detail .prize_description {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .cart-table, .exchange_data {
        margin: 0;
    }
}

/*Filtros de premios*/

.prizes_filters {
    background-color: #babbc1;
    padding: 0 1rem;
    color: white;
}

.prizes_filters .arrow_structure {
    background-color: #d1d2d9;
}

.prizes_filters h3 {
    color: white;
    background-color: #f47437;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    margin: 1rem -1rem;
    border-top: 0.2rem solid white;
    border-bottom: 0.2rem solid white;
}

.prizes_filters h3.categories_title {
    margin-top: 0;
    border-top: none;
}

.prizes_filters h4 {
    font-size: 1.5rem;
}

.prizes_filters .filter_input {
    text-transform: lowercase;
}

.prizes_filters input {
    width: 100%;
    color: black;
}

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

.prizes_filters ul li {
    padding: 0.25rem;
    margin: 0 -1rem;
}

.prizes_filters ul li a {
    color: white;
    margin: 0 1rem;
}

.prizes_filters ul li a:hover {
    color: white;
    background-color: transparent;
}

.prizes_filters ul li.active,
.prizes_filters ul li.active a {
    color: #f47437;
    background-color: #f2f2f2;
}

.prizes_filters button {
    border: none;
    color: white;
    background-color: #f47437;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.prizes_filters .filter_input label {
    font-weight: normal;
}

.prizes_filters .filters_body .col-xs-6:first-child {
    padding-right: 0.1rem;
}

.prizes_filters .filters_body .col-xs-6:last-child {
    padding-left: 0.1rem;
}

.prizes_filters .exchange_mode input {
    width: unset;
}

.prizes_filters .exchange_mode span {
    display: flex;
    font-weight: bold;
}

.prizes_filters .exchange_mode:last-child span {
    margin-top: 1rem;
    margin-right: 1.2rem;
}

.arrow_structure {
    position: relative;
    background-color: #babbc1;
}

.arrow_structure .content {
    background-color: #f47437;
    width: 16rem;
}

.arrow_structure .arrow_body {
    position: absolute;
    background-color: white;
    top: 0;
    left: 15.5rem;
    width: 1rem;
    height: 100%;
}

.arrow_structure .arrow_body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1rem solid transparent;
    border-left-color: #f47437;
    left: 0;
    z-index: 2;
}

.arrow_structure .arrow_body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    border: 1rem solid transparent;
    border-left-color: white;
    z-index: 1;
}

.prize_detail .arrow_structure {
    transform: scaleX(-1);
    z-index: -1;
}

.prize_detail .arrow_structure .content {
    width: 18rem;
    height: 2.5rem;
}

.prize_detail .arrow_structure .arrow_body {
    left: 18rem;
    transform: scaleX(-1);
}

.prize_detail .arrow_structure .arrow_body:after {
    border-left-color: white;
}

.prize_detail .arrow_structure .arrow_body:before {
    border-left-color: #babbc1;
}

.prize_detail .arrow_structure .arrow_body:after,
.prize_detail .arrow_structure .arrow_body:before {
    border-width: 1.15rem;
}

.prizes_filters .arrow_body {
    top: 0.2rem;
    height: 2.5rem;
    left: 13rem;
}

.prizes_filters .arrow_structure {
    right: -1rem;
}

.prizes_filters .arrow_structure:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 0.2rem solid white;
    z-index: 2;
}

.prizes_filters .arrow_structure:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border-top: 0.2rem solid white;
    z-index: 2;
}

.prizes_filters .arrow_structure .content {
    width: 13rem;
}

.prizes_filters .arrow_structure h3 {
    text-align: left;
    margin-left: -2rem;
}

.prizes_filters .arrow_structure .arrow_body:before,
.prizes_filters .arrow_structure .arrow_body:after{
    border-width: 1.2rem;
}

.prizes_filters .title .arrow_structure {
    height: 2.7rem;
}

.prizes_filters .title .arrow_body {
    top: 0;
}

.prizes_filters .title .arrow_structure:before {
    display: none;
}

@media (max-width: 1024px) {

    .prize_detail .exchange_mode li.points_and_pay span.installments_selector {
        display: block;
    }

}

header .row .user {
    padding: 0;
    text-align: right;
}

header .dropdown-menu {
    min-width: 100px;
}

header .row .user .col-xs-8 {
    z-index: 9;
}

header .row .user .cart_info img {
    width: auto;
}

header .row .user .cart_info {
    text-align: left;
}

@media (max-width: 425px) {

    .main_slider .carousel-indicators {
        margin-bottom: -1rem;
        color: black;
    }

    .home {
        margin-top: 0;
    }

    header nav.navbar {
        margin-bottom: 0;
    }

    nav .logos, nav .search_box, nav .user {
        margin-top: 0;
    }

    nav .search_box {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    header .logos img {
        margin-top: 1rem;
        margin-left: 1rem;
        width: 25%;
    }

    header .owl_logo_col img {
        position: absolute;
        width: 6%;
        margin-top: -3.5rem;
        right: 1.2rem;
    }

    header .row .user {
        margin-top: -3rem;
        margin-right: 2rem;
        padding: 0;
        text-align: right;
    }

    header .row .user .cart_info img {
        width: auto;
    }

    header .row .user .cart_info {
        text-align: left;
    }

    header .row .user .col-xs-8,
    header .row .user .col-xs-4 {
        padding: 0;
    }

    header .row .user .fa-chevron-down {
        padding: 0 1rem;
    }

    nav .search_box input + span {
        width: auto;
    }

    header nav .search_box input,
    header nav .search_box input + span button {
        height: 3rem;
    }

    nav a.btn {
        padding: 5px;
    }

    .home .main_slider .col-xs-12 {
        padding: 0;
    }

    header a.help-btn {
        font-size: 1.1rem;
        margin-top: -25px;
        margin-left: 120px;
    }

    nav div.login-btn a {
        margin-top: 10px;
        margin-left: -10px;
    }

}

@media (max-width: 375px) {

    header .owl_logo_col img {
        margin-top: -2.5rem;
        right: 0.3rem;
    }

    header a.help-btn {
        margin-left: 100px;
    }

}

footer .ctf {
    font-size: 8rem;
    text-align: left;
    margin-left: 0.4rem;
}

footer .footer_logo {
    padding: 0;
    width: 20rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
}

.help_instructions {
    margin-left: auto;
    margin-right: auto;
}

.image-subscribe{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Chrome, Safari, Edge, Opera */
.exchange_return_form input::-webkit-outer-spin-button,
.exchange_return_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

/* Firefox */
.exchange_return_form input[type=number] {
    -moz-appearance: textfield;
}

.return_requested .return_icon {
    color: #f47437;
    font-size: 15rem;
}

.maintenance_mode .maintenance_mode_container {
    margin-top: 5rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
}

.maintenance_mode img {
    filter: brightness(100);
    margin-left: auto;
    margin-right: auto;
}

.maintenance_mode .divider {
    border-top: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 100%;
    max-width: 35rem;
}

.maintenance_mode .message_container {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
}
