/* ORDENAR EL CSS3 */


/* ESTILOS NORMALES
========================================================================= */

body{
    font-family: 'Roboto', sans-serif !important;
    background-color: rgb(162, 201, 203, 0.3);
}

p{
    letter-spacing: 0.1rem;
}
.cajaTitulo {
    border-radius: 12px 0 0 0;
    background-color: #A5CDCF;
    display: flex;
    align-items: center;
}
.cajaTitulo h1{
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0;
}

.carousel-item::before{
    content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.24);
}
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contacto-item {
    height: 100vh;
    
}

.container{
    max-width: 1000px;
}

.full-h {
    height: 100vh; 
}
.display-4{
    text-shadow: 2px 2px 4px #000000;
}
dt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}
.lead{
    text-shadow: 2px 2px 4px #000000;
}
.lista-icono {
     /* text-align: right;
     font-size: 1.2rem;
     padding-top: 1rem;
     padding-bottom: 1rem; */
}
.lista-icono img{
    max-height: 1.2rem;
}
.lista-texto{
    letter-spacing: 10%;
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand>img {
    max-width: 75%;
}

.parrafo{
    font-size: 1.25rem;
    line-height: 200%;
    text-align: justify;
    
}

.titulo{
    letter-spacing: 10%;
    font-size: 1.66rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.seccion-imagen{
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.seccion-hero {
    background-color: #cccccc; /* se usa si la imagen no esta disponible */
    height: 300px; /* altura especifica */
    background-position: center bottom; /* centrada desde abajo */
    background-repeat: no-repeat; /* no se repite */
    background-size: cover; /* redimensiona la imagen para cubrir todo */
}

.seccion-hero-contacto{
    background-image: url("img/contacto-1400x300.jpg"); /* la imagen */
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.seccion-hero-logo{
    background-position: center; /* centrada */
    background-image: url("img/logo-rhelmu-consultores-1400x354.jpg"); /* la imagen */
}
.seccion-hero-quienes-somos{
    background-image: url("img/quienes-somos-1400x302.jpg"); /* la imagen */
    margin-bottom: 1rem;
}
.seccion-hero-seguimiento-ambiental{
    background-image: url("img/sistema-seguimiento-ambiental-1400x300.jpg"); /* la imagen */
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.seccion-hero-servicios{
    background-image: url("img/servicios-1400x300.jpg"); /* la imagen */
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.sliderBoton {
    color: #ffffff;
    background-color: #007bff2a;
    border-color: #ffffff;
}
.sliderContainer{
    max-width: 50rem;
    height: 30rem;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/* .sliderTitulo{
    display: flex;
    align-content: center;
} */
.sliderTitulo h1{
    text-shadow: 2px 2px 4px #000000;
    color: white;
    padding-bottom: 2rem;
}
.logoContacto{
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contactoDatos{
    padding-bottom: 1.5rem;
}
.contactoIcono{
    font-size: 1rem;
    padding-left: 3rem;
    padding-right: 1.5rem;
}
.contactoTexto1{
    text-align: justify;
    padding-bottom: 1.5rem;
}
.contactoTexto2{
    text-align: justify;
    padding-bottom: 1.5rem;
}
.contactoTopNombre{
    margin-top: 3rem;
}
.footer{
    margin-top: 2rem;
}
.svg path {
    fill: #fff;
}

@media only screen and (max-width: 600px) {
    .contactoIcono{
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contactoTopNombre{
        margin-top: 1.5rem;
    }

    dd {
        margin-bottom: 0rem;
    }
    .lista-icono {
        font-size: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .lista-texto{
        letter-spacing: 0.1rem;
        font-size: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        line-height: 180%;
    }
    p {
        margin-block-end: 0em;
    }
    .navbar-brand {
        max-width: 50%;
    }
    .parrafo{
        font-size: 1rem;
        line-height: 180%;
    }
    .seccion-imagen{
        height: 150px;
        min-height: 150px;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .seccion-hero {
        height: 150px; /* altura especifica */
    }
    .titulo {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1000px) {
    .seccion-hero {
        height: 150px; /* altura especifica */
    }
}

/* Bootstrap XS
------------------------------------------------------------------------- */
@media (max-width: 576px) {
    .lista-icono img {
        max-height: 3.2rem;
    }
}

/* Bootstrap SM
------------------------------------------------------------------------- */
@media (min-width: 576px) {
    .cajaTitulo {
        border-radius: 18px 0 0 0;
    }
    .cajaTitulo h1{
        font-size: 1.8rem;
    }
    .lista-icono img {
        max-height: 2.3rem;
    }
}

/* Bootstrap MD
------------------------------------------------------------------------- */
@media (min-width: 768px) {
    .cajaTitulo {
        border-radius: 18px 0 0 0;
    }
    .cajaTitulo h1{
        font-size: 2.1rem;
        padding-left: 0.3rem;
    }
    .lista-icono img {
        max-height: 2.5rem;
    }
}

/* Bootstrap LG
------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .cajaTitulo {
        border-radius: 22px 0 0 0;
    }
    .cajaTitulo h1{
        font-size: 2.4rem;
        padding-left: 0.5rem;
    }
    .lista-icono img{
        max-height: 3rem;
    }
}


/* Bootstrap XL
------------------------------------------------------------------------- */
@media (min-width: 1200px) {
    .cajaTitulo {
        border-radius: 25px 0 0 0;
        height: 4rem;
    }
    .cajaTitulo h1{
        font-size: 2.3rem;
        padding-left: 0.5rem;
    }
    .lista-icono img{
        max-height: 3rem;
    }
 }






