/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body{
    margin-top: 70px;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption{
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
}

.cuadrorojo{
    background: red;
    color: white;
    margin-bottom: 15px;
}

.card-title{
    color: red;
}

.footer{
    background: black;
    color: white;
}

.websperuanas{
    color: #ccc;
    font-size: 12px;
}

.websperuanas a{
    color: #ccc;
}

.zoom {
  display: inline-block; /* Para que el contenedor solo ocupe el espacio de la imagen */
  overflow: hidden; /* Para que el zoom no se salga del área del contenedor */
  cursor: pointer; /* Indica que el elemento es interactivo */
}

.zoom img {
  display: block; /* Para eliminar el espacio extra debajo de la imagen */
  width: 100%;
  height: 100%;
  object-fit: cover; /* Para que la imagen cubra el área sin distorsionarse */
  transition: transform 0.3s ease-in-out; /* Animación suave del zoom */
}

.zoom:hover img {
  transform: scale(1.2); /* Escala la imagen un 20% al pasar el ratón */
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}





/**** MEDIA QUERYS ****/
@media (max-width: 400px) {
    body{
        margin-top: 115px;
    }

    .carousel-caption{
        font-size: 12px;
        font-weight: 900;
        text-shadow: 0 0 10px #000;
    }

}
}

@media (min-width: 768px) {
.borde-titulos{
    border-left: 5px solid #007bff !important;
    border-bottom: 3px solid #007bff !important;
}
}


@media (max-width: 991px) {
    .nav-item{
        text-align: center;
    }
    .nav-link:hover{
        background: red;
    }
}


