.btn-outline-success {
    color: white;
    border: none;
    background-color: #EC7329;
    white-space: nowrap;
    padding: 10px;
    border-radius: 30px;
}
.btn-outline-success:hover {
    background-color: #005BBC;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: #005BBC;
    border-radius: 10px;
    color: white;
}

.carosule-res{
    height: clamp(0px, 20vw, 400px);
}

.card {
    border-radius: 10px;
    background-color: #EDEBF0;
}

.card-img-top{
    padding: 15px;
}

.btn-primary {
    background-color: #EC7329;
    border: none;
}
.color-footer {
    background-color: #565656;
}
.color-text-footer{
    color: white;
}
.redes-img{
    width: 300px;
}

.direccion{
    flex-direction: column;
}

@media (max-width: 991px) {
  .custom-container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .redes-img{
    width: 120px;
  }
}

@media (max-width: 700px) {
  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
}
  .btn-font{
    font-size: small;
  }
}

/*Estilo contacto*/
.background-container{
    background-color: #F1EFF3;
}

/*Estilo quines somos*/

.custom{
    animation: mover 5s;
}
.custom1{
    animation: mover 3s;
}
.custom2{
  animation: mover 4s;
}

@keyframes mover {
      from {
    transform: translateX(-150vw);
  }

  to {
    transform: translateX(0px);
  }
}

@keyframes mover {
      from {
    transform: translateX(-150vw);
  }

  to {
    transform: translateX(0px);
  }
}

@keyframes mover {
      from {
    transform: translateX(-150vw);
  }

  to {
    transform: translateX(0px);
  }
}
@media (max-width: 550px) {
  .container-sec{
    padding: 0px 20px;
  }
}

/*Servicio*/
.background-section1{
  background-color: #EDEBF0;
  border-radius: 25px;
}