/*Titulos, subtitulos-----------------------------------------------------------------------*/

.titulo{
    color: black;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.subtitulo{
    color: black;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

/*Titulos, subtitulos-----------------------------------------------------------------------*/

/*Bloque banner-----------------------------------------------------------------------------*/
.banner{
    display: flex;
    justify-content:center !important;
    position: relative;
    width: 100%;
    height: 60rem;
    background: url(/src/imagenes/Pagina_inicio/Inicio/inicio3.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.texto_banner{
    color:black;
    text-align: center;
    margin-top: 20%;
}

/*Bloque banner-----------------------------------------------------------------------------*/

/*Bloque Servicios--------------------------------------------------------------------------*/

.card-body{
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}
.card-footer{
    background-color: transparent;
}

/*Bloque Servicios--------------------------------------------------------------------------*/

/*Bloque Proyectos--------------------------------------------------------------------------*/

.carousel-main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-container {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.carousel-slide img {
  width: 100%;
  display: block;
}

.carousel-controls {
  text-align: center;
  margin-top: 10px;
}

.carousel-controls button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
}

/*Bloque Proyectos--------------------------------------------------------------------------*/

/*Bloque formulario-------------------------------------------------------------------------*/

.contenedor_formulario{
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_contacto{
    width: 20rem;
    background-color: transparent;
    border-color: transparent;
    text-align: left"
}
.form{
    max-width: 90%;
}
.boton_formulario{
    text-align: right;
}

/*Bloque formulario-------------------------------------------------------------------------*/






/*Estilos para resoluciones mas pequeñas----------------------------------------------------------------------------------------------------------*/

@media (max-width:1024px){


    .banner{
        height: 35rem !important;
    }
    


    .nosotros{
        max-width: 100%;
    }
    .acerca_nosotros{
        text-align: center !important;
    }
    .contacto_nosotros{
        text-align: center !important;
    }
    .texto_nosotros{
        text-align: center !important;
    }
    .barra_verde_nosotros{
        width: 100% !important;
    }
    .imagen_nosotros{
        margin-top: 10% !important;
    }


    .texto_proyectos{
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-top: 10% !important;
    }

    .contenedor_contacto{
        margin-top: 10% !important;
    }

    .info_contacto{
        text-align: center;
    }
    .form{
        max-width: 90%;
    }
    .boton_formulario{
        text-align: center;
    }


}

/*Estilos para resoluciones mas pequeñas----------------------------------------------------------------------------------------------------------*/