/************* GENERIC  *****************/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    letter-spacing: 1px;
    color: #fff;
    background: black none repeat scroll 0% 0%;
}
body::-webkit-scrollbar {
    -webkit-appearance: none;
}
body::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #d2952b;
}
body::-webkit-scrollbar-thumb:hover{
    border-radius: 0px;
    background: #b2760c;
}
body::-webkit-scrollbar:vertical {
    width:10px;
}

a {
    color: #fff;
}

a:hover {
    color: #fe0663;
    text-decoration: none;
}

h1 {
    font-family: 'Great Vibes';
}

h2 {
    font-family: 'Open Sans';
    font-weight: 700;
}

img {
    width: 100%;
}

.twhite {
    color: #fff!important;
}

.twhite a {
    color: #fff!important;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
    line-height: 21px;
}


/************* TOP-HEAD *****************/

.top-head ul li {
    padding-right: 8px;
}


/****************** Navigation **************/

.navbar-toggler {
    border-color: #dd0000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(221, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 35PX;
    padding-left: 0PX;
}

.navbar-light .navbar-nav .nav-link {
    color: #ccc;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
}

a#navbardrop:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.text-muted {
    color: #ccc!important;
}


/*********DROPDOWN MENU***************/

.dropdown-menu {
    z-index: 3333;
    top: 70%;
    background-color: #000;
}


/*FORM*/

form#girlForm {
    border: 1px solid white;
    padding-top: 1.5%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 5px;
}


/*menu mobile*/

.navbar-light .navbar-toggler {
    color: #fe0663;
    border-color: #fe0663;
}


/********************* video **********************/

.demo {
    padding: 45px 0
}

.product-grid3 {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.product-grid3 .product-image3 {
    overflow: hidden;
    position: relative
}

.product-grid3 .product-image3 a {
    display: block
}

.product-grid3 .product-image3 img {
    width: 100%;
    height: 362px;
}

.product-image3 .pic-3 {
    opacity: 1;
    transition: all .5s
}

.product-grid3:hover .product-image3 .pic-3 {
    opacity: 0
}

.product-image3 .pic-4 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid3:hover .product-image3 .pic-4 {
    opacity: 1
}

.product-grid3 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid3 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid3:hover .social li {
    transform: translateX(0)
}

.product-grid3:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid3:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid3 .social li a {
    color: #000;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s background: rgba(252, 234, 187, 1);
    background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(49%, rgba(252, 205, 77, 1)), color-stop(68%, rgba(248, 181, 0, 1)), color-stop(100%, rgba(210, 149, 43, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#d2952b', GradientType=0);
}

.product-grid3 .social li a:hover {
    color: #fff;
    background-color: #00000066;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid3 .social li a:after,
.product-grid3 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid3 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid3 .social li a:hover:after,
.product-grid3 .social li a:hover:before {
    opacity: 1
}

.product-grid3 .add-to-cart {
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: #ff005b;
    transition: all .3s background: rgba(252, 234, 187, 1);
}

.product-grid3 .add-to-cart:hover {
    background-color: #8a0426;
    text-decoration: none
}

.product-grid3:hover .add-to-cart {
    bottom: 0
}

.product-grid3 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid3:hover .product-new-label {
    opacity: 0
}

.product-grid3 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid3 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid3 .title a {
    color: #fff;
    font-family: 'Great Vibes';
    font-size: 29px;
}

.product-grid3 .title a:hover {
    color: #d2952b;
}

.product-grid3 .price {
    color: #d2952b;
    font-size: 15px;
    font-family: 'Open Sans';
    letter-spacing: 2px;
}

@media screen and (max-width:990px) {
    .product-grid3 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    form.form-inline {
        display: none;
    }
    form#girlForm {
        border: none;
    }
}

@media only screen and (max-width: 425px) {
    nav.navbar.navbar-expand-sm.navbar-dark.sticky-top {
        display: none;
    }
}

.imagen-modelo{
    width: 270px;
    position: relative;
    left: 10%;
}
/********************* Shopping Demo-2 **********************/

.demo {
    padding: 45px 0
}

.product-grid2 {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #000;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s background: rgba(252, 234, 187, 1);
    background: #d2952b;
    /*background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(49%, rgba(252, 205, 77, 1)), color-stop(68%, rgba(248, 181, 0, 1)), color-stop(100%, rgba(210, 149, 43, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 49%, rgba(248, 181, 0, 1) 68%, rgba(210, 149, 43, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#d2952b', GradientType=0);*/
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #00000066;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s background: rgba(252, 234, 187, 1);
    background-color: #00000063;
}

.product-grid2 .add-to-cart:hover {
    background-color: #00000063;
    text-decoration: none
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #fff;
    font-family: 'Great Vibes';
    font-size: 29px;
}

.product-grid2 .title a:hover {
    color: #d2952b;
}

.product-grid2 .price {
    color: #d2952b;
    font-size: 15px;
    font-family: 'Open Sans';
    letter-spacing: 2px;
}

@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px
    }
}

.icon-play {
    position: absolute;
    z-index: 160;
    width: 80px!important;
    height: 80px!important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.ntitle {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 20px 0px;
}

.nline {
    width: calc(100% - 1rem);
    left: calc(0.5rem);
    position: absolute;
    height: 1px;
    /*background-color: #fff;*/
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(50%, #d2952b), to(#000));
    background: linear-gradient(to left, #000 0%, #d2952b 50%, #000 100%);
}

.ntitle h1 {
    padding: 0px 1rem !important;
    position: relative;
    z-index: 2;
    font-size: 2rem;
    background-color: black;
    color: #fff;
    font-family: 'Great Vibes';
}


/*FOOTER*/

footer:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(50%, #d2952b), to(#000));
    background: linear-gradient(to left, #000 0%, #d2952b 50%, #000 100%);
}


/*megamenu*/


/*.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}*/

.navbar-light {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}

.navbar-light .navbar-nav>li>a {
    color: #fff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
    background-image: url(https://i.postimg.cc/W3vNNptN/MEGAMENU-BACKGROUND.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    border: 1px solid #d2952b;
    background-color: #000;
}

.dropdown-item:hover {
    background-color: transparent;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.428571429;
    color: #d2952b;
    white-space: normal;
    font-family: 'Open Sans';
    font-size: 14px;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #000000;
    background-color: #d2952b;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu>li {
        margin-bottom: 30px;
    }
    .megamenu>li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

h5.mm-title {
    font-family: 'Great Vibes';
    font-size: 28px;
}

.card.mm-pics {
    border: 5px solid #d2952b;
    background-color: #000;
}

.card.mm-pics:hover {
    border: 3px solid #d2952b;
    background-color: #000;
}

li.dropdown-header.fm-title {
    font-family: 'Great Vibes';
    color: #fff;
    font-size: 28px;
}

label.custom-control-label.recordame {
    font-size: 17px;
    color: #d2952b;
}

a.olv-pass {
    font-size: 14px;
}

.title-form {
    font-family: 'Great Vibes';
}

.olviforgot {
    margin-top: 11px;
}

.form-control {
    background-color: #191919;
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
}

.custom-select {
    background-color: #191919;
    border: none;
    color: white;
    font-size: 0.875rem;
}

.btn-gold {
    background-color: #d2952b;
    color: #fff;
    border-radius: 0;
}

.btn-gold:hover {
    background-color: #b2760c;
    color: #fff;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: -80px;
    }
    .completeform {
        font-size: 12px;
    }
    a.olv-pass {
        font-size: 12px;
    }
    h5.mm-title {
        font-size: 26px;
    }
    .card.mm-pics {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .megamenu {
        margin-left: 0;
        margin-right: -140px;
    }
    .completeform {
        font-size: 7px;
    }
    a.olv-pass {
        font-size: 12px;
    }
    h5.mm-title {
        font-size: 19px;
    }
}

span.title-princ {
    color: #fff;
    font-family: 'Great Vibes';
    font-size: 29px;
    cursor: pointer;
}

span.title-princ:hover {
    color: #d2952b;
}

p.description-girl.resalt {
    color: #d2952b;
    font-size: 12px;
}

p.description-girl {
    font-size: 12px;
    color: #fff;
}

p.nba-detail {
    font-size: 12px;
    color: #d2952b;
}

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.popover-header {
    background-color: #191919;
    color: #fff;
}

.popover-body {
    background-color: #191919;
}

span#example {
    color: #d2952b;
}


/*buscador*/

.search-sec {
    background: #1A4668;
    padding: 2rem;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #191919;
    background-image: none;
    border: none;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
    background-color: #d2952b;
}

.wrn-btn:hover {
    background-color: #b2760c;
}

p.text-white.completeform {
    padding-bottom: 43px;
}


/*footer*/

.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #191919;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #CCC;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.business-header {
    height: 320px;
    background: url('https://i.postimg.cc/vB362rQ1/adasaf.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.form-control:focus {
    color: #ccc;
    background-color: #191919;
    border-color: #d2952b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

::placeholder {
    color: white;
}

::placeholder {
    color: white!important;
}


/*POPUP*/

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    z-index: 9999999;
}

#popup_content {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
    top: 0;
    left: 0;
    background: #1b100ed9;
    border: none;
}

.container.popupp {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
    top: 0;
    left: 0;
    background: #191919;
    border: none;
}

#menu-content::-webkit-scrollbar {
    -webkit-appearance: none;
}
#menu-content::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #d2952b;
}
#menu-content::-webkit-scrollbar-thumb:hover{
    border-radius: 5px;
    background: #b2760c;
}
#menu-content::-webkit-scrollbar:vertical {
    width:10px;
}

.menu-contentt{
    border: none;
    background: #191919;
    color: #ffffff;
    padding: 0px;
    width: 100%;
    height: 60%;
    overflow: auto;
}

.botonera{
    margin-top: -14%;
}

@media only screen and (max-width: 768px) {
.imagen-modelo {
    width: 190px;
    position: relative;
    left: 0%;

}
.conditions-image {
    margin-top: -15%;
}
.menu-contentt {
    height: 35%;

}
.botonera{
    margin-top: -67%;
}
a.disagree{
    font-size: 12px;
}
}

@media only screen and (max-width: 425px) {
.imagen-modelo {
    width: 120px;
    position: relative;
    left: 30%;
    display: none!important;
}
.container.popupp {
    height: auto;
}
.conditions-image {
    margin-top: -15%;
}
.menu-contentt {
    height: 13%;

}
.botonera{
    margin-top: -261%;
}
a.disagree{
    font-size: 11px;
}
#reclamx {
    margin-top: 20px;
    width: 92%;
    margin-left: 15px;
}
.problemx {
    margin: 0 15px;
}
.contact-details {
    padding-bottom: 30px;
}
}

@media only screen and (max-width: 375px) {
.imagen-modelo {
    width: 120px;
    position: relative;
    left: 30%;
    display: none!important;
}
.container.popupp {
    height: auto;
}
.advice {
    font-size: 14px!important;
}
.conditions-image {
    margin-top: -15%;
}
.menu-contentt {
    height: 13%;
    font-size: 12px;
}
.btn-gold {
    margin-left: 0px!important;
    padding: 5px 45px!important;
}
.botonera{
    margin-top: -300%;
}
a.disagree{
    font-size: 10px;
}
.container.popupp {
    height: auto;

}
.card.mm-pics {
    margin-top: 20px;
    width: 120%;
    margin-left: -25px;
}

}

@media only screen and (max-width: 320px) {
.imagen-modelo {
    width: 120px;
    position: relative;
    left: 20%;
    display: none!important;
}
.container.popupp {
    height: auto;
}
.advice {
    font-size: 12px!important;
}
.conditions-image {
    margin-top: -15%;
}
.menu-contentt {
    height: 13%;
    font-size: 12px;
}
.btn-gold {
    margin-left: 0px!important;
    padding: 5px 18px!important;
}
.botonera{
    margin-top: -470%;
}
a.disagree{
    font-size: 10px;
}
.container.popupp {
    height: auto;

}
.card.mm-pics {
    margin-top: 20px;
    width: 130%;
    margin-left: -28px;
}
p.text-white.completeform {
    padding-bottom: 25px;
    font-size: 9px;
}
.text-muted {
    color: #ccc!important;
    font-size: 9px;
}
}