.carousel-inner .col-md-3 {
    display: flex;
    height: 350px;
    justify-content: flex-start;
}

.carousel-inner .col-md-6 {
    display: flex;
    height: 350px;
    justify-content: flex-start;
}


.carousel-inner img {
    margin: auto;

}

.carousel-inner .carousel-caption {
    height: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    bottom: 0px;
    padding: 0px;
}

.carousel-inner .carousel-caption p {
    margin-bottom: 5px;
    text-align: left;
    color: var(--fontColor2);
    text-shadow: none;

}

.carousel-inner .carousel-caption h3 {
    margin: 5px 0px;
    width: 100%;
    text-align: left
}


.carousel-inner .carousel-caption h3 a {
    color: var(--fontColor1);
    font-weight: bold;
    font-size: 10pt;
    color: var(--fontColor2);
    text-shadow: none;
}

#equipo .form-group,
#equipoM .form-group {
    margin: auto;
    max-width: 1180px;
}

#nuestroEquipo .form-group {
    max-width: 1180px;
    margin: auto;
}



#equipoM {
    display: none;
}

@media screen and (max-width: 768px) {
    #equipo {
        display: none;
    }

    #equipoM {
        display: block;
    }
    #equipoM .carousel-inner{
        height: 700px;
    }

    #testimonios .carousel-inner img{
        width: 250px;
	height: 250px;
	border: none;
    }

}


#testimonios .carousel-inner p{
	font-size: 10pt;
}

#testimonios .carousel-inner h3{
	font-size: 12pt;
	text-shadow: none;
	color: black;
}

#testimonios .carousel-inner img{
	width: 250px;
	height: 350px;
	border: none;
}

@media only scree and (max-width: 1180px){


}
