#sp-fullwidth .sp-module {
    margin-top: 0;
}
/*ESTILOS*/
.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12 {
    color: #fff;
    font-weight: 500;
    padding: 30px;
}
.box1 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.box1 h3 {
    color: #ec5538;
}
.box2 {
    background: rgba(235, 235, 235, 0.7) none repeat scroll 0 0;
    color: #000;
}
.box2 h3 {
    color: #000;
}
.box3 {
    background: rgba(236, 85, 56, 0.8) none repeat scroll 0 0;
}
.box3 h3 {
    font-weight: 700;
}
.box4 {
    background: #fff none repeat scroll 0 0;
    color: #6e6e6e;
    padding: 0;
}
.box4 h3 {
    background: #ec5538 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 30px;
    text-transform: capitalize;
}
.box4 .description {
    padding: 30px;
}
.box5 {
    background: rgba(35, 36, 42, 0.8) none repeat scroll 0 0;
}
.box6 {
    background: rgba(5, 95, 154, 0.8) none repeat scroll 0 0;
}
.box6 h3 {
    font-weight: 700;
}
.box7 {
    background: #ec5538 none repeat scroll 0 0;
    box-sizing: border-box;
    position: relative;
}
.box7::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bc341a;
    border-style: solid;
    border-width: 0 0 20px 20px;
    bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    width: 0;
}
.box8 {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #000;
}
.box8 h3 {
    font-weight: 700;
    text-transform: lowercase;
}
.box9 {
    background: rgba(88, 41, 120, 0.8) none repeat scroll 0 0;
}
.box9 h3 {
    font-weight: 700;
}
.box10 {
    background: rgba(75, 75, 75, 0.8) none repeat scroll 0 0;
}
.box11 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.box11 h3 {
    text-transform: lowercase;
}
.box12 {
    background: rgba(126, 0, 46, 0.8) none repeat scroll 0 0;
}
.box12 h3 {
    font-weight: 700;
}
/*TITULOS*/
.title1 h2, .title1 h3 {
    border-bottom: 3px solid #f2f2f2;
    padding: 2px 0;
    position: relative;
    text-transform: capitalize;
}
.title1 h2::after, .title1 h3::after {
    border-bottom: 3px solid #f77f00;
    bottom: -3px;
    content: "";
    left: 0;
    position: absolute;
    width: 25%;
}
.title1 .read-more a {
    background: #f9bf3b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}
.title2 h2, .title2 h3 {
    border-bottom: 1px solid #f2f2f2;
    padding: 2px 0;
    position: relative;
    text-transform: capitalize;
}
.title2 h2::after, .title2 h3::after {
    border-bottom: 3px solid #2fb5e6;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 25%;
}
.title2 .read-more a {
    background: #2fb5e6 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}
.title3 h2, .title3 h3 {
    border-bottom: 3px solid #26c281;
    padding: 2px 0;
    text-transform: capitalize;
}
.title3 .read-more a {
    border: 1px solid #26c281;
    border-radius: 5px;
    color: #26c281;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}
.title4 h2, .title4 h3 {
    padding: 2px 0;
    position: relative;
    text-transform: capitalize;
}
.title4 h2::after, .title4 h3::after {
    border-bottom: 3px solid #e55045;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 25%;
}
.title4 .read-more a {
    border: 1px solid #e55045;
    border-radius: 5px;
    color: #e55045;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}