body {
  margin: 0px;
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  font-family:Inter, sans-serif;

}

.maximo{
  max-width: 1920px;
  margin: auto;
}

.lista_sin_caracter{
  list-style-type: none;
}

li.color{color: crimson; }

@media (min-width: 992px){

  
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    flex-direction: row-reverse;
}
}

.menu-movil a{
  color: gray;
}

.menu-movil a:hover{
  color: rgb(39, 39, 39);
}

.contenido-menu{
  font-size: 15px;
  font-weight: 200;
}

.contenido-menu-sub{
  font-size: 25px;
  color: red;
  font-weight: 400;
  text-decoration: none;
}

.contenido-menu a{
  text-decoration: none;
}

.contenido-menu a:hover{
  font-weight: 700;
  color: red;
}


.contenido{
  font-weight: 200;
  font-size: 30px;
  font-weight: 300;
}

.footer-web{
 background-color: red;
 color: #FFFFFF;
 padding: 1em 0;


}

.footer-web a{
  color: #FFFFFF;
  text-decoration: none;
 } 

 li .footer-web a{
  color: #FFFFFF;
  text-decoration: none;
  text-decoration: none;
 } 

 .footer-web a:hover{
  font-weight: 700;
 }  

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }


}

@media only screen and (max-width : 420px) {

  .movil {
    padding-top: 100px;
  }
}

.flecha{
  width: 25px;
  margin-left: auto;
  margin-right: auto;
}

.blur img{
  transition: 1s ease;
}

.blur img:hover{
  -webkit-filter: blur(1px);
  transition: 1s ease;
  }

  h1.talleres_subtitulo{
    font-size: 24px;
    color: black;
    font-weight: 800;
  }

  h2.talleres_subtitulo{
    font-size: 18px;
    color: black;
    font-weight: 600;
  }


  h3.talleres_subtitulo{
    font-size: 18px;
    color: red;
  }

  .lista_contenido{
    color: black;
  }



/* Opacity #2 */
.hoverimage figure {
	background: red;
}
.hoverimage figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hoverimage figure:hover img {
	opacity: .1;
}

/* Modal contacto*/


        
        .modal-dialog input{
            border:solid 0px;
            border-radius:0px;
            border-bottom:1px solid red;
        }
        
                .modal-dialog input:focus{
                border-color: red; /* Color del borde al enfocar */
    box-shadow: 0 0 0px black; /* Sombra al enfocar */
        }
        
        .custom-textarea {
    border: 1px solid red; /* Borde azul */
    border-radius: 0px; /* Esquinas redondeadas */
    padding: 10px; /* Espaciado interno */
    resize: vertical; /* Permitir solo el cambio de tamaño vertical */
    font-size: 16px; /* Tamaño de fuente */
}

.custom-textarea:focus {
    border-color: red; /* Color del borde al enfocar */
    box-shadow: 0 0 0px black; /* Sombra al enfocar */
}



