

@font-face {
    font-family: pecita;
    /*src: url('/font/Pecita.otf');*/
    src: url('/font/Pecita.otf');
    font-display: auto;
}

@font-face {
    font-family: quicksand-bold;
    src: url('/font/Quicksand-Bold.ttf');
    font-display: auto;
}

@font-face {
    font-family: quicksand-light;
    src: url('/font/Quicksand-Light.ttf');
    font-display: auto;
}

@font-face {
    font-family: quicksand-medium;
    src: url('/font/Quicksand-Medium.ttf');
    font-display: auto;
}

@font-face {
    font-family: quicksand-regular;
    src: url('/font/Quicksand-Regular.ttf');
    font-display: auto;
}
@font-face {
    font-family: trueno-light;
    src: url('/font/TruenoLt.otf');
    font-display: auto;
}

@font-face {
    font-family: lato-light;
    src: url('/font/Lato-Light.ttf');
    font-display: auto;
}

*{
    font-family: quicksand-regular;
}

body {
    background-color: #fff;
}

p {
    font-weight: 400;
    font-size: 15px;
}

.w-130px{
    width: 130px;
}
.wrapper{
    background-color: #fff;
    min-height: 100vh;
    padding: 0px 150px;
}

.masContenido span {
    display: none;
}

.masLink {
    display: block;
}

.margin-bottom-50px{
    margin-bottom: 50px;
}

.margin-top-20px{
    margin-top: 20px;
}

.margin-top-40px{
    margin-top: 40px;
}

.px-30{
    padding: 30px 0px;
}

.card-img-top{
    object-fit: cover;
    height: 250px;
}

.text-size-small{
    font-size: 11px;
}

.modal-dialog{
    max-width: initial;
}

img.img.img-raised.rounded {
    max-height: 130px;
    width: 100%;
    object-fit: cover;
}

.modal-title{
    margin: 0px;
}

.background-white{
    background-color: white;
}
.text-size-16px{
    font-size: 24px;
}
.navbar-nav li a{
    line-height:0px !important;
}
.navbar-nav a{
    min-height: 25px;
}

.navbar-nav .dropdown{
    /* min-height: 25px; */
    /* bottom: 3px; */
}

.navbar-nav .nav-item {
    /* height: 25px; */
}

.profile{
    /* position: relative;
    bottom:13.5px !important; */
}

.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem !important;
    font-family: lato-light;
}

.custom-title {
    /*@TODO Img HARDCODED*/
    background-position: top right;
    background-attachment: fixed;
    min-height: 150px;
    background-size: inherit;
    font-size: 30px;
    color: #c60909;
    padding-top: 50px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    display:none;
}

.custom-title .col-md-12 {
    padding: 0px;
}

.navbar {
    padding-top: 0px;
}

.bulletin-card h5.card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

#bulletin-content .box-header h4 {
    text-align: left !important;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.alert.alert-info {
    background-color: rgba(240, 240, 240, 1);
    color: #2f2f2f;
}

.alert.alert-info i {
    color: #c60909;
}

.badge-info, .badge-info[href]:focus, .badge-info[href]:hover {
    border-color: transparent;
    background-color: #c60909;
    color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.events-list {
    margin-top: 15px;
}

.normative-description h5 {
    font-size: 14px;
    padding-right: 30px;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pointer {
    cursor: pointer;
}

.no-padding {
    padding: 0px;
}


.card-orange, .card-orange a{
    background-color: #A0522D;
    color: white;
    box-shadow: 1px 5px 5px 0px #A0522D;
}

.card-light-red, .card-light-red a{
    background-color: rgb(166, 55, 55);
    color: white;
    box-shadow: 1px 5px 5px 0px rgb(166, 55, 55);
}

.card-intense-red, .card-intense-red a{
    background-color: #800000;
    color: white;
    box-shadow: 1px 5px 5px 0px #800000;
}

.card-red, .card-red a{
    background-color: #c60909;
    color: white;
    box-shadow: 1px 5px 5px 0px #c60909;
}


.card-light-pink, .card-light-pink a{
    background-color: #fba2c7;
    color: white;
    box-shadow: 1px 5px 5px 0px #fba2c7;
}

.card-pink, .card-pink a{
    background-color: #ED5292;
    color: white;
    box-shadow: 1px 5px 5px 0px #ED5292;
}

.card-light-blue, .card-light-blue a{
    background-color: #9fcbe4;
    color: white;
    box-shadow: 1px 5px 5px 0px #9fcbe4;
}

.card-blue, .card-blue a{
    background-color: #5693B7;
    color: white;
    box-shadow: 1px 5px 5px 0px #5693B7;
}

.btn-blue-rounded{
    background-color: #fff;
    color: #5693B7;
    border:1px solid #5693B7;
}

.btn-blue-rounded:hover, .btn-blue-rounded:active{
    background-color: #5693B7  !important;
    color: #fff;
    border:1px solid #5693B7;
}
.btn-blue-fill{
    background-color: #5693B7;
    color: #fff;
    border:1px solid #5693B7;
}

.btn-blue-fill:hover, .btn-blue-fill:active{
    background-color: #fff;
    color: #5693B7;
    border:1px solid #5693B7;
}

.btn-pink-rounded{
    background-color: #ffc2c4;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 36px;
    font-size: 18px;

}

.btn-pink-rounded:hover, .btn-pink-rounded:active, .btn-pink-rounded:focus{
    background-color: #ff8f93 !important;
    color: #fff !important;
    text-decoration: none;
}

.btn-pink-fill{
    background-color: #ED5292 ;
    color: #fff;
    border:1px solid #ED5292;
}
.btn-pink-fill:hover, .btn-pink-fill:active, .btn-pink-fill:focus{
    background-color: #fff;
    color: #ED5292;
    border:1px solid #ED5292;
}


.card-columns .card-header a{
    font-size: 17px;
}

.wrapper img {
    border-radius: 30px;
    box-shadow: none;
}

.icon{
    float: right;
    position: relative;
    bottom: 15px;
    left: 15px;

}
.p-30{
    padding: 30px;
}

.activity-card h5.card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.row-full{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.row-full-pink{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #ED5292;
}

.btn-pink{
    background-color: #ffc2c4;
    color: #fff !important;
    font-family:quicksand-medium;
    font-weight: bold;

}

.btn-pink:hover{
    background-color: #ff8f93 !important;
    color: #fff !important;
    font-family:quicksand-medium;
}
.reserva-cita{
    font-size: 20px;
}

.btn-blue{
    background-color: #5693B7;
    color: #FFFFFF;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
    background-color: #ED5292;
    color: #FFFFFF;
    border: 1px solid #ED5292;

}

.btn-register{
    border: 1px solid #ed69a7;
    background-color: #fff;
    color: #ed69a7;
}

.btn-register:hover{
    background-color: #ed69a7;
    color: #fff;
}

.btn-round{
    border-radius: 15px;
}

.navbar-nav.left{
    width:65%;
    padding-left: 10%;
}

.admin-panel{

}

.clear-filter[filter-color="orange"] {
    max-height: 140px;
    min-height: 140px;
    /*display: none;*/
}
.image-footer{
    position: relative;
    background-color: rgba(0,0,0,.66);
    background-image: url("/img/footer_bg_1.jpg");
    background-size: cover;
    background-position: right;

}.image-footer::before{
     content: ' ';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     opacity: 0.5;
     background:       #000;
     background-size: cover;
 }

footer{
    padding: 40px 0;
}
footer *{
    color:white !important;
}
footer hr{
    background-color: white;
}
footer a:hover{
    color: #ED5292;
}

.dropdown-item.active{
    color: #ed69a7 !important;
    text-decoration: underline;
    font-weight: bold;
    background-color: #fff;
}
.dropdown-menu .dropdown-item:hover{
    color: #ed69a7 !important;
    text-decoration: underline;
    font-weight: bold;
    background-color: #fff;

}
.border-left-pink{
    border-left: 1px solid #ed69a7;
}

.iconos i{
    color:#ed69a7;
    font-size: 30px;
    margin-right: 15px;
    min-width: 30px;
}
.iconos p{
    font-size: 20px;
}

.row-full-pink iframe{
    padding: 30px 15px;
}


.row-full-pink p{
    padding: 0px 20px;
    color:white;
}
.text-blue{
    color: #5693B7;
}

.text-pink{
    color: #ed69a7;
}

.contact-page img{
    width: 52%;
}

input, .note-editor.note-frame{
    border-radius: 10px !important;
    border-color: #ffc2c4 !important;
}

input:invalid{
    background-color: #ffffff !important;
    color:#000;
}

input{
    background-color: #ffffff !important;
    color:#000;
    padding: 5px;
}

.contact-page label{
    font-weight: bold !important;
}



.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}
.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}
.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}
.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}
.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}
.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}


input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}



.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
}
.radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
}
.radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
}
.radio.radio-md label {
    padding-left: 22px;
    top: 17px;
}
.radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
}
.radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
}







.hidden{
    display: none;
}

.clear{
    clear: both;
}

.jobVacancies .card{
    border-radius: 32px;
    border: 2px solid #e45290;
}
.jobVacancies img{
    border-radius: 30px;
}
.jobVacancies span, .jobVacancies p{
    font-size: 20px;
}


.recruited {
    background-color: #e4529066;
}
.recruited .card-header img{
    opacity: 0.3;
}

.recruited .recruited-text{
    padding:20px;
    position: absolute;
    font-size: 30px;
    background-color: #ED5292;
    color:#fff;
    top:15%;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.urgent-text{
    position:absolute;
    font-size: 50px;
    color: #ED5292;
    font-size: 70px;
    top:0px;
    right: 0px;
}

.jobVacancy-details img{
    max-height: 240px;
    border-radius: 30px;
    border: 2px solid #ED5292;
}

.jobVacancy-details p, .jobVacancy-details li{
    font-size: 25px;
}

.jobVacancy-details .description{
    text-align: justify;
    color:#000;
}
.jobVacancy-details i{
    font-size: 30px;
    color:#ED5292;
}

.jobVacancy-details hr{
    color: #ED5292;
}

.home .carousel-item{
    height: 550px;
}
.btn-blue i{
    color:#fff;
}


@media  (min-width: 320px) and (max-width: 767px) {
    .only-web{
        display: none;
    }
    .wrapper{
        background-color: #fff;
        min-height: 100vh;
        padding: 0px 20px;
    }
    .home .carousel-item{
        height: 300px;
    }
    .navbar .navbar-nav .nav-link:not(.btn) {
        text-transform: none;
        font-size: 22px;
        font-weight: bold;
        padding: 0.5rem 0.7rem;
        line-height: 1.625rem !important;
        font-family: lato-light;
    }
}

#whoweare .carousel-item{
    height: 280px !important;
    max-height: 280px !important;
}

.carousel-item img {
    width: 100%;
}

.margin-auto{
    margin:auto;
}

.navbar-brand img{
    height: 62px;
    width: auto;
}

.clear-filter[filter-color="orange"] {
    max-height: 75px;
    min-height: 75px;
}

.text-decoration-none{
    text-decoration: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f8dae5;
}

.carousel-indicators .active {
    background-color: #ffc2c4;
}


*::selection {
    background: #ffc2c4;
    color: #fff;
}

.whatsapp{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #ffc2c4;
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    text-align: center;
    padding-top: 3px;
    box-shadow: 2px 2px 3px #999;
}

.whatsapp i{
    font-size: 51px;
    margin: auto;
    color: white !important;
    text-align: center;
    margin-top: 7px;
}

.embedly-card {
    /*background: white;
    padding: 10px;
    border-radius: 18px;*/
}

#notices .card-header{
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 11px;
}

#notices.notice.card-body{
    width: 100%;
    display: table-cell;
}

#notices{
    /*display: table;*/
    width: 100%;
    margin: auto;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    margin-bottom: 30px;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
}
.card.notice{
    height: 100%;
}


.instagram img{
    margin: 0px;
}

.instagram .col-md-4{
    margin: 0;
    padding: 4px;
}

.giftVoucher{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #ffc2c4;
    right: 52px;
    top: 120px;
    position: fixed;
    text-align: center;
    padding-top: 3px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}

.giftVoucher img{
    position: relative;
    top: 5px;
    width: 50px;
}

.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover ,  .navbar .navbar-nav .nav-item.active .nav-link:not(.btn), .navbar .navbar-nav .nav-item .nav-link:not(.btn):active, .navbar .navbar-nav .nav-item .nav-link:not(.btn):active,  .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus
{
    color: #ffc2c4;
    font-weight: bold;
}

.form-control:focus {
    border: 1px solid #e83e8c;
}

.carousel .carousel-inner {
    box-shadow: none;
}
.margin-left-20px{
    margin-left: 20px;
}
.gift{
    font-size: 50px;
}
.icon-gift{
    filter: invert(1);
}
