
@font-face {
  font-family: 'geomanistregular';
  src: url('/assets/fonts/geomanist-regular-webfont.eot');
  src: url('/assets/fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/geomanist-regular-webfont.woff2') format('woff2'),
       url('/assets/fonts/geomanist-regular-webfont.woff') format('woff'),
       url('/assets/fonts/geomanist-regular-webfont.ttf') format('truetype'),
       url('/assets/fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
body {
  background: #fff;
  color: #4c4e53;
  font-family: 'geomanistregular';
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #77cb50;
  outline: none;
  text-decoration: none;
}

p {
  font-size: large;
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'geomanistregular';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.c1{
     right: 15px;
    bottom: 15%;
}
.c2{
     right: 15px;
    bottom: 22%;
}
.c3{
     right: 15px;
    bottom: 29%;
}
.c4{
      top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
}
.btnpdf{
    
   background: #ef1275;
  
     font-size:15px;
   
    border-radius: 25px;
}
.Aviso{
    position: fixed;
   
    opacity: 0.9;
   
    z-index: 996;
    padding: 20px;
    background: red;
   font-size:40px;
    width: 50%;
    height: 40%;
   text-align:center;
    transition: all 0.4s;
    color:white;
    
    display: flex;
  justify-content: center;
  align-items: center;
    
}
.btt{
    position: fixed;
   
    opacity: 1;
   
    z-index: 996;
    background: #ef1275;
   font-size:22px;
    width: 55px;
    height: 55px;
    border-radius:50px;
    transition: all 0.4s;
}
.big:hover{
    
      transform: scale(1.2);
 transition: all 900ms ease-in-out;
}

.btt:hover{
     color:#fff;
     transform: scale(1.2);
  transition: all 0.4s;
    
}
.big:not(:hover) {
         transform: scale(1);
    transition: all 0.6s;
  }
.br2{
border-radius:5px;
}
.br4{
    border-radius:10px;
}
.br6{
   border-radius:20px;
}
.br8{
    border-radius:25px;
    
}
.construyendo{
    
    background: url(/assets/img/constmich.png);
    background-size:cover;
    width:250px;
    
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #77cb50;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ef1275;
  color: #ef1275;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 0px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #ef1275;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #ef1275;
}
#topbar .social-links a {
    font-size: larger;
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #ef1275;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: #ef1275;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header #logo h1 {
  font-size: 35px;
  margin: 0;
  padding: 0;
  font-family: 'geomanistregular';
  font-weight: 700;
}
#header #logo h1 a {
  color: #ffffff;
}
#header #logo h1 a span {
  color: #77cb50;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'geomanistregular';
  font-size: 18px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #77cb50;
}
.navbar .dropdown ul {
  display: block;
  border-radius: 3px;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ef1275;
  
  transition: 0.5s;
 
}
.navbar .dropdown ul li {
  min-width: 200px;
   
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
  
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #77cb50;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #4c4e53;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #77cb50;
  transition: 0.3s;
  z-index: 999;
}
.centre{
text-align: center;

}
.justifys2{

  justify-content: space-around;
}
.justifys{

  text-align: justify;
}
.lefty{
  text-align: left;
}
.rig{
text-align: right;

}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4c4e53;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #77cb50;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #77cb50;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: 
  linear-gradient(177deg, rgba(239,18,117,1), rgba(255, 255, 255, 0) 100%), 
  linear-gradient(86deg, rgba(51, 66, 181, 1), rgba(255,255,0,0) 100%), 
  linear-gradient(349deg, rgba(119,203,80,1), rgba(0,255,255,0) 100%);


  padding: 0;
}
#hero .hero-content {
   /* background: url(/assets/img/crucito.png) center center no-repeat;*/
    
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero .hero-content h2 {
  color: #4c4e53;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#hero .hero-content h2 span {
  color: #77cb50;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}
#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
  font-family: 'geomanistregular';
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#hero .hero-content .btn-get-started {
  background: rgb(51,66,181);
 
}
#hero .hero-content .btn-get-started:hover {
  background: #77cb50;
  color: #ffffff;
  font-size: 18px;
  
}
#hero .hero-content .btn-projects {
  background: #77cb50;
  
}
#hero .hero-content .btn-projects:hover {
  background: rgb(51,66,181);
  color: #ffffff;
  font-size: 18px;
}
#hero .hero-slider {
  z-index: 8;
  height: 75vh;
}
#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}
#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}




.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  color: #4c4e53;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 5px;
  background: linear-gradient(to right, rgba(239,18,117,1), rgba(51, 66, 181, 1)); /* Gradiente de colores */
   
 /* background: #ef1275;*/
  bottom: 0;
  left: 0;
}
.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
.services .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ef1275 50%, #ef127552 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.services .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.services .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #f8f8f8;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.services .play-btn:hover::after {
  border-left: 15px solid #ef1275;
  transform: scale(20);
}
.services .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.services .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#77cb50 50%, #77cb5079 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.services .video-box {
    border-radius:5px 0px 0px 5px;
  background: url(/imgs/mich.jpg) center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.services .video-box2 {
    border-radius:5px 0px 0px 5px;
  background: url(/imgs/quienes.jpeg) center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.services .icon-box .icon i {
  color: #ef1275;
  font-size: 32px;
}
.services .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  
}
.services .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #77cb50;
  border-radius: 50px;
  transition: 0.5s;
}
.services .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  
}
#about {
  padding: 60px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h2 {
  color: #4c4e53;
  font-weight: 700;
  font-size: 36px;
  font-family: 'geomanistregular';
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #77cb50;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 40px 0;
}
#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
#services .box .icon {
  float: left;
}
#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#services .box .icon i:before {
  background: #4c4e53;
  background: linear-gradient(45deg, #ef1275 0%, #ef1275 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  
  margin-bottom: 15px;
  font-size: 24px;
}

#services .box h4 a {
  color: #444;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

.bdd {
    
    font-weight: 700;
    
}

.more-services {
  padding-top: 20px;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.more-services .card2 {
  border: 0;
  padding: 20px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.more-services .card-title a {
  color: #222222;
}
.more-services .card-text {
  color: #5e5e5e;
}
.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.more-services .read-more a:hover {
  text-decoration: underline;
}
.more-services .card:hover .card-body {
  background: rgb(119, 203, 80);
}
.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}


/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef1275;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef1275;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ef1275;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ef1275;
  padding: 15px 20px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}
#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
#portfolio .portfolio-item:hover img {
  top: -30px;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #77cb50;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #77cb50;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #77cb50;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #77cb50;
}

/* Call To Action Section
--------------------------------*/



.features .nav-link {
  
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.features .nav-link:hover {
  color: #ef1275;
}
.features .nav-link.active {
  background: #ef1275;
  color: #fff;
  border-color: #ef1275b7;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}
.features .tab-content {
  margin-top: 30px;
}
.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-bottom: 10px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #77cb50;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}




#counts{

  background: #ef1275;
  background-size: cover;
  padding: 40px 0;


}

#counts .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#counts .cta-text {
  color: #fff;
}


#call-to-action2 {
  overflow: hidden;
  background: 
   
   url(../img/tarascas.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#call-to-action2 .box2 {
  background-color: #fffffff0;
  border-radius: 5px;
  color: #181818c4;
padding-right: .5rem;
padding-left: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#call-to-action3 {
  overflow: hidden;
  background: 
   
   url(../img/x1.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}


#call-to-action3 .box2 {
  background-color: #fffffff0;
  border-radius: 5px;
  color: #181818c4;
padding-right: .5rem;
padding-left: 1rem;
padding-top: .5rem;
padding-bottom: .5rem;
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}


#call-to-action {
  background: #ef1275;
  background-size: cover;
  padding: 40px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#call-to-action .cta-btn {
  font-family: 'geomanistregular';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #77cb50;
  border: 3px solid #77cb50;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
      max-height: 550px;
}
#team .member .pic {
  overflow: hidden;
  text-align: center;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member .details {
  background: #77cb50;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
}
#team .member .social a {
  color: #fff;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ef1275;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #ef1275;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}
#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #77cb50;
}
#contact .php-email-form button[type=submit] {
  background: #77cb50;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ef1275;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer .txtfoot{
  
color: rgb(255, 255, 255);
font-size: 14px;
}
#footer .azz{
  
  color: #ffffff;
  font-size: 17px;

}
.ps{
  font-weight: bold;

}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 10px;
  color: rgb(219, 216, 216);
}
#footer .credits a {
  color: #dfdede;
}
.padd{
padding: 3%;
width: 100%;

}


/* Estilo para el contenedor del scroll */

.bgcontainer{
  padding-top: 10px;

  display: grid;
  justify-items: center;
border-radius: 5px;
overflow: hidden;
}

/* Estilo para el scroll de noticias */
.news-scroll {
  white-space: nowrap;
  animation: scroll 15s linear infinite; /* Controla la velocidad de desplazamiento */
}

/* Estilo para cada noticia */
.news-item {
  display: inline-block;
  width: 500px; /* Ancho de cada noticia */
  margin-right: 10px; /* Espacio entre noticias */
  vertical-align: top;
  text-align: center;
  
}

.news-item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;

}


/* Animación de desplazamiento horizontal */
@keyframes scroll {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
.shad {
  margin-left:3px;
  margin-right:4px;
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
 }

.shad .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:#ffffff;
/* background-color: #1c1c1cab;*/
  /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8)75%, rgba(1, 1, 1, 0));*/

  padding: 5px; 
}
.shad .card-img-top {
  transform: scale(1); 
  filter: grayscale(0%);
  transition: transform 3s ease, filter 1s ease;
  width: 100%; /* Ajusta el ancho de la imagen al 100% de su contenedor */
  max-width: 100%; /* Establece el tamaño máximo de la imagen al 100% de su contenedor */
  border-radius: 5px;
}

.itt img:hover, .shad img:hover,.bord img:hover{
  transition: transform 3s ease, filter 1s ease;
  transform: scale(1.06);
  filter: grayscale(60%);
}
.shad h5{
font-size: 16px;
    font-weight: 600;
    color:rgb(107 102 102);
   /* color: rgb(253 253 253);*/

}
.panewhite .card-title{
    margin-bottom:0rem;
}
.white{
    color:white;
}
.bord{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.shad p{
    font-size: 16px;
    color:rgb(73 70 70);
  /*  color: rgb(255 255 255);*/
max-height: 40px;
}

.shad p:hover{
  text-decoration: underline;
}
.shad h5:hover{
  text-decoration: underline;
}
.shad a {
  color: #4c4e53;
  
}



.tos{

  margin-top: -20px;
}

.titulo h2{

 text-align:  center;
 
 font-size: 38px;
 color: #4c4e53;
 text-transform: uppercase;
 font-weight: bolder;

 padding-bottom: 20px;

}

.imagen{


   width: 100%; /* Asegurarse de que el div ocupe todo el ancho de su contenedor */
  

}
.proyecto{
  background: linear-gradient(177deg, #ef1275, rgba(255, 255, 255, 0) 100%), linear-gradient(86deg, rgba(51, 66, 181, 1), rgba(255,255,0,0) 100%), linear-gradient(349deg, rgba(119,203,80,1), rgba(0,255,255,0) 100%);
   background-size: cover; 
    background-position: center; 
    
margin: 5%;
padding: 3%;
border-radius: 5px;
color: white;
margin-top: 30px;
 box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

}
.proyecto h3{
  
  font-size: 25px;

}
.proyecto h2{

  color:white;
}
.card{
border-radius: 5px;
  border: 0px;
}
.panewhite{
position: relative;
background-color: white;
border-radius: 10px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);

}
.slidecolor{

  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(177deg,rgba(119,203,80,1) , rgba(255, 255, 255, 0) 100%), linear-gradient(86deg, rgba(51, 66, 181, 1), rgba(255,255,0,0) 100%), linear-gradient(349deg, rgba(239,18,117,1), rgba(0,255,255,0) 100%);
  padding: 0;

}
.slidecolor2{

  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(177deg, rgba(51, 66, 181, 1)   , rgba(255, 255, 255, 0) 100%), linear-gradient(86deg, rgba(119,203,80,1) , rgba(255,255,0,0) 100%), linear-gradient(349deg, rgba(239,18,117,1), rgba(0,255,255,0) 100%);
  padding: 0;

}
.ssd{

  transform: rotate(180deg);
}
.whitebg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:white;
}

.bluebg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#38b6ff;
}
.darkbluebg{
    font-size: 1em; 
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#7999ba;
}
.greenbg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#7ed957;
}
.darkgreenbg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#69d49f;
}
.yellowbg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#ffde59;
}
.orangebg{
     font-size:18px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#fa933f;
}
.pinkbg{
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color:#ff9ac7;
}




/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-1: #138f52;
  --level-2: #d7a649;
  --level-3: #4280ef;
  --level-4: #ef1275;
  --black: white;
}

.containerr * {
  padding: 2px;
  margin: 0;
  box-sizing: border-box;
  color:white;
}

.containerr ol {
  list-style: none;
}

.containerr body {
  margin: 50px 0 100px;
  text-align: center;
  
}
.containerr h2{
    font-size: 1.5rem;
    
}
.containerr h4{
    font-size: 1.3rem;
}

.containerr {
  max-width: 1980px;
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  position: relative;
  padding: 20px;
  border-radius:3px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
 /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);*/
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);

}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
      background: #ffffff00;
}
.level-11 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);

}

.level-11::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
    background: #ffffff00;
}
.level-12 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);

}

.level-12::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0px;
     background: #ffffff00;
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
     background: #ffffff00;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
    background: #ffffff00;
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
     background: #ffffff00;
}

.level-2 {
  width: 200px;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
      background: #ffffff00;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
     background: #ffffff00;
}
.level-22-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-22-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 25%;
  height: 2px;
      background: #ffffff00;
}

.level-22-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
      background: #ffffff00;
}

.level-22-wrapper li {
  position: relative;
}

.level-22-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
    background: #ffffff00;
}
.level-23-wrapper > ul:before{
content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 0px;
     background: #ffffff00;
    
}

.level-22 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-22::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
     background: #ffffff00;
}

.level-22::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
      background: #ffffff00;
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
    background: #ffffff00;
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
      background: #ffffff00;
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
       background: #ffffff00;
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
    background: #ffffff00;
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 25%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.page-footer a {
  margin-left: 4px;
}



.rd section{
    padding:0px;
}

.bx1{
    overflow:hidden;
}
.bx1::before{
    
     content: ''; /* Debe tener contenido para ser visible */
    position: absolute; /* Posición absoluta para que se pueda colocar en la esquina derecha */
    top: 90%;
    right: 50%;
    width: 75%; /* Ancho de la figura */
    height: 20px; /* Altura de la figura */
    background: linear-gradient(to right, rgba(239,18,117,1), rgba(51, 66, 181, 1)); /* Gradiente de colores */
    border-radius:5px;
    opacity: 0; /* Inicialmente invisible */
    transform: translateY(50%) rotate(270 deg); /* Mover y rotar la figura */
    
    transition: opacity 3.5s ease, transform 3s ease;
}
.bx1:hover::before{
   
     opacity: 1;
       transform: scaleX(500);
      transform: translateY(0) rotate(0deg);
     transition: opacity 5s ease,  transform 3s ease;
}

.docs h1{
  margin :10px;
    color:#4c4e53;
       
}
.docs a:hover{
    
    
}



.nav-link{
    cursor:pointer;
}



/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
  position: relative;
  max-width: 65%;
  margin: 0 auto;
}
.modal-content{
   border: 3px solid #fff;
    
}
/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: auto;
  margin-left: -3px;
}

/* Container around content */
.timeline-5 {
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  right: 1px;
  background-color: #fff;
  top: 18px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the right */
.right-5 {
  padding: 0px 0px 20px 40px;
  left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
  left: -10px;
}

.rsd{
    margin-bottom: 10px;
 height: 250px;
  object-fit: cover; 
}

.fixed-size {
     
    height: 650px;
    object-fit: cover; 
    border-radius: 5px;
}
.fixed-size2 {
     
    height: 325px;
    object-fit: cover; 
    border-radius: 5px;
}


 .fondo-imagen {
 
           min-height: 700px;

  
            width: 100%;

  
            background-image: url('/mich.png');


            background-size: cover;

            
            background-position: center center;

            background-repeat: no-repeat;
        }




/* Testimonials Section - Home Page
------------------------------*/
.testimonials {
  --color-background: #f4f4f4;
}

.testimonials .info h3 {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background: var(--color-box-background);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--color-background);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--color-default-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-primary-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--color-default-rgb), 0.15);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
  
  
  

 .fondo-imagen {
 
           min-height: 215px;

  
      
        }

}

















@media (max-width: 991px) {
  .main-timeline-5 {
    max-width: 100%;
  }
}
.boxel{
    
    border-radius:5px;
}
.modal-dialog{
    max-width:85%;
    
}
.boxel h4{
    color:white
}
.gradient-custom-5 {
  /* fallback for old browsers */
  background: #ebbba7;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(
    to right,
    rgba(239,18,117,1),
    rgba(51, 66, 181, 1)
  );

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(
    to right,
    rgba(239,18,117,1),
    rgba(51, 66, 181, 1)
  );
}