section {
    padding-top: 0;
    padding-bottom: 0;
}
section h2,
section h3 {
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    text-transform: uppercase;
}
section h2 {
    margin-bottom: 35px;
    color: #0069a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
#inicio {
    background-color: #E2E2E2;
}
#inicio .slider {
    max-width: 1200px;
    height: 460px;
    margin: 0 auto;
    color: white;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
#inicio .slider .slide {
    width: 100%;
    height: 100%;
    padding: 0 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
#inicio .slider .slide > div {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#inicio .slider .slide + .slide {
    display: none;
}
#inicio .slider .slide .titulo {
    margin-bottom: 30px;
    font-family: 'Open Sans Condensed';
    font-size: 85px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1;
}
#inicio .slider .slide p {
    margin-bottom: 30px;
}
#inicio .slider .slider-prev,
#inicio .slider .slider-next {
    color: white;
    font-size: 50px;
    line-height: 1;
    opacity: 0.25;
    position: absolute;
    top: calc(50% - 25px);
    cursor: pointer;
}
#inicio .slider .slider-prev {
    left: 15px;
}
#inicio .slider .slider-next {
    right: 15px;
}
#inicio .slider .slider-prev:hover,
#inicio .slider .slider-next:hover {
    opacity: 1;
}
#secciones,
#servicios,
#features {
    margin-top: 50px;
}


@media (min-width: 992px) {
    #servicios .row .row > div:first-of-type {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    #servicios > .row > div + div {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    #secciones .row > div + div + div,
    #features .row > div + div {
        margin-top: 20px;
    }
    #servicios {
        text-align: center;
    }
    #servicios .row .row > div + div {
        margin-top: 10px;
    }
}
#secciones a,
#features .row a {
    display: block;
}
#secciones a > div,
#features img {
    margin-bottom: 15px;
}
#secciones a {
    text-align: center;
}
#secciones a > div {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#secciones a > div .hover{
    width: 100%;
    height: 100%;
    background-color: rgba(125, 174, 211, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
#secciones a:hover > div .hover{
    display: block;
}
#secciones a h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#servicios {
    font-size: 13px;
}
#servicios .row + .row {
    margin-top: 30px;
}

#servicios img {
    border-radius: 10px;
}
#servicios h3 {
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
#servicios .btn {
    width: 150px;
}
#features {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    text-align: center;
}
#features .row:first-of-type {
    margin-bottom: 30px;
}
#features .row:last-of-type {
    margin-bottom: 50px;
}
#features .feature{
    color: #1d1d1b;
}
#features .feature:hover{
    color: #7daed3;
}
#features .feature .feature-icono{
    width: 124px;
    height: 125px;
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
}
#features .feature:hover .feature-icono{
    background-position: right center;
}
#features #feature1 .feature-icono{
    background-image: url('../../images/inicioFront/feature1.png');
}
#features #feature2 .feature-icono{
    background-image: url('../../images/inicioFront/feature2.png');
}
#features #feature3 .feature-icono{
    background-image: url('../../images/inicioFront/feature3.png');
}
#features .feature h3 {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
#features .btn-corp{
    width: 190px;
    background-color: transparent;
}
#features .btn-corp:hover{
    background-color: #7daed3;
}