body{overflow-x:hidden !important}
* {
    font-family: Arial, sans-serif;
}
@media (min-height: 700px) {
    .df-align-items-center{ align-items: center; }
    .step-content h4{font-size:20px;}
    .step-content{
        height:auto !important;
    }
}
@media(max-width:768px){
    .step-content{
        height: auto !important
    }
}
.p-height{
    max-height:75px;
    overflow-y:auto
}
:focus{
    outline:0px !important
}
.pr-3{padding-right:1rem !important}
.pr-0{padding-right: 0 !important}
.pl-3{padding-left:0.6rem !important}
.pt-2{padding-top:1rem;}
.pt-5{padding-top:3rem;}
.pb-5{padding-bottom:3rem}
.bg-beige {
    background-color: beige !important
}
.bg-white{background-color:#fff !important}
.bg-cream {
    background-color: hsla(44.99999999999968, 40.00%, 98.04%, 1.00);
}
.c-destinatarios{height:50px; overflow-y:auto}
.container-fluid{padding:80px 180px 10px 180px}
.container-fluid p {color: #fff;font-size: 20px;}
.container{padding:30px 80px 30px 80px}
.d-flex{display: flex;}
.bl-d-flex{display: flex; }
.align-items-center{align-items: center;}
.justify-content-center{justify-content: center;}
.mr-auto{margin-right: auto;}
.ml-auto{margin-left:auto}
.padding{padding:0 !important}
.text-center{text-align: center;}
.pt-3{padding:2rem}
.jssocials-shares{display:flex !important}
.jssocials-shares .jssocials-share{padding-right:1rem !important;}
.text-white {
    color: #fff
}
label{font-weight: 100 !important;}
h2, h4{color:#fff}
.form{width: 650px;}
.img .fa-whatsapp{padding-right: 15px;}
.img i{font-size: 50px; color:white;}
.input{width:100%;padding:10px;box-sizing:border-box;background:none;outline:none;resize:none;border:0;font-family:'Montserrat',sans-serif;transition:all .3s;border-bottom:2px solid #fff}
.border-yellow{ border-bottom: 2px solid #EEC10C !important; }
.btn-default{padding:18px;border-radius: 7px;background: #fff;width: 250px;color:#000;font-weight: 600;}
.dl-btn-form {
    padding: 18px;
    border-radius: 7px;
    width: auto;
    color: #000;
    font-weight: 600;
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid;
}
.bg-new {
    background: linear-gradient(90deg,#e2d095,#efd99e) !important;
}
.position-search {
    position: absolute;
    right: 14px;
    bottom: 20px;
    border-radius: 7px;
}
.dl-btn-form {
    background: #EEC10C;
}

.container h5 {
    font-weight: 500;
    font-size: 20px;
}
.w-nav-link.w--current{color:#fff !important;}
.py-5{padding-top:3rem;padding-bottom:3rem}
.mb-2{margin-bottom:2rem;}
.owl-nav {display: flex;justify-content: center;margin-bottom:1rem;margin-top:1rem;}
a{text-decoration:none;}
.step-content {height: 150px}
.line-through {
    -moz-text-decoration-line:line-through;
    -webkit-text-decoration-line:line-through;
    -webkit-text-decoration: line-through solid red 2px !important;
    -moz-text-decoration-line: line-through solid red 2px !important;
    -ms-text-decoration: line-through solid red 2px !important;
    -o-text-decoration: line-through solid red 2px !important;
    text-decoration: line-through solid red 2px !important;
    text-decoration-line:line-through !important;
}
.dl-inputs{width:100%;color:#000; padding:1rem;}
.dl-inputs-height {
    height: calc(1.5em + .75rem + 2px);
}
.btn-warning {
    font-weight: 500 !important;
    font-size: 18pt !important;
    color: #000;
    border-color: black !important;
    background-color: transparent;
    display:none !important; 
}
.form-group{padding-bottom:.7rem}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}
.btn-warning:hover {
    background: linear-gradient(25deg, rgba(227, 32, 26, 1) 0%, rgba(12, 10, 9, 1) 100%);
    color: #fff !important
}
.owl-nav button {
    border-radius: 50px;
    padding: 1rem;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fec624 !important;
    color: #fff !important;
    font-weight: 800;
}

.owl-nav .owl-prev{margin-right:1rem !important}
.position-relative {
    position: relative !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-product {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(49, 46, 46, 0.92); /* Black w/ opacity */
}
.modalTerms {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(49, 46, 46, 0.92); /* Black w/ opacity */
}
.modal-user{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(49, 46, 46, 0.92); /* Black w/ opacity */   
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.dl-box{padding: 17px;border-radius: 5px; background: #fff;width: 800px;  height: auto;margin-top:2%}
.dl-box-size{padding: 17px;border-radius: 5px; background: #fff;width: 600px;  height: 450px;position: relative;}
.dl-box-size-terms{padding: 17px;border-radius: 5px; background: #fff;width: 900px;position: relative;}
.bl-box-header{position:relative;margin:auto; background: url('../images/bgMedia.PNG') no-repeat; width: 100%;height: 400px;}
.bl-close-box{cursor: pointer;}
.dl-box-details{ padding-top: 30px; }
.dl-box-media iframe{width: 100% !important;}
.dl-box-media iframe{height:400px;}
.bl-close-box{
    position: absolute;
    background-color: #f1f1f1a1;
    color:#000;
    width: 40px;height:40px;
    right: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.btn-send{
    padding: 18px;
    border-radius: 7px;
    background: #EEC10C;
    width: 250px;
    color: #fff;
    font-weight: 600;
}
.btn-cancel{
    padding: 18px;
    border-radius: 7px;
    background: rgb(82 78 78);
    width: 250px;
    color: #fff;
    font-weight: 600;
}
.dl-input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
        overflow: auto;
        resize: vertical;
    }
.product-description h4{color: #000;}
.product-description p{text-align: justify;color: #b1a9a8;}
.more-details i{padding-right: 5px; }
.more-details{padding: 15px 0; }
.dl-btn{width: 100%;color: white;background: #EEC10C;height: 59px;border-radius: 5px;font-size: 20px;outline: none;}
.dl-btn1 {
    margin-top: 5%;
    background-color: #1d9d73 !important;
}
.social-media {
    display: flex;
    width: 50px;
    padding-top: 30px;
}
/*Pagination style*/
.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #f7f7f9;
    border-width: .2rem 0 0;
}
.bd-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item{padding:5px;}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link { text-decoration:none;}
@media(max-width:768px){
    .dl-box-size-terms{
        overflow-y:auto;
        height:550px;
    }
    .c-destinatarios {
        min-height: 70px
    }
    .w-col{padding-left: 0 !important; padding-right:0 !important;}
    .position-search {
        bottom: 21px;
    }
    .social-media{flex-wrap:wrap;width:100% !important;padding-bottom:50px;justify-content:center;}
    .form-h{margin-top:50px;}
    .d-flex {
        flex-direction: column;
    }
    .form{width: auto; }
    .dl-p-2{padding:1.5rem !important;}
    .dl-footer{text-align: center;}
    .dl-box-size{ margin: auto 15px; }
    .container-fluid{padding:8px 15px 10px 15px}
    .container{padding:10px 30px 10px 30px}
    .mr-auto{margin-right: unset;}
    .dl-box{width: 100%;margin: 30px;height: auto;}
    .col{width:100% !important}
    .dl-flex{flex-direction:initial !important}
    
}
@media(min-width:768px){
    .form-left{width:550px;}
}
@media(min-width:1024px){
    .container-fluid{padding:60px 80px 30px 80px;}
    .container{padding:15px 22px 15px 22px}
    .form{width:auto}
  /*  .bl-d-flex{ height: 100%; }*/
    .dl-box-details{ width: 100%;display: flex; flex-direction: row-reverse; }
    .product-description{width: 60%;}
    .product-price{width: 40%;padding-left: 50px;}
    .more-details{padding-top: 20px;padding-left: 0px;}
}
@media(min-width:1200px){
    .container-fluid{padding:80px 180px 1px 180px}
    .container{padding:2px 80px 30px 80px}
    .container h5{margin-top: 0px;font-size: 18px;}
}
@media(min-width:720px) and (max-width:1280px){
    form{width: auto;}
}
@media(min-width:720px) and (max-width:1080px){
    /*.dl-box {
        height:700px;
        overflow-y:auto;
    }*/
}
@media(min-width:1080px){
    /*.dl-box{height:780px}*/
    .c-destinatarios{min-height:96px;}
}