b, strong {
    font-weight: bold;
}
.carousel
{
	text-align: left;
	background-color: #FFFFFF !important;
}
.cabecera-imagen-principal {
	font-size: inherit;
	font-weight: inherit;
}
.titulo-cita-autor2{
	font-family: 'Montserrat-Medium';
	color: #000000;
	margin-top:20px;
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}
.titulo-cita-autor2 p{
	font-family: 'Montserrat-Medium';
	color: #000000;
	margin-bottom: 0;
	margin-top: 0 !important;
}

.item{
    margin-top: 120px !important;
}

.titulo-nombre-autor2{
	font-family: 'Montserrat-Black';
	font-size:25px !important;
	color: #28a737 ;
	margin-top:20px !important;
	margin-bottom:30px !important;
}

.btnDesc2
{
	font-family: 'Montserrat-Medium';
	border-radius:32px;
	padding: 8px 30px 8px 30px;
	color: #FFFFFF !important;
	background: #28a737 ; 
	margin-top:20px !important;
	font-size: 15px;
}
.comCarru
{
	height: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9c9e9f;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 5px !important;
    background-color: #28a737 ;
	border: 0 !important;
}

.nomarginbottom
{
	margin-bottom: 0 !important;
}

.nopadd
{
	padding: 0 !important;
}

.marginTop3VH
{
	margin-top:2.33333vh;
}

.marginTop5VH
{
	margin-top:5vh;
}

.marginBottom5VH
{
	margin-bottom:5vh;
}

.padding-bottom5vh
{
	padding-bottom:5vh;
}

.itemxs
{
	margin-top:-195px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index:5;
}



/* MD */
@media (max-width: 1024px) {
	.item{
		margin-top: 40px !important;
	}
	.item p, .item span {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.carousel-indicators {
		bottom: 5px;
	}
	.titulo-cita-autor2
	{
		font-size:26px !important;
		line-height:32px;
		margin-bottom: 50px;
	}

}

/* SM */
@media (max-width: 768px) {
	.itemxs {
		margin-top: -392px;
	}
	.comCarru {
		background-color: #ffffff !important;
		min-height: 803px;
	}
	.item{
		margin-top: 20px !important;
	}
	.item p, .item span {
		text-align: center !important;
		margin: 15px 0 0 0 !important;
		width:100%;
		background-color:#ffffff;
	}
	.itemxs{
		width:100%;
		margin:0;
		padding:0;
		padding-bottom:20px;
		background-color:#ffffff;
		padding-bottom:30px;
	}	
	.titulo-cita-autor2{
		width: 100% !important;
		font-size:27px !important;
		min-height:70px;
		margin-bottom: 60px;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.titulo-activo-destacado{
		font-size:21px !important;
		color: #1f294f;
		max-width:450px;
		min-height:63px;
		line-height: 25px;
	}
}
/* XS */
@media (max-width: 420px) {
	.itemxs {
		margin-top: -72px;
	}
	.comCarru {
		background-color: #ffffff !important;
		min-height: auto;
	}
	.item{
		margin-top: 20px !important;
	}
	.item p, .item span {
		text-align: center !important;
		margin: 0 !important;
		width:100%;
		background-color:#ffffff;
	}
	.itemxs{
		width:100%;
		margin:0;
		padding:0;
		padding-bottom:20px;
		background-color:#ffffff;
		padding-bottom:45px;
	}	
	.titulo-cita-autor2{
		width:90% !important;
		font-size:23px !important;
		min-height:9px;
	}
	.titulo-nombre-autor2{
		font-size:20px !important;
		margin-top:20px !important;
		margin-bottom:30px !important;
	}	
	.carousel-indicators {
		bottom: -8px;
	}
	.sinpadding-xs{
		padding-left:0;
		padding-right:0;
	}
}
