/*--------------------------------------------------------------
# General #c40d62  violeta
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #c40d62;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #c40d62;
}

#header .logo img {
  max-height: 56px;
}


.descrip .como{
  font-size: 1.2rem;
  text-align: center;
}
.descrip .como::after{
  display: contents;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar{
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .nav-link:hover, .navbar .show{
  color:#c40d62 !important;
}


.navbar .nav-item{
  margin-left: 15px;
}

.navbar .navbar-toggler{
  margin-right: 35px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.services h2{
  
   margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;

}

.services h2 a{
color:#fff
}

.services h2 a:hover{
text-decoration: underline;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

 #Nosotros{
  padding: 80px 0 !important
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.titulo{
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;

}

.section-title .titulo{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title .titulo::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #c40d62;
  bottom: 0;
  left: calc(50% - 25px);
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #c40d62;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #111111;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: -10;
}



/*--------------------------------------------------------------
# pasos_contratacion
--------------------------------------------------------------*/
.pasos_contratacion {
  padding-top: 80px;
}

.pasos_contratacion .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.pasos_contratacion .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #c40d62;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pasos_contratacion .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.pasos_contratacion .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;

}

.tabs .nav-link {

  padding: 15px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #474747;
  color: #ffffff;
  border: none;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #FFFFFF;
  background-color: #c40d62;  
}

.tabs .nav-link.active {
  background-color: #c40d62;
/*  border-color: #c40d62;*/
  color: #fff;
  border:none;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #c40d62;
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #c40d62;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 100px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.casosex .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 280px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.casosex .testimonial-item .cetitulo {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-bottom: 0px;
}

.casosex .testimonial-item .cesubtitulo {
  font-size: 14px;
  color: #c40d62;
  margin: 0;
}

.casosex .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
.casosex .testimonial-img{
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 280px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item .cetitulo {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-bottom: 0px;
}

.testimonials .testimonial-item .cesubtitulo {
  font-size: 14px;
  color: #c40d62;
  margin: 0;
}

.testimonials .testimonial-item  span {
  font-size: 13px;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box .titulopr  {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
      margin-bottom: 0px;
    padding-bottom: 0px;
}

.pricing .box .subtitulopr {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  margin-top: 0px;
}

.pricing .box .subtitulopr sup {
  font-size: 20px;
  top: -10px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
  font-style: italic;
}

.pricing .box ul i {
  color: #c40d62;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #c40d62;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.faq .faq-list h4 {
font-size: 18px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #c40d62;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-style: italic;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #c40d62;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact  a {
  color: #F34EA1;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #c40d62;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .title2 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

#footer .footer-top .title2::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #c40d62;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #c40d62;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #c40d62;
  color: #fff;
  text-decoration: none;
}


/* trabajos show */



.popup {
    overflow: hidden
}
  .popup img {
    transition: all 0.5s ease-in-out;
}

.popup:hover img {
    transform: scale(1.5, 1.5);
    cursor: pointer;
 
}



.popup:hover::before {
    content: url("../../imagenes/lupa.png");
    position: absolute;
    z-index: 1000;
    padding-top: 66px;
    padding-left: 105px;
    opacity: 0.8;
}




.gallery-item:hover{
/*  background-color: #f1f1f1;*/
}


.fxsgallery{
  display: contents;
}

.gallery-item h3{
    font-variant: all-petite-caps;
    color: #a9a9a9;
    font-size: 16px;
}


.gallery-item small{
    font-size:1.7rem;
    line-height: 0.8;

}


.gallery-item h4{
    margin-top: .5rem;;
    color: #a9a9a9;
    font-size: 0.8rem;
}


.gallery-item .bdesc{
  height: 170px;
}

.bdescf{
  padding: 0.25rem 0.25rem;
  text-align: center!important;
  font-size: .80em;
  background-color: #212529;
  color: #fff;;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


    .marcar{
background: #c40d62 !important;
    color: #fff !important;
    border-color: #c40d62  !important;
    }

/* end trabajos show */    





  /* descripcion.php */
.descrip h3{font-size: 1.4rem;
    margin-bottom: 1px;}
.descrip h3 i{
    padding-right: 4px;
    color: #c40d62;
}
.descrip p{
  font-size: 0.90rem;
  font-style: italic!important;
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
}

.descrip p::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  background: #c40d62;
  bottom: 0;
  left: calc(50% - 50px);
}



/* nuestros trabajos */
/* Estilos escritorio */
@media (min-width: 768px) {
  .nuestrostrabajos {
    min-height: 1070px;
  }
}

.modal-title{
  color:#000000;
}

.pricing .box .subtitulopr  small {
    font-size: 25px;
}

.carousel-indicators{
  padding-top: 50px;
}

.carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 15px; 
height: 15px; 
padding: 0;
margin-right: 5px; 
margin-left: 5px; 
text-indent: -999px;
cursor: pointer;
background-color: transparent; 
background-clip: padding-box;
border: 2px solid #ffffff; 
border-radius: 50%; 
opacity: 0.8;
transition: opacity 0.8s ease;
}

.carousel-indicators .active{
background-color: #c40d62; 
opacity: 1;
transition: opacity 1s ease;
  
}


.trabajos-carousel-indicators {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

  a.fiverr1
{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAA9BJREFUaEPtWUsoRFEY/gaRtwXlmZVS5FnI+5FnlFJ2sqHIRslCSUlZ2CgpKQsbOyWvPJJXeRRCSIqSUMpC3pFG/6nR3Jl77zkzw9y55atZzNz//Of/znce93xjAGCEjmH4J6Cxev8KaCwAflUBT09PBAUFwc/PDw8PDzAajfj8/MTz87MsT4prampCbm4uDAYD1tbWMDw8jKenJ+FxcYhAaGgoampqUF5ejri4OERHR7NCzDE5OYnq6mqrgiIiIrCysoKYmBjJs/PzcxQUFOD6+lqIhF0EQkJC0Nvbi7q6Onh5eal2NDs7i8rKSquYhYUFlJSUyLZdXFxEaWnp3xDIzs7GxMQEgoODhTqgQsvKyiSx4eHhbIQt1TIPioyMxM3NDbcPmxRITEzE5uYmfHx8uIlNAcvLyygqKpLEp6enY3t7WzVHZmYmtra2uP0IE3Bzc8Ph4SHi4+O5Sc0D1tfXkZeXJ2kTFhbGRldJAVr8pMDt7S23L2ECNI+np6e5CS0DSLGsrCyrdrQ2KioqZPPNzc0pPrNsIExgaGiIbXkiuL+/B31eXl5wcnKC+vp6q2akAk2v2NhYybOzszMUFhYKjT41FCZAUyEnJ0e1/o2NDTQ3N+Po6EiEJ1tLjY2NbIrRdFpdXcXIyAgjLgphAsfHx2yvVwPtUETCmRAmcHp6aiW3ZaF0sN3d3TmzfuUpRLJmZGT8FNPW1gY6wNTQ3d2Nt7e3XyEwPj6Oi4sLbi5FBXp6etDZ2clN8FcBVVVVmJmZ4aZXJNDV1QUaUa3gMIGOjg72vqMVHCbQ3t6Ovr4+reqHwwRaW1vR39+vXwINDQ0SBQICAuDu7q5KyHSJ4bGmV3DeC6HDClgWIXIOEEmR21RLSwsGBwdVeWpCwNvbG+/v7zwB4LIEPDw88PX1pU8C9A5PdwYRuKQCHx8f3PuxiZxLEqBXYLJJROCSBB4fHxEYGChSv2su4tfXV/j6+uqXADlw5MyJwCWnkO53IRp5XZ8DRED3J7G/v7+iE22+NpyyBqKioiRXytraWmadq2F0dBR0oBHIDxoYGPgJJ7slKSmJfSd3Q87sMs89Pz+Pq6sr9hOZYFNTU7JdK14pU1JSsLe3J7KpyMYsLS2huLj45xkZwnI2u0gHdD+nK64cFAmkpqZid3dXJL9sDP1ZkZ+frx0BRxUgZ5kcZhOcrgDN1/39fbsV2NnZQVpamnYEEhISmJ1uLw4ODpCcnKwdAfq/i4xWe3F5ecmMWxPIYzKfUrbkHRsbA+1wNi1iWzrQMlbY3NWySLW+/wlorYzuFfgGvzr7EPFsRtwAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 20px;
    height: 18px;
    margin-left: -4px;
}