@font-face {
    font-family: 'Varela Round';
    src: url('fonts/VarelaRound-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* RESET */
*{
    box-sizing: border-box;
    list-style: none;
}

/* GENERAL */
html, body {
  height: 100%;
}

body{
    background: #FAFAFA;
    font-weight: 300;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

main {
  flex: 1 0 auto;
}

table{
    border: 1px solid #DDD;
}

tbody{
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}

.fontVarela{
    /*font-family: 'Varela Round', sans-serif;*/
    letter-spacing: -1px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC !important;
    font-weight: 300;
}

/* SVG Icons */
.svg-icon {
  width: 20px;
  height: 20px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #FFFFFF;
}

/* DEL ADMIN EXCLUSIVE */

.admin-body{
    background: #FAFAFA;
    font-weight: 300;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 60px!important;
}

.admin-upheader{
     background: #531A6C;
     font-size: 18px;
     position: fixed; 
     top: 0;
     z-index: 1020;
}

.admin-countries{
    padding-top: 15px;
}

.admin-logout{
    padding-top: 15px;
}

.privatelogo{
    margin-top: -10px;
    max-width: 100px;
    float: left;
}

.countries{
    margin-left: 10px;
    float: left;
    width: 70%;
}

.countries .form-group{
    padding: 0;
    margin: 0;
}

.countries img{
    display: inline-block;
}

.countries select{
    display: inline-block;
    font-size: 14px;
}

.countries button[type="submit"]{
    padding: 8px 15px;
    font-size: 14px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar img{
    width: 95px;
    margin-right: 10px;
}

.table-responsive{
    padding: 0px 15px;
}

.table-success, .table-success > th, .table-success > td{
    background-color: #FBDAD0 !important;
}

.table{
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    margin-top: 20px;
}

.table th{
    cursor: pointer;
}

.table img{
    width: 80px;
}

.table .url{
    word-break: break-all;
}

.masonry{
    column-count: 1;
    column-gap: 1em;
}

.card{
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 7px;
}

.card p{
    margin: 0;
    cursor: pointer;
}

.card a{
    color: #FD712A;
}

.card-header{
    background-color: #FFF;
    border: none;
}

.card-body{
    border: none;
    border-top: 1px solid #DDD;
}

table a{
    color: #FD712A;
}

.leyenda small{
    color: #AAA;
    font-weight: 300;
}

.page-item.active .page-link {
    background-color: #531A6C;
    border-color: #531A6C;
}

.page-link {
    color: black;
}

.page-link:hover{
    color: black;
}

/* COMPLETE PAGE */
.orange{
    color: #FD712A;
}

.pink{
    color: #EA247A;
}

.purple{
    color: #531A6C;
}

.red{
    color: tomato;
}

.green{
    color: limegreen;
}

.white{
    color: #FFFFFF;
}

.grey{
    color: #BBBBBB;
}

.dark_grey{
    color: #AAAAAA;
}

.blue{
    color: #3379b0;
}

.table-purple{
    background-color: lavender;
}


.table-hover tbody .table-purple:hover{
    background-color: #D8D8F6;
}

.tableSmall-purple{
    color: lavender;
}

.table-orange{
    background-color: #fdd7b8;
}


.table-hover tbody .table-orange:hover{
    background-color: #fdcc9c;
}

.tableSmall-orange{
    color: #fdd7b8;
}

.table-blue{
    color: #BEE5EB;
}

.table-yellow{
    color: #FFE8A1;
}

.table-grey{
    color: #BBBBBB;
}

.table-red{
    color: #F5C6CB;
}

.btn_orange{
    background-color: #FD712A;
    border: none;
}

.btn_orange a:hover{
    color: #FFF!important;
    text-decoration: none;
}

.btn_orange:hover,
.btn_orange:focus,
.btn_orange:active {
    background-color: #e26424!important;
    border: none;
    box-shadow: none;
}

.btn_purple {
    background-color: #531A6C;
    border: none;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px 10px;
    margin: 0 auto;
}

.btn_purple a:hover {
    color: #FFF !important;
    text-decoration: none;
}

.btn_purple:hover,
.btn_purple:focus,
.btn_purple:active {
    background-color: #411454!important;
    border: none;
    box-shadow: none;
}

.btn_download {
    color: #531A6C;
    padding-top: 10px;
    background: none;
    border: none;
    text-decoration: underline;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: rgba(253, 113, 42, .5);
}

.bg_grey{
    background-color: #EEEEEE;
}

.bg_white{
    background-color: #FFFFFF;
}

.btn_vote{
    padding: 0 5px;
    font-size: 12px;
    background-color: #DDD;
    color: #666;
    border: none;
    border-radius: 2px;
}

.btn_vote:hover{
    background-color: #531A6C;
}

.small{
    font-weight: 300;
}

.container-fluid .row/* Bootsrap Override */{
    margin: 0;
}

.upheader{
     background: #531A6C;
     font-size: 18px;
     position: fixed; 
     top: 0;
     z-index: 1020;         
}

 .upheader button /* Bootsrap Override */
{
     font-size: 12px;
     border: none;
     background: none;
     color: #FFF;
     padding: 0;
}

.col-2.navbar-language-selection, .col-1.navbar-social-media{
    padding-top: 13px;
}

.navbar {
    padding: 0;
    background-color: #531A6C;
}

.navbar-brand {
    margin-left: 60px;
    font-weight: 400;
}

.navbar .nav-item {
    color: white !important;
    padding: 10px 10px !important;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    border-bottom: none !important;
}

/* ESTADO ACTIVO (píldora sutil) */
.navbar .nav-item.active {
    font-weight: 400;
    background-color: rgba(234, 37, 122, 0.5);
    color: white !important;
    border-bottom: none !important;
}

/* ESTADO HOVER (cuando el ratón pasa por encima) */
.navbar .nav-item:hover {
    background-color: rgba(253, 113, 42, 0.5);
    cursor: pointer;
}

.navbar .nav-item .nav-link {
    color: white !important;
    text-decoration: none;
}

.navbar .nav-item.active .nav-link {
    color: white !important;
}

.correctSuscription{
    position: fixed;
    top: 20px;
    width: 60%;
    margin-left: 20%;
    z-index: 99;
}

.home_search{
    padding-bottom: 50px;
    background-image: url("img/background_tile.png");
    text-align: center;
    margin-top: 58px!important;
}

.home_search img{
    width: 200px;
}

.home_search h1{
    font-size: 35px;
}

.inside_search{
    background-image: url("img/background_tile.png");
}

.inside_search .container{
    padding: 0;
    padding-bottom: 30px;
}

.inside_search img{
    width: 100%;
}

.inside_search form{
    padding-top: 25px;
}

.block{
    padding: 40px 15px;
}

.exclusive_home{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding-bottom: 30px;
    min-height: 630px;
    height: 630px;
}

.exclusive_home a{
    text-decoration: none;
    color: #FFF;
}

.exclusive_home img{
    width: 100%;
    border-bottom: 1px solid #F6F6F6;
}

.exclusive_home .exclusive_logo{
    margin-top: -20px;
    background: #FFF;
    padding: 10px 20px;
    border: 1px 0px 1px 0px solid #DDD;
}

.exclusive_home h5{
    margin: 15px 15px;
    line-height: 17px;
}

.exclusive_home p{
    margin: 15px 15px;
    line-height: 17px;
    max-height: 120px;
    overflow: auto;
    height: 120px;
}

.exclusive{
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}

.random-coupons{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 550px;
}

.exclusive h2{
	font-size: 1.25rem;
        font-weight: 400;
}

.exclusive h3{
	font-size: 1rem;
        font-weight: 300;
}

.exclusive:hover{
    border-color: #531A6C;
    cursor: pointer;
}

.exclusive a{
    text-decoration: none;
    color: #000;
}

.exclusive:last-child{
    margin-bottom: 100px;
}

.exclusive .col-2,
.exclusive .col-md-2{
    padding: 0;
}

.exclusive_img img{
    width: 100%;
}

.exclusive .logo{
    padding: 5px;
    background-color: #FFF;
    width: 100%;
}

.exclusive .exclusive_logo{
    padding: 5px;
    border: 1px solid #DDD;
    background-color: #FFF;
    width: 100%;
}

.exclusive .logo_overImg{
    margin-left: -30px;
}

.random-coupons .discount{
    float: right;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #EA247A;
}

.random-coupons h5{
    line-height: 17px;
    margin: 15px 0px;
}

.random-coupons-description{
    line-height: 17px;
    max-height: 120px;
    overflow: auto;
    height: 120px;
    margin-bottom: 10px;
}

.random-coupons:hover{
    border-color: #531A6C;
    border-width: 1.5px;
}

.exclusive .discount{
    float: right;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #EA247A;
}

.exclusive .exclusive_info p{
    line-height: 15px;
    margin-bottom: 10px;
}

.expired_title{
    padding-top: 10px;
    border-top: 3px dotted #AAA;
    color: #AAA;
}

.expired{
    color: #CCC;
}

.expired:hover{
    border-color: #AAA !important;
}

.expired img{
    opacity: .3;
}

.expired .discount{
    color: #CCC;
}

.expired a{
    color: #CCC !important;
}


.expired button{
    background-color: #CCC;
}

.expired button:hover{
    background-color: #BBB;
}

.similar_title{
    padding-top: 10px;
    border-top: 2px solid #AEC954;
    font-size: 20px;
    color: #666;
}

.similar .discount{
    text-align: left;
    width: 100%;
    font-size: 24px;
    margin-top: 5px;
}

.similar .logo img{
    width: 100%;
}

.similar button a{
    color: #FFF;
    text-decoration: none;
}

.category_orange{
    color: #FD712A;
    font-size: 13px;
}

.category_orange:hover{
    color: #E16425;
    text-decoration: none;
    font-weight: 400;
}

.expire{
    color: #EA247A;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.exclusive .more{
    color: #FBAE15;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.exclusive .exclusive_btn{
    text-align: center;
}

.ad{
    margin-bottom: 20px;
}

.ad img{
    width: 100%;
    height: auto;
}

.ad iframe{
    max-width: 100%;
}

.ad iframe img{
    max-width: 50% !important;
}

.coupon{
    padding: 20px 30px 20px 10px;
}

.coupon:hover{
    border-color: #531A6C;
    cursor: pointer;
}

.coupon a{
    text-decoration: none;
    color: #000;
}

.coupon img{
    width: 100%;
    padding: 0px 20px 0px 10px;
}

.exclusive_border{
    border: 2px solid #FBAE15;
}

.brand{
    background-color: #FFF;
    padding: 20px 5px;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

.brand img{
    width: 100%;
}


.categories{
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 20px 0 0 0;
    margin-bottom: 40px;
}

.category{
    float: left;
    text-align: center;
    margin-bottom: 30px;
    height: 110px;
}

.category a{
    color: #000;
    text-decoration: none;
}

.category a:hover{
    font-weight: 400;
}

.category p{
    margin-top: 10px;
    line-height: 15px;
}

.category img{
    width: 80%;
}


.thematic{
    background-color: #FFF;
    border: 1px solid #DDD;
    margin-bottom: 20px;
    text-align: center;
    height: 450px;
}

.thematic a{
    color: #000;
    text-decoration: none;
}

.thematic img{
    width: 100%;
}

.thematic .title{
    padding: 15px 10px 0px 10px;
}

.thematic .title h4{
    margin-bottom: 0;
}

.thematic p{
    line-height: 15px;
    padding: 10px;
}

.newsletter{
    text-align: center;
    margin-bottom: 30px;
}

.newsletter img{
    width: 60%;
    margin-bottom: 20px;
}

.newsletter h5{
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 20px;
}

.newsletter p{
    line-height: 18px;
    font-size: 20px;
}

.newsletter small{
    font-size: 10px;
}

.texts{
    text-align: center;
}

.texts img{
    width: 30%;
    margin-bottom: 10px;
}

.letter{
    color: #666;
    margin-right: 10px;
}

.letter:hover{
    text-decoration: none;
    color: #FD712A;
}

.brands_list{
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 20px 40px 20px 20px;
    margin-bottom: 20px;
}

.brands_list .row{
    padding-left: 10px;
}

.brands_list h3{
    margin-bottom: 30px;
}

.brands_list h4{
    margin-bottom: 0;
    color: #BBB;
}

.brands_list ul{
    padding: 0 0 15px 15px;
    border-bottom: 1px solid #EEE;
}

.brands_list ul li{
    float: left;
    padding: 0 5px 10px 0;
    font-size: 18px;
    line-height: 18px;
}

.brands_list a{
    color: #666;
    text-decoration: none;
}

.brands_list a:hover{
    color: #FD712A;
}

.category_index{
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.category_index a{
    display: block;
}

.store{
    text-align: right;
    padding-right: 20px;
}

.store h2{
    font-size: 24px;
    margin: 0;
}

.store p{
    margin-bottom: 0px;
    margin-top: 10px;
}

.store .small{
    font-weight: 300;
    margin: 0;
}

.store a:hover{
    text-decoration: none;
    font-weight: 400;
}

.store .pink:hover{
    color: #EA247A;
}

.store .store_logo{
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    width: 100%;
}

.rate{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    
}

.rate form{
    display: inline-block;
}

.rate p{
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}

.rate button{
    padding: 0;
    background: none;
}

.rate button:hover{
    background: none;
    color: #E16425;
}

.rate .btn-default{
    border: none;
    color: #DDD;
}

.rate .btn-warning{
    border: none;
    color: orange;
}

.rate .btn-warning svg{
    fill: #FBAF16;
}

.rate .btn-default svg{
    fill: #DDD;
}

.rate button svg:hover{
    fill: #E16425;
}

.similar_brands{
    overflow: hidden;
}

.similar_brand{
    background-color: white;
    border: 1px solid #EEE;
    float: right;
    padding: 0 5px;
    margin: 0 0 5px 5px;
    font-size: 12px;
}

.similar_brand a{
    color: #FD712A;
}

.summary_table table {
    border: none;
    width: 100%;
}

.summary_table table tbody{
    background: none;
}

.other_countries{
    float: right;
    margin: 0 0 5px 10px;
}

.newest_coupons{
    color: #666;
    font-size: 14px;
}

.newest_coupons table{
    margin-bottom: 50px;
    width: 100%;
    border: none;
}

.newest_coupons table tbody{
    background: none;
}

.newest_coupons table tbody tr{
    border-bottom: 1px solid #EEE;
}

.newest_coupons table tbody tr td{
    padding: 5px;
}

.bottom_brands{
    background-color: #FFF;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #EEE;
}

.bottom_brands:hover{
    border: 1px solid #FD712A;
}

.bottom_brands img{
    max-width: 100%;
}

.bottom_brands a{
    color: #666;
    text-decoration: none;
}

.votar{
    margin: 10px 0;
    text-align: center;

}

.votar img{
    width: 30px !important;
}

.votar a{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #E16425;
    margin-left: 20px;
    background-image: url("img/star_border.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40px;
}

.votar a:hover{
    text-decoration: none;
    background-image: url("img/star.png");
}

.special{
    text-align: right;
}

.special img{
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    width: 100%;
}

.special h1{
    font-size: 24px;
}

.special h5{
    font-weight: 300;
}

.sorry{
    font-size: 20px;
    border-bottom: 2px solid #FBAE15;
    margin-bottom: 20px;
}

.footer_top{
    background-color: #444;
    padding: 10px;
    color: #CCC;
}

.footer_top strong{
    font-size: 16px;
}

.footer_countries{
    background-color: #222;
    color: #AAA;
    padding: 20px 0;
    font-size: 12px;
}

.footer_countries a{
    color: #AAA;
}

.footer_countries a:hover{
    color: #FFF;
    text-decoration: none;
}

.footer{
    background-color: #000;
    padding: 10px 0;
    color: #FD712A;
    text-align: center;
    font-size: 11px;
}

.footer p{
    margin: 0;
}

.footer a{
    color: #FD712A;
}

/* MODALS */
.modal img{
    width: 50%;
    margin-bottom: 30px;
}

.modal .code{
    border: 2px dashed #EA247A;
    width: 70%;
    margin: 30px 15%; 
    padding: 10px;
    color: #FD712A;
    font-weight: 600;
    font-size: 24px;
}

/* SPECIAL DAYS */
.specialdays{
    background-size: 300px;
    background-position: center;
    background-repeat: repeat-x;
    height: 45px;
}

.specialdaysBR{
    background-size: 300px;
    background-position: center;
    background-repeat: repeat-x;
    height: 45px;}

.specialdays_titleBG{
    background: #000;
}

.specialdays_body{
    background: #000;
}



/* MEDIA SCREEN
===========================*/
@media screen and (max-width: 1200px){

    .btn_purple{
        margin-left: 20px;
    }

}

@media screen and (max-width: 991px){
    body{
        padding-bottom: 0px;
    }

    .footer{
        position: relative;
        bottom: 0;
    }

    .navbar .active/* Bootsrap Override */{
        border-top: none;
    }


}

@media screen and (max-width: 768px){
    .correctSuscription{
        width: 90%;
        margin-left: 5%;
    }

    h1{
        font-size: 24px;
    }

    .text-right{
        text-align: left !important;
    }
    
    .upheader .text-right{
        text-align: right !important;
    }

    .exclusive_home .exclusive_logo{
        width: 100%;
    }

    .brand{
        margin-bottom: 10px;
    }

    .masonry{
        column-count: 2;
    }

    .masonry .coupon{
        display: inline-block;
    }

    .exclusive{
        padding-bottom: 20px;
        display: inline-block;
    }

    .exclusive .row .col-12{
        padding: 0;
    }

    .exclusive .col-2{
        padding: 0;
    }

    .exclusive .discount{
        padding-left: 15px;
    }

    .exclusive .exclusive_logo{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        border: none;
    }

    .exclusive .logo{
        margin-bottom: 10px;
        border: none;
    }

    .exclusive .discount{
        width: 100%;
        text-align: left;
        font-size: 30px;
    }

    .exclusive .exclusive_info{
        margin: 0 0 10px 0;
    }

    .modal .code{
        width: 90%;
        margin: 30px 5%;
    }
}