@charset "utf-8";
/* CSS Document */
input.champTexte, select {
    max-width: 100% !important;
}
.bg-seccion {
    width: 100%;
    height: 100%;
    background-size: 133%;
    background-position: center center;
}
.bg-seccion:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgba(31, 31, 31, 0.5);
    opacity: 0.8;
}
/*carousel*/
.carousel-inner {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    min-height: 50vh;
}
.carousel .item {
    flex-basis: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel .item:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgba(31, 31, 31, 0.5);
    opacity: 0.8;
}
.carousel .item img {
    width: 100%
}
.carousel-caption {
    margin-bottom: 1rem
}
.carousel-caption h1 {
    margin-top: 0
}
.patros {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.patros__item, .patros li {
    background: transparent;
    flex: 0 0 33%;
    align-self: center;
}
