/* Globals */

/* Fonts */
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
/* CSS Rule: font-family: 'Pacifico', cursive; */
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,800&display=swap);
/* CSS Rule: font-family: 'Poppins', sans-serif; */
.txt-style1 {
    color: #73308a!important;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.txt-style-2 {
    color: #fff !important;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.txt-style-3 {
    font-family: 'Pacifico', cursive;
    text-decoration: none;
    font-size: 40px;
    color: #f5b335 !important;

}
.text-morado {
        color: #73308a !important;
    }
.display-6{
    color: #73308a;
    margin-top:50px;
    margin-bottom:2000px;
    }
.rounded-5 {
    border-radius: 1.25em
}
.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}
/* Base structure */
body {
    /*  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
    /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
    width: 100%;
    height: 100%;
	min-width: 300px;
}
body > div > main > p > i {
    color: #f5b335;
}
body>div>header>div.pricing-header.p-3.pb-md-4.mx-auto.text-center>h1 {
            color: #fff !important;
}
a{color: #FFF; transition: 0.5s ease-in-out;}
a:hover{color:#f5b335;}
.waves-container{
    position:fixed;
    width:100%;
    bottom: 0%;
    left:0px;
    z-index: -1;
}
.icon-1{
    font-size: 24px;
    color:#f5b335;
    margin-top:7px;
}
/* BG Colors */
.bg-web {
        background-color:#fff!important;
        background-image: url(../../assets/img/bg-purpleheart-center.svg)!important; 
        background-repeat: no-repeat!important;
        background-size:contain!important;
        background-position:center top!important;
}
.bg-web2{
    background:#fff url(../../assets/img/bg-purpleheart-center.svg) no-repeat  cover center top !important
}
.bg-gray{
        background:#999;
    }
.bg-morado {
    background: #73308a !important;
}
.bg-white{
    background: #fff !important;
}
.bg-naranja {
    background: #f5b335 !important;
}
.bg-red{
    background:red !important;
}
.bg-blue{
    background:blue !important;
}
.bg-primary {
    background-color: #73308a !important;
}
.bg-city{
    background:url(../../assets/img/) no-repeat; ;
}
.border-primary {
    border-color: #73308a !important;
}
.txt-morado{
    color:#73308a ;
}

/* Custom default button */
.btn {
            border-radius: 50px;
            border: none;
        }
.btn-secondary {
    text-shadow: none;
    /* Prevent inheritance from `body` */
    color: #fff;
    background-color: #73308a;
    border-color: transparent !important;
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: #fff;
    color:#333;
}
.btn-naranja {
    background: #f5b335;
    padding: 10px 30px;
    border-radius: 50px;
    color: #73308a !Important;
}
.btn-naranja:hover{
	background: #f6c555;
}
.btn-blanco {
    background: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #73308a !Important;
}
.btn-blanco:hover {
    background: #f5b335 !important;
}
.btn-morado {
    background:#73308a !Important;
    padding:10px 15px;
    border-radius: 50px;
    color:#FFF !Important;
    border:none;
}
.btn-morado:hover {
    background:#844899 !important;
}
/* Header */
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

/* Main */
.bg-blanco-medio{
    height: 100px;
    background: #fff;
}
.whatsapp{
    background: url(../../assets/img/icon-whatsapp.png) no-repeat;
    width: 30px;
    height: 30px;
    position:sticky;
}
.cover-container {
    max-width: 1200px;
    /*    background-color: blueviolet;*/
}
.logo{
        width: 350px;
    }
.logo2{
        width: 350px;
        padding-top:100px;
        padding-bottom:100px;
    background: url(fallback.png);
  background-image: url(../../assets/img/logo-slg-color-bco..png), none;
    }
.card-body {
            text-align: left;
            line-height: 20px;
        }
.card-body h5 {
            color: #73308a !important;
        }
.card-body p{
       
        }
.card-header {
    
    padding-left: 60px;
    height: 96px;
    background: url(../../assets/img/hr-heartline-sm.png) no-repeat;
    background-size:93%;
    background-position: 10px 10px;
    border: none;

    text-align: left;
        }
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.txt-prueba {
        margin-top: 50px;
        margin-bottom: 50px;
    }
.txt-facil{
    text-shadow:1px 2px 2px #666; 
    margin-top:100px;
    margin-bottom:15%;
}
.txt-haztupedido{
    margin-top:100px;
    margin-bottom:100px;
}

@media (min-width: 992px) {
    .bg-web {
        background-size:auto!important;
        background-position: center top!important;
    }
    .logo{
        width: 350px;
    }
    .display-6 {
        color: #fff;
    }
    .card-header {
        height: 96px;
        background-position: 10px 30px;
        padding-left: 90px;
    }
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .display-6{
        color: #fff;
    }
    .txt-prueba {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .logo{
        width: 300px;
        padding-top: 150px;
    }
    .card-header {
      padding-left: 80px;
        height: 96px;
        background-position: 10px 10px;
    }
        .card-header h4{
        font-size: 22px;
            

    }
}
/*
        #flush-headingOne>button,
        #flush-headingTwo>button,
        #flush-headingThree>button {
            color: #73308a !important;
            font-weight: 600;
        }
*/

