.modulo-hacer{
	padding-top: 60px;
	padding-bottom: 70px;
}	
.titulo-ppal{
    max-width: 60%;
    margin: auto;
    font-weight: 700;
    font-size: 46px;
    line-height: 51px;
}	
	
.titulo-ppal span{
background-color: #4CAF50;
    color: white;
    padding: 0px 25px;
    border-radius: 50px;
}

.titulo-tan{
    max-width: 80%;
    margin: auto;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    padding-top: 30px;
}		
	
.titulo-tan span{
    color: #4CAF50;
    display: block;
    padding-top: 10px;
    font-size: 34px;
}
	
.carousel {
    margin: 20px 0px;
	overflow: hidden;
	border-radius: 15px;
}		

.carousel-indicators {
    left: 50%;
}	
	
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #4CAF50;
    border-radius: 10px;
}
	
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px;
    background-color: #34ac39;
}	
	
.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4c4c4c;
    text-align: left;
    text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
}	

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 0%;
        left: 0%;
        padding-bottom: 0px;
    }
}
	
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 15px;
}	
.box-b{
    width: 40%;
    padding: 50px;
    margin: 30px;
    background-color: white;
    border-radius: 15px;
}

.carousel-caption .title {
    color: #272726;
    display: block;
    font-size: 46px;
    font-weight: 600;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.2;
    font-size: 43px;
}	
	
.carousel-caption p{
    color: #686867;
    line-height: 1.4;
    margin-top: .8em;
    font-size: 17px;
}	
	
.carousel-control {
position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    width: 65px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 0.8;
    top: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
    height: 80px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .chevron-left, .carousel-control .chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .chevron-left {
    right: 0;
}


@media (max-width: 767px) {	
.carousel-control .icon-prev, .carousel-control .chevron-left {  
	left: 0;
}

.carousel-control .icon-next, .carousel-control .chevron-right {
    right: 0;
}
}


.carousel-control .chevron-left, .carousel-control .chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 40px;
    height: 90px;
    margin-top: -15px;
    font-size: 20px;
    line-height: 90px;
    /*background-color: #005aa9;*/
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .chevron-left, .carousel-control .chevron-right {
    position: absolute;
    /*top: 44%;*/
    z-index: 5;
    display: flex;
}	

.carousel-control.left {
    left: auto;
}

.carousel-control.right {
    left: 65px;
    right: auto;
}
	
.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .fa {
    padding: 28px 25px;
    background-color: #00000069;
    border-radius: 0px 0px 0px 15px;
    font-size: 24px;
}

.carousel-control .fa.fa-chevron-right {
    border-radius: 0px 15px 0px 0px;
}	
	
@media (max-width: 767px) {	
	
.titulo-ppal {
    max-width: 100%;
    margin: auto;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
	
.titulo-tan{
    max-width: 100%;
    margin: auto;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    padding-top: 20px;
}		
	
.titulo-tan span{
    padding-top: 10px;
    font-size: 24px;
}	
	
.carousel {
box-shadow: 0 4px 24px 0 rgb(73 73 73 / 10%), 0 12px 64px 0 rgb(99 99 99 / 10%);	
}	
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 15px 15px 0px 0px;
}
	
.box-b {
    width: auto;
    padding: 0px 15px;
    padding-bottom: 58px;
    margin: 10px 10px;
    background-color: white;
    border-radius: 15px;
	        min-height: 390px;
}
.carousel-caption {
    position: relative;
}

.carousel-caption .title {
	font-size: 28px;
}	

.carousel-control {
    height: 64px;
}
.carousel-control .fa {
    padding: 20px 25px;
    background-color: #063d76;
}	
}