.home .carousel-item.active h2{
    animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p{
    animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft{
    0%{
        opacity: 0;
        transform: translate(-30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes fadeInRight{
    0%{
        opacity: 0;
        transform: translate(30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}

#miyotl_meaningSection {
    /*background: url(../img/web/nosotros_director.webp) no-repeat center;*/
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1) ), url(../img/web/nosotros_director.webp)no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}

#miyotl_themeSection {
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1) ), url(../img/web/nosotros_miyotl.webp)no-repeat center;
        /*background: url(../img/web/nosotros_miyotl.webp) no-repeat center;*/
        /*background-attachment: fixed;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color:#fff;
}

.nosotrosPrincipal_div{
    /*height:95vh;*/
    
    }

.cardNosotros img{
    border-radius: 15px;
}


	/* TelÃ©fono Movil Vertical*/
	@media (max-width: 576px){	
		
	}
	/* movil horizontal*/
	@media (max-width: 768px) { 

	}
	/* Tablet vertical*/
	@media (max-width: 992px) { 
			
	}