@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";
:root{
    --rojo: #aa1a1d;
    --negro: #333;
    --blanco: #fff;
    --gris: #F2F2F2;
    --durazno: #FFE5B4;
}
body{
  overflow-x: hidden;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: rubik, sans-serif;
  color: var(--negro);
}
html,
body {
  font-family: work sans, sans-serif;
  color: var(--negro);
  font-weight: 400;
  line-height: 1.6;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
i.bx {
  vertical-align: middle;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset !important;
}
.mt-100 {
  margin-top: 100px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-76 {
  margin-bottom: 76px;
}
.common-btn {
  font-size: 15px;
  font-family: rubik, sans-serif;
  background: var(--negro);
  color: #fff;
  padding: 14px 25px 14px 60px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.common-btn:hover {
  color: #fff;
  background: var(--rojo);
}
.common-btn:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  background: var(--negro);
}
.common-btn i {
  background: var(--rojo);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding: 19px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  height: 100%;
}
.section-title h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--rojo);
  margin-bottom: 10px;
}
.section-title h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg-img.png);
  position: relative;
  width: 100%;
  background-size: 110%;
  animation: bg2 20s linear infinite alternate-reverse;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}
.breadcrumb-area:before {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: var(--negro);
  opacity: 0.5;
}
.breadcrumb-content {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
  z-index: 1;
}
.breadcrumb-content:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: -1;
  min-width: 350px;
  min-height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcrumb-content:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: -1;
  min-width: 500px;
  min-height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcrumb-content .breadcrumb-content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcrumb-content h1 {
  font-size: 51px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.breadcrumb-link {
  position: relative;
}
.breadcrumb-link p {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin: 0 7px;
}
.breadcrumb-link span {
  background: var(--rojo);
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
}
.header-top-area {
  background: var(--negro);
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.header-top-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header-top-bg.png);
  position: absolute;
  content: "";
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.header-top-left li,
.header-top-right li {
  display: inline-block;
  font-size: 13px;
  padding: 0 20px 0 0;
  font-family: rubik, sans-serif;
}
.header-top-left li i {
  margin-right: 4px;
}
.header-top-right li {
  padding: 0 0 1px 10px;
}
.header-top-right li a i {
  display: block;
  background: #fff;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  font-size: 13px;
  margin-top: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #2c2c48;
}
.header-top-right li a i:hover {
  background: var(--rojo);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-menu-area {
  width: 100%;
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  height: 100%;
}
.menu-btn {
  padding: 10px 25px 10px 52px;
}
.menu-btn i {
  left: -5px;
  padding: 15px;
}
.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: var(--rojo);
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span.h-top {
  top: 0;
}
.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}
.hamburger.h-active span {
  width: 100%;
}
.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
.bottombar {
  background-color: #08509e;
}
.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 30px 16px;
}
.main-nav > ul > li:last-child {
  padding-right: 0;
}
.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -4px;
  top: 26px;
  font-family: boxicons;
  content: "";
  font-size: 20px;
  color: #1f2044a3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-nav > ul > li + li {
  padding: 30px 16px;
}
.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: var(--negro);
  font-size: 16px;
  font-family: rubik, sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav > ul > li > a.active {
  color: var(--rojo);
}
.main-nav > ul > li:hover > a {
  color: var(--rojo);
}
.main-nav > ul > li:hover > a:after {
  opacity: 1;
}
.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 81px;
  right: 0;
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f3f2f7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}
.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}
.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  color: var(--negro);
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}
.main-nav ul li .sub-menu > li a:hover {
  background: var(--rojo);
  color: #fff;
}
.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}
.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}
.main-nav > ul > li:hover > .sub-menu,
.main-nav ul li .sub-menu li:hover > .sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hero-area {
  position: relative;
  background: var(--rojo);
}
.hero-area::before {
  background: url(../images/hero-right-side-shape.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-hero-content h6 {
  font-family: work sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: var(--rojo);
  border-radius: 100px;
  padding: 7px 15px;
}
.single-hero-content h1 {
  font-size: 45px;
  line-height: 60px;
  color: #fff;
}
.single-hero-content p {
  margin-bottom: 0;
  color: #fff;
}
.single-hero-content a.common-btn {
  background: var(--negro);
  border: 2px solid var(--rojo);
  border-radius: 100px;
}
.single-hero-content a.hero-btn-2 {
  background: #fff;
}
.hero-btn-2 {
  background: #fff;
  color: var(--negro);
  border: 2px solid var(--rojo);
  padding: 13px 25px 13px 60px;
  margin-left: 50px;
}
.hero-btn-2 i {
  color: #fff;
}
.hero-btn-2:hover {
  background: #fff;
  color: var(--negro);
}
.hero-btn-2:hover i {
  background: var(--rojo);
}
.hero-btn-wrap {
  padding-left: 7px;
}
.single-hero-content {
  padding-right: 20px;
}
.hero-content {
  max-width: 636px;
}
.hero-content .bxs-chevron-left:hover:before,
.hero-content .bxs-chevron-right:hover:before {
  border: 0.5px solid var(--negro);
  color: #fff;
  background: var(--negro);
}
.hero-content .bxs-chevron-left:before,
.hero-content .bxs-chevron-right:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0.5px solid var(--rojo);
  color: var(--rojo);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
  bottom: -18%;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.hero-content .bxs-chevron-right:before {
  left: 87px;
}
.hero-img-wrap .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-img-wrap .slick-dots li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.hero-img-wrap .slick-dots li:before {
  position: absolute;
  content: "";
  right: 100%;
  background: #fff;
  height: 2px;
  width: 158%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-img-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.hero-img-wrap .slick-dots li:first-child:before {
  display: none;
}
.hero-img-wrap .slick-dots li.slick-active button {
  color: var(--rojo);
}
.hero-img-wrap .slick-dots li.slick-active:before {
  background: var(--rojo);
}
.hero-img-wrap .slick-dots li button {
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border: none;
  background: 0 0;
}
.single-hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.single-hero-img img {
  width: 100%;
  -webkit-animation: kenburns-top 15s ease-out infinite alternate-reverse both;
	        animation: kenburns-top 15s ease-out infinite alternate-reverse both;
}
 @-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.single-hero-img .video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-hero-img .video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 36px;
  color: var(--negro);
  background: #fff;
}
.single-hero-img .video-play .video-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.single-hero-img .video-play .video-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.about-section-title {
  margin-bottom: 16px;
}
.about-section-title h1 {
  font-size: 32px;
}
.about-feature {
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(86, 86, 86, 0.08);
  box-shadow: 0 0 22px rgba(86, 86, 86, 0.08);
  border-radius: 10px;
  padding: 20px 0;
  margin-bottom: 24px;
}
.about-feature:hover i {
  color: var(--negro);
}
.about-feature i {
  color: var(--rojo);
  font-size: 40px;
  line-height: 46px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.about-feature p {
  font-size: 17px;
  font-weight: 600;
  color: #1f2044;
  margin-bottom: 0;
}
.about-btn {
  margin-top: 11px;
  margin-left: 6px;
}
.service-icon img {
  position: absolute;
  z-index: -1;
  top: -34px;
  left: -12px;
  width: 37%;
}
.service-icon .icon {
  position: relative;
  color: var(--rojo);
  width: 80px;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}
.service-wrap {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 50px 25px 20px;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-wrap:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-wrap:hover .service-icon span {
  -webkit-text-fill-color: unset;
  opacity: 0.2;
}
.service-wrap:hover .service-content a {
  color: var(--rojo);
}
.service-wrap:hover .service-content a:before {
  background: var(--rojo);
}
.service-wrap:hover .service-content a:after {
  background: var(--rojo);
}
.service-icon {
  position: relative;
}
.service-icon span {
  opacity: 0.1;
  color: var(--rojo);
  font-size: 70px;
  position: absolute;
  top: -50px;
  right: 52px;
  -webkit-text-stroke: 3px var(--rojo)52;
  -webkit-text-fill-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-content a {
  color: var(--negro);
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-content a:before {
  height: 1px;
  width: 77px;
  content: "";
  background: var(--negro);
  position: absolute;
  bottom: 2px;
  left: 1px;
}
.service-content a:after {
  position: absolute;
  content: "";
  background: var(--negro);
  height: 2px;
  width: 11px;
  top: 52%;
  right: -15px;
}
.statistics-container {
  width: 100%;
}
.statistics-icon {
  vertical-align: middle;
  text-align: center;
  height: 95px;
}
.statistics-icon i {
  font-size: 50px;
  line-height: 0;
  color: #fff;
  position: relative;
}
.company-statistics-area {
  background-image: url(../images/counter-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 73px 0 90px;
}
.company-statistics-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--rojo);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.company-statistics-area:after {
  background-image: url(../images/statistics-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}
.statistics-countcount {
  position: relative;
}
.statistics-countcount h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.statistics-countcount span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  margin-left: 3px;
}
.statistics-countcount h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio-area .work-mixi {
  margin-top: 40px;
}
.portfolio-area .work-mixi .mix {
  display: none;
}
.portfolio-content {
  position: absolute;
  margin: 0 20px 20px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(7, 7, 40, 0.9);
  border-radius: 10px;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.portfolio-content a {
  color: #fff;
}
.portfolio-content a:before {
  background: #fff;
}
.portfolio-content a:after {
  background: #fff;
}
.portfolio-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
}
.single-portfolio-item {
  margin-bottom: 24px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.single-portfolio-item img {
  width: 100%;
}
.single-portfolio-item:hover .portfolio-content {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.portfolio-link ul {
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portfolio-link li {
  display: inline-block;
  font-size: 15px;
  color: var(--negro);
  cursor: pointer;
  font-family: rubik, sans-serif;
  font-weight: 500;
  padding: 12px 35px;
}
.portfolio-link li.active {
  background: var(--negro);
  border-radius: 200px;
  color: #fff;
}
.team-top-section {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.team-top-section img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--rojo);
  padding: 15px 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(67px);
  transform: translateY(67px);
  border-radius: 10px 10px 0 0;
}
.team-social li {
  display: inline-block;
  color: var(--rojo);
  background: #fff;
  height: 23px;
  width: 23px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.team-social li:hover {
  background: var(--negro);
  color: #fff;
}
.single-team {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.single-team:hover .team-social {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-team:hover .team-top-section img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
  opacity: 0.9;
}
.single-team:hover .team-content {
  border: 1px solid #ddd3;
  border-top: none;
}
.team-content {
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fff;
  border-top: none;
}
.team-content h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.team-content h6 {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.team-wrap .owl-dots {
  text-align: center;
  padding-top: 30px;
}
.team-wrap .owl-dot {
  border: none;
  margin: 0 5px;
  background: var(--rojo);
  padding: 4px 12px;
  border-radius: 10px;
}
.team-wrap .owl-dot.active {
  background: var(--negro);
  padding: 4px 15px;
}
.cta-area {
  background-image: url(../images/cta-bg.png);
  padding: 5% 0% 2% 0%;
  position: relative;
  background-size: 110%;
  animation: bg 20s linear infinite alternate-reverse ;
}
@keyframes bg {
  0% {
    background-position:  right;
  }
  100% {
    background-position: left;
  }}
  @keyframes bg2 {
    0% {
      background-position: top;
    }
    100% {
      background-position: bottom;
    }}
.cta-area:after {
  background-image: url(../images/cta-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}
.cta-content h1 {
  font-size: 2em;
  color: #fff;
  position: relative;
}
.cta-btn-wrap .cta-btn {
  margin-right: 20px;
  background-color: var(--blanco);
  color: var(--negro);
}
.cta-btn-wrap .cta-btn i{
  color: var(--blanco);
}
.cta-btn-wrap .cta-btn:hover {
  background: #fff;
  color: var(--negro);
}
.cta-btn-wrap .cta-btn:hover i {
  background: var(--rojo);
}
.cta-btn-wrap .cta-btn i {
  padding: 19px;
}
.cta-btn-2 i {
  padding: 19px;
}
.cta-btn-2:hover {
  background: #fff;
  color: var(--negro);
}
.cta-btn-2:hover i {
  background: var(--rojo);
}
.cta-btn-wrap .cta-btn-2 {
  margin-left: 20px;
  margin-bottom: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch span {
  border: 2px solid var(--rojo);
  border-radius: 40px;
  padding: 10px 26px;
  color: var(--rojo);
  font-family: rubik, sans-serif;
  cursor: pointer;
}
.switch span.price-active {
  background: var(--rojo);
  color: #fff;
  border: 2px solid var(--rojo);
}
.price-content-wrap {
  background-image: url(../images/bg.png);
  background-color: var(--rojo);
  background-size: cover;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 10px;
}
.price-content-wrap2 {
  background-image: url(../images/bg.png);
  background-color: var(--negro);
  background-size: cover;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 10px;
}
.price-top-content h1, .price-list p{
  color: #fff;
}
.price-content-wrap .price-shape {
  position: absolute;
}
.price-content-wrap .price-bottom-sp {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.price-content-wrap .price-top-sp {
  top: 0;
  right: 0;
  z-index: -1;
}
.price-content-wrap .price-btn-wrap .pricing-btn {
  color: var(--negro);
  background: 0 0;
  padding: 13px 21px 13px 56px;
  border: 2px solid var(--negro);
}
.price-content-wrap .price-btn-wrap .pricing-btn i {
  background: var(--negro);
  color: #fff;
  left: -7px;
}
.price-top-content h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.price-top-content h2 {
  color: var(--blanco);
  font-weight: 500;
  margin-bottom: 20px;
}
.price-top-content h2 sub {
  color: var(--blanco);
  font-size: 19px;
}
.price-top-content h2 span sub {
  color: var(--blanco);
  font-size: 23px;
  bottom: -2px;
  right: 2px;
}
.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.price-list li {
  color: var(--blanco);
  font-family: rubik, sans-serif;
  font-size: 1em;
  list-style: none;
}
.price-list ul{
  padding-left: 0px;
}
.price-list li i {
  padding-right: 20px;
}
.price-content-wrap-2 {
  background: var(--negro);
}
.price-content-wrap-2 .price-btn-wrap .pricing-btn {
  color: var(--rojo);
  border: 2px solid var(--rojo);
}
.price-content-wrap-2 .price-btn-wrap .pricing-btn i {
  background: var(--rojo);
  color: var(--negro);
}
.price-content-box-2 h2,
.price-content-box-2 h1 {
  color: #fff;
}
.price-content-box-2 h2 sub,
.price-content-box-2 h2 span sub,
.price-content-box-2 h1 sub,
.price-content-box-2 h1 span sub {
  color: #fff;
}
.price-content-box-2 .price-list li {
  color: #fff;
}
.blog-btn-wrap {
  margin-left: 7px;
}
.blog-left p {
  margin-top: 15px;
  margin-bottom: 30px;
}
.blog-wrap {
  margin-bottom: 24px;
}
.blog-date {
  background: var(--rojo);
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-family: rubik, sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 9px 15px;
}
.blog-date i {
  margin-right: 5px;
  font-size: 14px;
}
.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-img img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-img img:hover {
  -webkit-transform: scale(1.08) rotate(-2deg);
  transform: scale(1.08) rotate(-2deg);
  opacity: 0.9;
}
.blog-content {
  font-family: rubik, sans-serif;
  padding: 20px;
  background: var(--gris);
  border-radius: 0 0 10px 10px;
}
.blog-content h5 {
  margin-top: 20px;
}
.blog-content h5 a {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-content h5 a:hover {
  color: var(--rojo);
}
.blog-meta {
  font-weight: 400;
  color: var(--negro);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-meta span {
  margin-left: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta span:hover {
  color: var(--rojo);
}
.blog-meta i {
  font-size: 14px;
  color: var(--rojo);
}
.blog-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-btn:hover a {
  color: var(--negro);
}
.blog-btn:hover a:before {
  background: var(--negro);
}
.blog-btn:hover a:after {
  background: var(--negro);
}
.blog-btn a {
  color: var(--rojo);
}
.blog-btn a:before {
  width: 72px;
  bottom: 1px;
  background: var(--rojo);
}
.blog-btn a:after {
  background: var(--rojo);
}
.footer-area {
  background: url(../images/footer.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer-area::before {
  background-image: url(../images/footer-shape-1.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 176px;
  height: 233px;
  background-repeat: no-repeat;
}
.footer-area::after {
  background-image: url(../images/footer-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 194px;
  height: 199px;
  background-repeat: no-repeat;
}
.footer-bottom-shape {
  position: absolute;
  right: 0%;
  bottom: 0;
}
.single-widget {
  color: #fff;
}
.footer-social li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.footer-social li a {
  background: var(--rojo);
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-social li a:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer-title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer-link li {
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-link li:hover {
  color: var(--rojo);
}
.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.footer-address i {
  font-size: 18px;
  color: var(--rojo);
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 8px;
  line-height: 28px;
}
.footer-address span {
  font-size: 15px;
  margin-left: 10px;
  line-height: 3;
}
.footer-news-form {
  position: relative;
  margin-top: 29px;
  margin-bottom: 32px;
}
.footer-news-form input {
  width: 98%;
  border: none;
  border-radius: 5px 40px 40px 5px;
  padding: 15px 132px 15px 18px;
  font-size: unset;
}
.footer-news-form button {
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  background: var(--rojo);
  color: #fff;
  border-radius: 0 30px 30px 0;
  right: 0;
  font-family: rubik, sans-serif;
}
.footer-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-post-img {
  max-width: 76px;
  width: 100%;
}
.footer-post-img img {
  border-radius: 3px;
}
.footer-post-content {
  padding-left: 3px;
}
.footer-post-content h6 {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.footer-post-content h6:last-child {
  color: var(--rojo);
  font-size: 11px;
  margin-top: 10px;
}
.footer-logo p {
  margin-top: 17px;
  margin-bottom: 30px;
}
.copy-right-area {
  position: relative;
  padding: 30px 0;
}
.copy-right-area p {
  font-size: 14px;
  color: #fff;
  font-family: rubik, sans-serif;
  margin-bottom: 0;
}
.copy-right-area::before {
  position: absolute;
  width: 50%;
  height: 1px;
  content: "";
  background: #cdcdd66b;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.footer-wrap {
  padding: 80px 0 100px;
  position: relative;
}
.experience-left p {
  margin-bottom: 0;
}
.progress-bar-wrap .progress {
  height: 45px;
  font-size: 15px;
  background-color: #f5f5f5;
  border-radius: 50px;
  position: relative;
  margin-top: 30px;
}
.progress-bar-wrap .progress-bar {
  color: var(--negro);
  background-color: #e9e9eb;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  font-family: rubik, sans-serif;
  font-weight: 500;
  border-radius: 50px;
}
.progress-bar-wrap .progress-bar span {
  position: absolute;
  left: 22px;
}
.progress-bar-wrap .progress-bar span:last-child {
  right: 0;
  left: auto;
  color: var(--rojo);
  background: #ffede8;
  border-radius: 50%;
  padding: 14px;
}
.experience-right-wrap {
  width: 100%;
  height: 100%;
}
.experience-right-box {
  vertical-align: middle;
}
.experience-right-bottom {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid var(--rojo);
  border-right: 1px solid var(--rojo);
  border-left: 1px solid var(--rojo);
  border-bottom-left-radius: 8px;
}
.experience-right-bottom img {
  margin-top: -90px;
  border-top-left-radius: 54px;
  margin-right: -1px;
  border-bottom-left-radius: 10px;
}
.experience-right-bottom:before {
  position: absolute;
  height: 230px;
  width: 1px;
  background: #fff;
  content: "";
  right: -1px;
  bottom: 20px;
}
.experience-right-top {
  border-top: 1px solid var(--rojo);
  border-left: 1px solid var(--rojo);
  display: inline-block;
  padding-top: 20px;
  padding-right: 20px;
  border-right: 1px solid var(--rojo);
  border-top-right-radius: 8px;
}
.experience-right-top img {
  margin-left: -1px;
  border-top-right-radius: 10px;
}
.timeline {
  position: relative;
  width: 100%;
}
.timeline .timeline-container {
  position: relative;
  width: 100%;
}
.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.timeline .timeline-end p,
.timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4f84c4),
    to(#00539c)
  );
  background: linear-gradient(#4f84c4, #00539c);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.timeline .timeline-year {
  margin: 30px 0;
}
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4f84c4),
    to(#00539c)
  );
  background: linear-gradient(#4f84c4, #00539c);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #1f204424;
}
.timeline .row.timeline-left {
  text-align: right;
}
.timeline .row.timeline-right {
  text-align: left;
}
.timeline .row.timeline-right .timeline-date {
  text-align: right;
  position: relative;
  color: var(--rojo);
}
.timeline .row.timeline-left .timeline-date {
  text-align: left;
  position: relative;
  color: var(--negro);
}
.timeline .timeline-date {
  font-size: 25px;
  font-weight: 500;
  margin: 30px 8px 0;
  font-family: rubik, sans-serif;
}
.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}
.timeline .row.timeline-left .timeline-date::after {
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--negro);
}
.timeline .row.timeline-right .timeline-date::after {
  right: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--rojo);
}
.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
}
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: 0 0;
}
.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}
.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}
.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}
.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #fff;
  border-width: 10px;
}
.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #ddd;
  border-width: 11px;
}
.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #fff transparent transparent;
}
.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #ddd transparent transparent;
}
.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #ddd transparent;
}
.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  z-index: 1;
}
.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}
.timeline .timeline-icon i {
  font-size: 25px;
  color: #4f84c4;
}
.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}
.timeline .timeline-launch .timeline-text {
  width: 100%;
}
.timeline .timeline-text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
}
.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.history-area {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.timeline-text p:first-child {
  color: var(--rojo);
  font-size: 30px;
  font-weight: 500;
  font-family: rubik;
}
.timeline-text p:first-child span {
  font-size: 15px;
  font-weight: 400;
}
.timeline-left .timeline-text p:first-child {
  color: var(--negro);
  font-size: 30px;
  font-weight: 500;
  font-family: rubik;
}
.single-testimonial-image {
  border-radius: 50%;
  padding: 10px;
  background: var(--negro);
  margin: 0 25px 0 0;
}
.testimonial-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-image .slick-center {
  background: var(--rojo);
  margin-top: 5px;
}
.single-testimonial-image img {
  border-radius: 50%;
  width: 100%;
}
.single-testimonial-image:last-child {
  margin: 0 0;
}
.single-testimonial-content h2 {
  font-size: 25px;
  color: var(--rojo);
  margin-bottom: 5px;
}
.single-testimonial-content h4 {
  font-size: 20px;
  font-weight: 400;
}
.testimonial-content-wrap {
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 46px 150px;
  margin-top: 40px;
}
.testimonial-content-wrap:before {
  position: absolute;
  color: var(--rojo);
  font-size: 60px;
  left: 40px;
  top: 20px;
  font-family: "font awesome 5 free";
  content: "\f10d";
  font-weight: 900;
}
.testimonial-content-wrap:after {
  position: absolute;
  color: var(--rojo);
  font-size: 60px;
  right: 40px;
  bottom: 20px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "\f10e";
}
.testimonial-content-wrap .slick-dots {
  margin-top: 20px;
}
.testimonial-content-wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.testimonial-content-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: var(--negro);
  border: 0;
  outline: none;
  background: var(--negro);
  padding: 0;
  border-radius: 50%;
}
.testimonial-content-wrap .slick-dots li.slick-active button {
  background: var(--rojo);
}
.blog-grid-category-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}
.blog-grid-category-box p {
  margin-bottom: 0;
  font-size: 14px;
  color: #252955;
  cursor: pointer;
}
.blog-grid-category-box p span {
  float: right;
}
.blog-grid-category-box .service-details-box-content li {
  font-size: 13px;
}
.blog-grid-right-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-grid-right-top:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 18px;
  width: 30px;
  background: #f5f5f5;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.blog-grid-right-top .blog-new-post-img {
  max-width: 61px;
}
.blog-grid-right-top .blog-new-post-content {
  padding-top: 6px;
  padding-left: 10px;
}
.blog-grid-right-top .blog-new-post-content h3 {
  font-size: 15px;
  margin-bottom: 11px;
}
.blog-grid-right-top .new-single-post-meta {
  display: inherit;
  margin-right: 5px;
}
.blog-grid-right-top .new-single-post-meta h6 {
  font-size: 11px;
}
.blog-grid-right-top .new-single-post-meta i {
  font-size: 10px;
  margin-right: 4px;
}
.grid-icon {
  text-align: right;
  padding: 10px 0;
}
.grid-icon span i {
  color: #0d253e;
  font-size: 22px;
  cursor: pointer;
}
.blog-grid-none {
  display: none;
}
.cate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pagination-wrap li {
  display: inline-block;
  padding: 0 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-wrap li a {
  font-size: 17px;
  font-family: rubik, sans-serif;
  font-weight: 700;
  color: var(--rojo);
  border: 2px solid var(--rojo);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: block;
  line-height: 30px;
}
.pagination-wrap li:hover a {
  background: var(--negro);
  border: 2px solid var(--negro);
  color: #fff;
}
.pagination-wrap li:first-child {
  padding-right: 6px;
}
.pagination-wrap li:last-child {
  padding-left: 6px;
}
.pagination-wrap li:first-child a,
.pagination-wrap li:last-child a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 15px;
}
.pagination-wrap li.active a span {
  display: none;
}
.pagination-wrap li.active a span:last-child {
  display: inline-block;
  border-radius: 50%;
  background: var(--rojo);
  padding: 7px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.service-details-left-wrap img {
  width: 100%;
}
.service-details-left-top-img {
  margin-bottom: 30px;
}
.service-details-left-top-content i {
  font-size: 70px;
  color: var(--rojo);
  line-height: 0;
  display: inherit;
}
.service-details-left-top-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 23px;
}
.service-details-left-top-content p {
  margin-bottom: 0;
}
.service-details-left-middle-content {
  margin-bottom: 24px;
}
.service-details-left-middle-content h3 {
  font-size: 25px;
}
.service-details-left-bottom-content {
  display: table;
  width: 100%;
  height: 100%;
}
.service-details-left-bottom-content ul {
  align-self: center;
}
.service-details-left-bottom-content li {
  font-size: 15px;
  color: var(--negro);
  font-family: rubik;
  padding: 26px 0 0;
}
.service-details-left-bottom-content li i {
  color: var(--rojo);
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}
.service-details-last-bottom {
  margin-bottom: 0;
  margin-top: 50px;
}
.details-right-wrap {
  margin-bottom: 24px;
}
.details-right-wrap:last-child {
  margin-bottom: 0;
}
.service-details-right-top {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
  box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
  border-radius: 5px;
  padding: 20px;
}
.service-details-right-top .blog-tag li {
  margin: 0 3px 8px 0;
  padding: 5px 8px;
  font-size: 12px;
}
.service-details-right-top .blog-grid-right-top .blog-new-post-content {
  padding-top: 0;
}
.service-details-right-heading h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-details-box-content li {
  color: #212856;
  font-size: 15px;
  font-family: rubik, sans-serif;
  font-weight: 500;
  border-radius: 5px;
  border-left: 6px solid #f5f5f5;
  padding: 10px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 2px 0;
}
.service-details-box-content li span {
  float: right;
  font-weight: 400;
}
.service-details-box-content li:hover {
  border-left: 6px solid var(--rojo);
  background: #fff;
}
.service-details-box-content li.active {
  border-left: 6px solid var(--rojo);
  background: #fff;
}
.service-details-cta-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 5%;
  border-radius: 5px;
}
.service-details-cta-wrap a{
  margin-bottom: 20px;
}
.service-details-cta-wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: var(--rojo);
  opacity: 0.9;
  border-radius: 5px;
}
.service-details-cta-wrap:after {
  background-image: url(../images/details-cta-shape-top.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 118px;
  height: 120px;
  background-repeat: no-repeat;
}
.details-cta-sp {
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-details-cta-content {
  position: relative;
  padding-bottom: 14px;
}
.service-details-cta-content h1 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 47px;
}
.service-details-cta-btn {
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: var(--rojo);
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 16px 39px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.service-details-cta-btn:hover {
  background: #fff;
  color: var(--negro);
}
.blog-search {
  margin-bottom: 24px;
  position: relative;
}
.blog-search input {
  border: 1px solid var(--rojo);
  border-radius: 5px;
  opacity: 0.7;
  overflow: hidden;
  width: 100%;
  padding: 12px 102px 12px 26px;
}
.blog-search button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  color: #fff;
  background: var(--negro);
  border-radius: 5px;
  width: 100px;
  font-size: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-search button:hover {
  background: var(--rojo);
}
.blog-new-post-content {
  padding-top: 7px;
}
.blog-new-post-content h3 {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-new-post-content h3:hover {
  color: var(--rojo);
}
.new-single-post-meta {
  display: inherit;
}
.new-single-post-meta h6 {
  font-size: 11px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.new-single-post-meta h6:hover {
  color: var(--rojo);
}
.new-single-post-meta i {
  font-size: 12px;
  margin-right: 5px;
}
.blog-new-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.blog-new-single-post:last-child {
  margin-bottom: 0;
}
.new-blog-post-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-new-post-img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.blog-new-post-img img {
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-new-post-img img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.blog-tag li {
  display: inline-block;
  font-family: rubik, sans-serif;
  color: #252955;
  font-weight: 400;
  padding: 5px 17px;
  border: 1px solid #cbccd5;
  border-radius: 5px;
  margin: 0 5px 10px 0;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-tag li:hover {
  color: #fff;
  background: var(--rojo);
  border: 1px solid var(--rojo);
}
.blog-standard-content h5 a {
  font-size: 25px;
}
.blog-standard-content .blog-meta i {
  font-size: 15px;
}
.blog-standard-content .blog-btn a:before {
  bottom: 2px;
}
.single-page-team {
  margin-bottom: 24px;
}
.portfolio-details-bottom-content h3 {
  font-size: 30px;
  font-weight: 500;
}
.portfolio-details-box-content li {
  border-left: 6px solid var(--negro);
  background: #fff;
  margin-bottom: 18px;
  position: relative;
}
.portfolio-details-box-content li:hover:before {
  background: #fff;
}
.portfolio-details-box-content li:before {
  position: absolute;
  background: #1f2044;
  content: "";
  height: 0.1px;
  width: 52px;
  left: 50%;
  top: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-details-box-content li:last-child {
  margin-bottom: 8px;
}
.portfolio-details-box-content li:hover {
  border-left: 6px solid #fff;
  background: #212756;
  color: #fff;
}
.portfolio-details-box-content li span {
  font-size: 12px;
  font-family: rubik, sans-serif;
}
.portfolio-post-list li {
  display: inline-block;
  padding: 8px 12px 8px 0;
}
.details-page-portfolio-item a {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.details-page-portfolio-item a:before {
  display: none;
}
.details-page-portfolio-item a:after {
  display: none;
}
.details-page-portfolio-item a:hover {
  color: #fff;
}
.details-page-portfolio-item .portfolio-content {
  margin: unset;
  border-radius: unset;
  padding: unset;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-post-list .details-page-portfolio-item {
  margin-bottom: 0;
}
.portfolio-post-list .details-page-portfolio-item .portfolio-content i {
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 50%;
  bottom: 61px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog-details-wrap {
  margin-bottom: 40px;
}
.blog-details-wrap p {
  margin-bottom: 0;
}
.blog-details-wrap:last-child {
  margin-bottom: 0;
}
.blog-details-top-content h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}
.blog-details-content {
  padding: 20px 0 0;
  background: 0 0;
}
.blog-details-content .blog-meta {
  padding: 0 20px;
}
.blog-details-quote-box {
  position: relative;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
  padding: 46px 38px 61px;
}
.blog-details-quote-box:before {
  background-image: url(../images/blog/blog-details-quote-shape.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 61px;
  height: 57px;
  background-repeat: no-repeat;
}
.blog-details-quote-box:after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  height: 25px;
  width: 30px;
  top: 100%;
  content: "";
  position: absolute;
  left: 10%;
}
.blog-details-quote-content {
  position: relative;
}
.blog-details-quote-content i {
  position: absolute;
  right: 0;
  color: #f4f4f6;
  font-size: 58px;
  top: 80%;
}
.blog-details-quote-content p {
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.blog-details-img-title h3 {
  font-size: 20px;
  font-weight: 500;
}
.blog-details-middle-img img {
  width: 100%;
}
.blog-details-middle-img-2 {
  margin-bottom: 10px;
}
.share-on-title h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.share-on-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.share-on-box li {
  display: inline-block;
}
.share-on-box li a {
  color: var(--rojo);
  display: block;
  font-size: 18px;
  margin: 2px 0 0 22px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.share-on-box ul {
  padding-left: 60px;
}
.share-on-box li a:hover {
  color: var(--negro);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.details-comments-title h3 {
  font-size: 25px;
  border-bottom: 2px solid #1f2044;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.comments-img {
  width: 100%;
  max-width: 132px;
  padding: 3px;
  border-radius: 50px;
  background: var(--rojo);
}
.comments-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}
.details-comments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.details-comments li:last-child {
  margin-bottom: 0;
}
.details-comments li:nth-child(even) {
  margin-left: 40px;
}
.comments-content {
  padding-left: 12px;
  padding-top: 5px;
}
.comments-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.comments-content h6 span {
  float: right;
  color: var(--rojo);
  font-size: 15px;
  margin-top: 4px;
}
.comments-content h6 span a i {
  margin-right: 5px;
}
.comments-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.contat-input input,
.contat-input textarea {
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 24px;
}
.contat-input label {
  color: var(--negro);
  font-size: 14px;
  font-weight: 500;
  font-family: rubik, sans-serif;
  margin-bottom: 5px;
}
.blog-details-page-btn {
  border: none;
  background: var(--negro);
  border-radius: 69px;
  color: #fff;
  font-size: 15px;
  font-family: rubik, sans-serif;
  font-weight: 700;
  padding: 10px 40px;
  letter-spacing: 0.05em;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-details-page-btn:hover {
  background: var(--rojo);
}
.details-page-wrap {
  margin-top: 18px;
}
.form-message.error {
  color: red;
}
.error-img h1 {
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 24px;
  line-height: 40px;
}
.error-bottom h1 {
  margin-bottom: 0;
}
.error-btn {
  background: #653ab6;
}
.error-btn i {
  background: #8059ca;
}
.contact-page-input input,
.contact-page-input textarea {
  border-radius: 5px;
  padding: 16px 20px;
}
.contact-page-input ::-webkit-input-placeholder {
  color: #a0a0a0;
}
.contact-page-input :-ms-input-placeholder {
  color: #a0a0a0;
}
.contact-page-input ::-ms-input-placeholder {
  color: #a0a0a0;
}
.contact-page-input ::placeholder {
  color: #a0a0a0;
}
.contact-page-input button {
  border: none;
}
.location-title p {
  margin-top: 12px;
  margin-bottom: 0;
}
.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contact-address:hover i {
  color: var(--negro);
}
.contact-address i {
  color: var(--blanco);
  background: var(--rojo);
  border-radius: 10px;
  display: inline-block;
  font-size: 50px;
  width: 77px;
  text-align: center;
  line-height: 72px;
}
.address-content {
  padding-left: 20px;
}
.address-content h6 {
  font-size: 20px;
  margin-bottom: 0;
}
.location-map {
  height: 420px;
}
.location-map iframe {
  width: 100%;
  height: 100%;
}
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
}
.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion-button {
  background: #252955;
  color: #fff;
  font-size: 18px;
  font-family: rubik, sans-serif;
  font-weight: 500;
}
.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  content: "\f078";
}
.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-wrap .accordion-body {
  border: 1px solid #eeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sk-cube-grid {
  width: 70px;
  height: 70px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--rojo);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: var(--rojo);
  height: 40px;
  width: 40px;
  border-radius: 90%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back-to-top-btn:hover {
  opacity: 0.9;
}
.back-to-top-btn i {
  color: #fff;
  font-size: 18px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}
.logo img{
    width: 90%;
}
/* Logo Doctorweb */
.doctorweb .doc1{
    width: 2%;
    animation: 10s doc infinite ease;
  }
  .doctorweb .doc2{
    width: 10%;
  }
  @keyframes doc {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(360deg);
    }
    90% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }}
 /* Logo Doctorweb */
 /* Boton whatsapp  */
    .btn-whatsapp {
      display: block;
      width: 75px;
      height: 75px;
      color: #333;
      position: fixed;
      right: 1%;
      bottom: 1%;
      border-radius: 50%;
      line-height: 70px;
      text-align: center;
      z-index: 999;
      font-size: 70px !important;
      background: rgba(38,212,102,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,212,102,1)), color-stop(100%, rgba(34,186,89,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: radial-gradient(ellipse at center, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
      transition: ease .5s;
    }
    .btn-whatsapp i{
      color: #fff !important;
      transition: ease .5s;
      display: block;
    }
    .btn-whatsapp:hover{
      background-color: #333;
      transform: rotate(360deg);
      transition: ease .5s;
    }
  .btn-whatsapp span{
      font-family: Arial, Helvetica, sans-serif;
      position: absolute;
      font-size: .3em;
      right: 2px;
      background-color: #de2f36;
      color: #fff;
      border-radius: 100px;
      height: 20px;
      width: 20px;
      line-height: 20px;
      transition: .5s ease;
      animation: iconw 2s infinite ease-in-out;
    }
    .btn-whatsapp:hover span{
      display: none !important;
      transition: .5s ease;
    }
    @keyframes iconw {
      0% {
        transform: scale(.8);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(.8);
      }}
   /* Boton whatsapp  */
/* Barras */
::-webkit-scrollbar {
    width: 3px;
  }
  ::-webkit-scrollbar-track {
    background: var(--blanco); 
  }
  ::-webkit-scrollbar-thumb {
    background: var(--rojo);
    transition: .5s;
  }
  .social-bar {
    position: fixed;
    right: 0.5%;
    top: 50%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
  }
  .icono {
    color: #fff !important;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: flex;
    transition: all 0.5s;
    margin-top: 10%;
    position: relative;
    border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: var(--rojo);
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
  .icono:hover {
    border: 2px solid #88ca51;
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
  .icono:before {
    background-color: var(--negro);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }
  .icono:hover:before {
    z-index: 1;
    transform: scale(1.1);
    transition: all 0.5s ease;
  }
  .icono span {
    background: #fff;
    padding: 5%;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 0.5em;
    border-radius: 5px;
    color: var(--rojo);
    position: absolute;
    right: 55px !important;
    top: 5px !important;
    transform: scale(0);
    width: max-content;
  }
  .icono:hover span {
    transition: all 0.5s ease;
    transform: scale(1);
  }
  .icono i {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.single-hero-content h1 span{
 background: var(--blanco);
 padding: 1%;
 border-radius: 5px;
 line-height: 1.5;
 color: var(--rojo);
}
a{
  cursor: pointer;
}
.align-middle{
  align-self: center;
}
.testimonial2 .testimonial-content-wrap .slick-dots{
  display: none;
}
.testimonial2 .single-testimonial-content h2{
  color: var(--negro);
}
.beneficios{
  overflow-x: none;
}
blockquote{
  background: var(--gris);
  padding: 5%;
  border-radius: 0 10px 10px 0px;
  border-left: 4px solid var(--rojo);
  font-style: italic;
}
.price-content-wrap{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.about-left img, .blog-area  img, .imagen img, .service-area2 .service-content img, .service-details-left-top-img img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.fa-li{
  left: 0;
}
.service-details-left-bottom-content li{
  padding-left: 30px;
}
.slick-initialized .slick-slide{
  text-align: center;
}
.main-nav ul{
  padding-left: 0px;
}
.responsive{
  display: none !important;
}
.service-area2 .service-content h6{
  color: var(--rojo) !important;
  text-align: center !important;
}
.service-area2 .service-content p, .service-details-left-top-content p{
  text-align: justify !important;
}
.service-details-left-top-content .service-details-fst{
  color: var(--rojo);
}
.service-details-left-top-content a, .contat-input a{
  color: var(--rojo) !important;
  font-weight: 600;
}
.price-top-content img{
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}