/*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:right;
    position: relative;
    width: 100%;
    height: 45rem;
    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: right;
    margin-top: 4%;
    margin-right: 5%;
}

/*Bloque banner-----------------------------------------------------------------------------*/

/*Bloque Nosotros---------------------------------------------------------------------------*/

.contenedor_nosotros{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros{
    max-width: 75%;
    border-radius: 0;
    border-color: transparent;
    margin-bottom: 0% !important;
}

/*Bloque Nosotros---------------------------------------------------------------------------*/

/*Bloque Servicios--------------------------------------------------------------------------*/

.row{
    margin-top: 0% !important;
}
.row>*{
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}
.card-body{
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}
.card-footer{
    background-color: transparent;
}

/*Bloque Servicios--------------------------------------------------------------------------*/

/*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: 90%;
    }
    .acerca_nosotros{
        text-align: center;
    }
    .contacto_nosotros{
        text-align: center !important;
    }



    .info_contacto{
        text-align: center;
    }
    .form{
        max-width: 90%;
    }
    .boton_formulario{
        text-align: center;
    }


}

/*Estilos para resoluciones mas pequeñas----------------------------------------------------------------------------------------------------------*/