@font-face {
    font-family: Poppins-Regular;
    src: url('../../fonts/Poppins-Regular.ttf'); 
  }
@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/Poppins-Bold.ttf'); 
  }
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('../../fonts/PlayfairDisplay-Regular.ttf'); 
}
@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('../../fonts/PlayfairDisplay-Bold.ttf'); 
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {max-width: 1380px;}

@media (max-width: 1600px) {
  .container {max-width: 1200px;}
}
@media (min-width: 992px) {
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
} 
.contenedor {max-width: 1380px;}
.contenedor{
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
@media (max-width: 1600px) {
  .contenedor {max-width: 1200px;}
}
.menu-barra-contenedor{
    height: auto;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fijar-menu-desktop .wrap-menu-desktop{
    height: 70px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  }
  @media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-barra-contenedor {display: none;}
}
 .barra-menu{
    height: 40px;
    background-color: #222;
 }
.barra-izquierda{
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;
    color: #b2b2b2;
}
.barra-derecha a{
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.8;
    height: 100%;
    color: #b2b2b2;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.barra-derecha a:first-child {
    border-left: 1px solid rgba(255,255,255,0.3);
}
.barra-derecha a:hover{
    color: #6c7ae0;
}
.wrap-menu-desktop{
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 84px;
  top: 40px;
  left: 0px; 
  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}
.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}
.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}
.header-v4 .menu-barra-contenedor {
  height: 124px;
}
.header-v4 .fix-menu-desktop.menu-barra-contenedor {
  height: 110px;
}
.limites-menu-desktop{
    height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.logoportada{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65%;
  margin-right: 55px;
}
.logoportada img {
  max-width: 100%;
  max-height: 100%;
}
.slick-slide {outline: none !important;}
.menu-desktop{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}
.main-menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main-menu > li {
  display: block;
  position: relative;
  padding: 20px 10px 20px 0px;
  margin: 0px 4px 0px 14px;
}
.main-menu > li > a {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #333;
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.main-menu > li.activemenu > a {
  color: #6c7ae0;
}
.main-menu li a:hover, .main-menu li a.activemenu {
  color:#e73131;
  transition:all 0.4s;
}
ul.main-menu li.activemenu a:before {
  opacity:1;
}
li > .activemenu > a, .activemenu > a:hover, li > .activemenu > a:focus {
  color:#e73131;
  background:transparent;
}
.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.ir-arriba{
    display: none;
    background: #ea1b77;
    padding: 2px 12px 2px 12px;
    background-repeat: no-repeat;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 10px;
    margin-bottom: 20px;
    z-index: 2;
}
.ir-arriba:hover{
    background-color: #9480ff;
    color: white;
}
.wrap-header-mobile{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-barra-contenedor {display: none;}
}
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background-color: #222;
}
.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #717fe0;
}
.main-menu-m > li > a {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}

.main-menu-m > li {
  color: white;
  position: relative;
}
.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.icon-header-noti::after {
  content: attr(data-notify);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background-color: #717fe0;
}
.cl0 {color: #fff;}
.cl2 {color: #333;}
.cl3 {color: #666;}
.cl4 {color: #999;}
.cl5 {color: #222;}
.cl6 {color: #888;}
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
.hov-cl1:hover {color: #717fe0;}
.hov-bg1:hover {background-color: #717fe0;}
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  padding: 50px 15px 100px 15px;
}
.show-modal-search {
  bottom: 0;
}
.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 960px;
  max-width: 100%;
  height: 120px;
  border: 2px solid #e6e6e6;
  background: #fff;
}

.wrap-search-header input {
  font-family: Poppins-ExtraLight;
  font-size: 50px;
  line-height: 1.2;
  color: #333;
  
  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: #333;
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #6c7ae0;
}
@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0,0,0,0.3);
  position: absolute;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}
.ltext-101 {
  font-family: Poppins-Regular;
  font-size: 28px;
  line-height: 1.2857;
}
.ltext-103 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}
.ltext-201 {
  font-family: PlayfairDisplay-Bold;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}
.ltext-202 {
  font-family: PlayfairDisplay-Regular;
  font-size: 40px;
  line-height: 1.2857;
}
.bor1 {
  border-radius: 23px;
}
.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.bg1 {background-color: #717fe0;}
.stext-101 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}
.stext-103 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.466667;
}
.stext-104 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.466667;
}
.stext-105 {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}
.stext-106 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.2;
}
.size-101 {
  min-width: 161px;
  height: 46px;
}
.size-102 {
  min-width: 139px;
  height: 40px;
}
.size-104 {
  min-width: 94px;
  height: 40px;
}
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-middle {vertical-align: middle;}
.bg0 {background-color: #fff;}
.col-md-7{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.mtext-102 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 1.6;
}
.mtext-111 {
  font-family: Poppins-Bold;
  font-size: 25px;
  line-height: 1.2;
}
.container p {
    margin-bottom: 20px;
}
.stext-113 {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 1.7857;
}
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}


#team {
  background: linear-gradient(45deg,#ff6b6b,#4ecdc4);
  text-align: center;
  padding: 2% 0%;
}
.team-desc {
  padding:15px 0 15px 0px;
}
.team-main-sec:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, .26);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px;
}
.team-sec {
  position: relative;
  height: 450px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  padding: 40px;
  text-align: center;
}
.team-main-sec:hover .team-sec {
  border:1px solid #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.team-main-sec:hover h5 {
  color:#e73131;
}
.team-sec h5 {
  color: #fff;
    font-size: 1.8em;
    margin-bottom: 10PX;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.team-sec p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  margin-bottom: 20px;
}
.team-social-icon{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.team-social-icon a{
   width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}
.team-social-icon a:hover{
   background: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}
.team-desc ul.team-social-icon li {
  display:inline-block;
}
.team-desc ul.team-social-icon li a i.fa {
  font-size:20px;
  color:#999;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-facebook-f {
  color:#3b5998;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-youtube {
  color:#55acee;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-instagram {
  color:#bd081c;
}
.team-desc ul.team-social-icon li a i.fa:hover.fa-linkedin {
  color:#3f729b;
}
.team-img{
  justify-items: center;
}
.team-sec .img-responsive {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0,0, 0.5);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.img-responsive {
  max-width: 60%;
  height: auto;
}
.team-sec .img-responsive:hover{
  transform: scale(1.1);
}
.heading {
  justify-content: center;
  padding-bottom: 15px;
}
.heading h2 {
  font-family: 'helvetica_ce_55_romanregular';
  color: #555;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bolder;
}
.heading p {
  padding: 20px 0px;
  font-size: 25px;
  font-weight: bolder;
  color: #555;
  text-align: justify;
}
.line{
  border: 1px solid #e73131;
  width: 15%;
  margin: 2px auto;
}
.contact-sec-1{
  text-align: left;
}
.contact-sec-2{
  text-align: left;
}
.contact-sec-1 ul{
  padding: 0;
  position: relative;
  top: 20px;
}
.contact-sec-1 ul.contact-form li i.fa{
  color: #666;
  float: left;
  margin-right: 10px;
}
a.btn-send{
  color: #e73131;
  border: 2px solid #e73131;
  padding: 2% 0%;
  font-size: 15px;
}
.grid-contac{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 6px;
    place-content: center;
    padding-top: 20px;
    grid-template-rows: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.fila1{
  grid-column: span 4 / span 4;
}
.fila2{
  grid-column: span 2 / span 2;
  grid-row-start: 2;
}
.fila3{
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
.fila4{
  grid-column: span 4 / span 4;
  grid-row-start: 3;
}
.fila5{
  grid-column: span 4 / span 4;
  grid-row-start: 4;
}
a.btn-send {
  font-family: 'Poppins', sans-serif;
  color: #e73131;
  border: 2px solid #e73131;
  padding: 2% 0%;
  font-size: 21px;
  font-weight: 900;
}
a.btn-send:hover {
  background:#e73131;
  color:#fff;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.bg-seg {
  background-color: #e73131;
  color: #FFF;
  margin-top: 10px;
  padding: 1.5% 0%;
  text-transform: uppercase;
}

.social-icon{
  background-color: #FFF;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
}
.social-icon h2{
  font-family: 'helvetica_ce_55_romanregular';
  color: #444;
  margin: 20px 0px 40px 0px;
  text-transform: none;
  font-size: 35px;
  font-weight: bolder;
}
.social-icon ul{
  margin-bottom: 20px;
}
.social-icon ul li{
  display: inline-block;
  margin-right: 20px;
}
.social-icon ul li a i.fa {
  color: #999;
  font-size: 22px;
  border: 2px solid #999;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 25%;
}
.social-icon p {
  font-size: 13px;
  color: #666;
  font-weight: bolder;
  line-height: 25px;
  font-family: 'open_sansregular';
}
.mim{
  color: #337ab7;
  text-decoration: none;
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#servicios{
  background: linear-gradient(45deg,#ff6b6b,#4ecdc4);
  text-align: center;
  padding: 2% 0%;
}
.container-servicios{
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
.container-subtitulo{
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 48px;
    color: #fff;
    margin-bottom: 2rem;
}
.cardsmim{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem;

}
.conten-box-icon{
    display: flex;
    color: #fff;
    font-size: 3rem;
    box-shadow: -17px 18px 39px 0px rgba(148,128,255,.47);
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-9b2b164);
    width: 90px;
    height: 90px;
    border-radius: 100px 100px 100px 100px;
    padding: 13px 7px 12px 7px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: 15px;
}
.conten-box-icon:hover{
    background: #e3831d;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);
}
.cardmim{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    justify-content:center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
    color: black;
    margin: 20px;
}
.cardmim:hover{
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);
    transform: scale(1.08);
}

.cardmim h3{
    margin: 1rem 2rem;
    font-size: 1.5rem;
}
.cardmim p{
    color: black;
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
}
.cardmim:hover h3,.cardmim:hover p{
    color: #fff;
    margin: 15px;
}
.rosa{
    background-color: white;
    margin: 10px;
}
.morado{
    background-color: white;
    margin: 10px;
}
.rosa:hover{
    background-color: #ea1b77;
}
.rosa-icon{
    background-color: #ea1b77;
}
.morado:hover{
    background-color: #9480ff;
}
.morado-icon{
    background-color: #9480ff;
}
.rosa-title{
    color: #ea1b77;;
}
.morado-title{
    color: #9480ff;
}
.buton-block{
  color: #e73131;
  border: 2px solid #e73131;
  padding: 2% 0%;
  font-size: 25px;
  font-weight: 900;
}
.buton-block:hover{
  background:#e73131;
  color:#fff;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.block2-pic {
  position: relative;
}
.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block2-pic:hover .block2-btn {
  bottom: 20px;
}
.block2-txt-child1 {
  width: calc(100% - 30px);
}

.block2-txt-child2 {
  width: 30px;
}
.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}
.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img{
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #717fe0;
  background-color: #717fe0;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #717fe0;
  border-color: #717fe0;
}


/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103,117,214,0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}


/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}
/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}
.hov3:hover {
  opacity: 1;
}
.linkFooter{
  color: #FFF !important;
}
.bor2 {
  border-radius: 20px;
}
.show-search .icon-search,
.show-filter .icon-filter {display: none;}

.show-search .icon-close-search,
.show-filter .icon-close-filter {display: unset;}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}
.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #717fe0;
  border-color: #717fe0;
}
/*---------------------------------------------*/
.filter-col1 {width: 27%;}
.filter-col2 {width: 27%;}
.filter-col3 {width: 26%;}
.filter-col4 {width: 20%;}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}
@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 50%;}
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 100%;}
}
