.has-same-height .card {
  height: 320px;
  overflow: hidden;
}

.card-content h3 {
  text-align: center;
}

.table-profile td,
th {
  border: none !important;
}

.table-profile td:first-of-type {
  font-weight: bold;
}

.skills-content .media {
  margin: 0 !important;
  padding: 4px !important;
  border: 0 !important;
}

.skills-content .progress {
  height: 4px !important;
}

.custom-tags {
  text-align: center !important;
  display: block;
}

.portfolio-container .card {
  margin-bottom: 2em;
}

.section-heading {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 6em;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}

svg #wheel {
  animation: scroll ease 2s infinite;
}

.scroll-down {
  animation-duration: 3s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: auto;
  line-height: 25px;
  text-align: center;
  background: hsl(48, 100%, 67%);
  color: rgb(5, 4, 4);
  padding-top: 2rem;
}

.footer a {
 
  color: rgb(10, 6, 6);
}



.white
{color:rgb(10, 10, 19)}





.main-text {
  color: white;
  text-shadow: 4px 4px 12px #29211b;
}


/* Sección de Mision, Vision y Valores */

.has-text-green {
  color: #1E4132 !important;
}

.has-mustard-bg {
  background-color: #FDBB34;
}

.has-green-bg {
  background-color: #1E4132;
}

.feature-img {
  max-width: 30%;
  margin: 0 auto;
  
}

.column {
  
  justify-content: center;
  flex-flow: column;
  text-align: center;
  width: auto;
}

.column h3,
.column p {
  align-self: center;
}

@media(max-width: 1024px) {
  .reverse-row-order {
      flex-direction: column-reverse;
      display: flex;
  }
}

.section .container{
    width: auto;
   
}


.about{ 
  
  background-color: rgb(36, 36, 119);
  width: 100vw;
 
  

}

.serviciosColor {
  background-color: rgb(36,36,119);
  width: 100vw;

}

.breaks {
  background-color: rgb(36,36,119);
 
}

.contactanos {
  background-color: rgb(36,36,119);
  width: 100vw;
  padding: 0;
}

.mision{
  width: 100vw;
  padding: 0;
}
 
.headerAlfmer{
  width: 100vw;
  padding: 0;
 }

 .breaks{
  width: 100vw;
 }

.imgSeguro{
  height: 371px;
  
}

.imgResguardo
{
  height: 326px;
  width: 500%;
}