/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    background-color: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("Counter.png");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("Counter.png");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("Counter.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#info {
    background: #24c373 none repeat scroll 0 0;
    padding: 15px 0 15px 0;
    margin: 0 auto;
}

.phone>p {
    margin-bottom: 0;
}

.phone>span {
    margin: 0 5px 0 5px;
}

.phone > span > a {
    color: #f7f7f7;
}

.phone > span > a:hover {
    color: blue;
}

.phone  i.fa{
    color:white;
}

.welcome {
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: antiquewhite;
    padding: 10% 0 10% 0;
    background-image: url('bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backdrop-filter: blur(48px);
            backdrop-filter: blur(48px);

}

.welcome:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#002f4b), to(#f7f7f7));
    background-image: -o-linear-gradient(top left, #002f4b, #f7f7f7);
    background-image: linear-gradient(to bottom right, #002f4b, #f7f7f7);
    opacity: .6;
}

.about {
    padding: 5% 0 5% 0;
}

.about>.row-fluid {
    background-color: #f7f7f7;
    padding: 25px 0 25px 0;
}

.join {
    min-height: 250px;
    padding: 5% 0 5% 0;
    margin-bottom: 3%;

    background-color: #f7f7f7;
}

.join>.row-fluid {
    padding: 25px 0 25px 0;
    background-image: url('blog.png');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 250px;
}

.titulos {
    text-shadow: 1px 1px 2px #002f4b;
}

.titulos>h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 45%;
    height: 5px;
    bottom: 0;
    margin-bottom: -5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #99d420), color-stop(15%, grey), to(grey));
    background: -o-linear-gradient(left, #99d420 25%, grey 15%, grey);
    background: linear-gradient(to right, #99d420 25%, grey 15%, grey);
}

.galeria-servicio>.row-fluid {
    background-color: #f7f7f7;
    padding: 25px 0 25px 0;
}

.contact {
    background: #204ca1 none repeat scroll 0 0;
    padding: 50px 15px 50px 15px;
    margin: 0 auto;
}

.contact>label {
    color: white;
}

.services-title {
    font-size: 50px;
}

.services-title>p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 45%;
    height: 5px;
    top: 68px;

    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #99d420), color-stop(0, grey), to(grey));

    background: -o-linear-gradient(left, #99d420 100%, grey 0, grey);

    background: linear-gradient(to right, #99d420 100%, grey 0, grey);
}

.services-item {
    font-size: 23px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px white;
    padding-left: 0;
}

.services-item.red>p::after {
    content: '';
    width: 16px;
    height: 32px;
    background-color: red;
    margin: 1px;
    position: absolute;
    left: -9px;
}

.services-item.blue>p::after {
    content: '';
    width: 16px;
    height: 32px;
    background-color: #365eaa;
    margin: 1px;
    position: absolute;
    left: -9px;
}

.services-item.blue> :hover {
    color: #365eaa;
}

.services-item.orange> :hover {
    color: #f57215;
}

.services-item.yellow> :hover {
    color: #fff200;
}

.services-item.red> :hover {
    color: red;
}


.services-item.orange>p::after {
    content: '';
    width: 16px;
    height: 32px;
    background-color: #f57215;
    margin: 1px;
    position: absolute;
    left: -9px;
}

.services-item.yellow>p::after {
    content: '';
    width: 16px;
    height: 32px;
    background-color: #fff200;
    margin: 1px;
    position: absolute;
    left: -9px;
}

.logo-subtitulo {
    font-size: 23px;
    padding: 15px;
    text-shadow: 1px 1px 2px white;
}

.contact>label {
    color: white;
}

.join-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.join-action-buttons>a {
    margin-left: 15px;
}

@media (max-width: 575.98px) {
    .join-action-buttons>a {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .btn-outline-success {
        background-color: #28a745;
        color: white;
    }

    .btn-outline-info {
        background-color: #17a2b8;
        color: white;
    }

    .join-action-buttons {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .services-title>p::after {

        left: 20px;
        width: 61%;

    }

    .services-item {
        padding-left: 26px;
    }


    .services-item.orange>p::after {

        left: 16px;
    }

    .services-item.yellow>p::after {

        left: 16px;
    }


    .services-item.red>p::after {

        left: 16px;
    }

    .services-item.blue>p::after {

        left: 16px;
    }

    .join>.row-fluid {
        background-size: contain;
    }

}