body{
  background-color:#d2d3c9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 20px;
}
.text-studio {
color: #75c2af ;
font-size: 20px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;}

.nav-link{
  color:#b9ffe3 ;
 
  font-size: 20px;
}
.nav-link:hover {
  color: #ffffff  !important;
}
  

.btn-studio {
  background-color: #75c2af;
  color: white;
}

.btn-studio:hover {
  background-color: #6fddc1;
}

#header {
  background-color: #002538;
}

#header img {
  width: 200px;
 
}

#main .carousel-inner img {
  max-height: 70vh;
  object-fit: cover;
  filter: grayscale(40%);
}

#carousel {
  position: relative;
}

#carousel .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}


#carousel .overlay .container,
#carousel .overlay .row {
  height: 100%;
}

#servicios {
  background-color: #3c9d9b;
  color: white;
  padding:0;
  
  
}

#servicios img {
  max-width: 100%;
  display: flex;
  

}

.caja_info{
  padding:30px 0;
}

.contenedor_filosofia{

    background-color:#ffffff;
    border-radius: 4px;
    margin: 30px auto;
    padding: 20px;
    /* box-shadow: 10px 5px 5px  rgb(161, 159, 159; */
    box-shadow: 1px 1px #d6e0f0, 5px 0 0.4em rgb(161, 159, 159);
    width: 95%;
    align-items:center ;


}
.titulo_filosofia{
  color:  #394867;
  margin-bottom: 15px;
  font-family: 'Ubuntu', sans-serif;

}


.card-contact{
  padding: 3%;

}
.card-img-top{
  max-width: 1800px;
  height: 400px;
  margin: 0px;
}
/* botones */
.btn{
  background-color: #25D366;
  border-color: #25D366;
  margin: 2%;

}




#footer {
  background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);

 
}

#footer span{
  color: white;
  text-decoration: none;
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;


  
}

