/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* Riboon */

.non-semantic-protector {
    position: relative;
    z-index: 1;
}

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    width: 45%;
    position: relative;
    background: #d6d6d6;
    color: #000000;
    text-align: center;
    padding: 1em 2em; /* Adjust to suit */
    margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -1em;
        border: 1.5em solid #bebdbd;
        z-index: -1;
    }

    .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent;
    }

    .ribbon:after {
        right: -2em;
        border-left-width: 1.5em;
        border-right-color: transparent;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #5f5f5f transparent transparent transparent;
        bottom: -1em;
    }

    .ribbon .ribbon-content:before {
        left: 0;
        border-width: 1em 0 0 1em;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 1em 1em 0 0;
    }

/* Cierre Riboon */

.parrafo {
    width: 65%;
    margin: auto;
    margin-bottom: 25px;
}

.text-head {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #ff652b;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

    p.large {
        font-size: 21px;
        line-height: 1.5;
        color: black;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
}

    a:hover,
    a:focus,
    a:active,
    a.active {
        color: #46D0AF;
    }

#dosmildiecisiete a,
#dosmildiecisiete a:hover,
#dosmildiecisiete a:focus,
#dosmildiecisiete a:active,
#dosmildiecisiete a.active {
    color: #46D0AF !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 400;
}

h1 {
    font-size: 36px;
    color: #4d4d4d;
}

.relieve h4.section-subheading {
    font-size: 28px;
    font-weight: 600;
    color: #737373;
}

.text-center {
    color: #4d4d4d;
    font-weight: 300 !important;
    font-size: 25px !important;
}

.text-left {
    color: #4d4d4d;
    font-weight: normal !important;
    font-size: 28px;
    text-align: left;
}

.text-interna {
    color: #848395;
    font-weight: lighter !important;
    font-size: 17px;
    text-align: left;
}

.relieve p.text-center {
    padding-left: 10px;
    padding-right: 10px;
}

.relieve {
    -webkit-transition: all 0.5s ease 0s; /* Safari */
    transition: all 0.5s ease 0s;
}

    .relieve:hover {
        background-color: white;
        -webkit-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        -webkit-transition: all 0.5s ease 0s; /* Safari */
        transition: all 0.5s ease 0s;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #000000;
    }

    .relieve p.text-center {
        padding-top: 10px;
        padding-bottom: 20px;
        color: black;
    }

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background: rgba(23,134,203,1);
    background: -moz-linear-gradient(left, rgba(23,134,203,1) 0%, rgba(64,85,178,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23,134,203,1)), color-stop(100%, rgba(64,85,178,1)));
    background: -webkit-linear-gradient(left, rgba(23,134,203,1) 0%, rgba(64,85,178,1) 100%);
    background: -o-linear-gradient(left, rgba(23,134,203,1) 0%, rgba(64,85,178,1) 100%);
    background: -ms-linear-gradient(left, rgba(23,134,203,1) 0%, rgba(64,85,178,1) 100%);
    background: linear-gradient(to right, rgba(23,134,203,1) 0%, rgba(64,85,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1786cb', endColorstr='#4055b2', GradientType=1 );
}

.bg-darkest-gray {
    background-color: #222222;
}

.btn-primary {
    color: #ff8449;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 0px #ffffff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
}

    .btn-primary a {
        color: #ff8449;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: white !important;
        border: 2px solid white;
        -webkit-transition: all 0.3s ease 0s; /* Safari */
        transition: all 0.3s ease 0s;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #2673C3;
        border-color: #2673C3;
    }

    .btn-primary .badge {
        color: #ff652b;
        background-color: white;
    }

.btn-xl {
    color: white;
    background-color: #F5F5F5;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    border: solid 3px #84BF40;
    font-size: 18px;
    padding: 15px 40px;
}

.btn a {
    ffont-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #84BF40;
    text-decoration: none;
}

.btn:hover a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #84BF40;
    border-color: #84BF40;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #ff652b;
    border-color: #ff652b;
}

.btn-xl .badge {
    color: #ff652b;
    background-color: white;
}

.navbar-custom {
    background-color: rgba(59, 89, 152, 0);
    border-color: transparent;
    -webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .navbar-custom .navbar-brand {
        color: white;
        font-family: 'Montserrat', sans-serif;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus,
        .navbar-custom .navbar-brand:active,
        .navbar-custom .navbar-brand.active {
            color: #fec503;
        }

    .navbar-custom .navbar-collapse {
        border-color: #3b5998;
    }

    .navbar-custom .navbar-toggle {
        background-color: #3b5998;
        border-color: #3b5998;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #3b5998;
        }

    .navbar-custom .nav li a {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: white;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus {
            color: #70cbd0;
            outline: none;
        }

    .navbar-custom .navbar-nav > .active > a {
        border-radius: 0;
        color: white;
        background-color: rgba(0,0,0,0);
    }

        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus {
            color: white;
            background-color: rgba(0,0,0,0);
        }

@media (min-width: 768px) {

    .navbar-custom {
        background-color: rgba(59, 89, 152, 0);
        padding: 5px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

        .navbar-custom .navbar-brand {
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }
}

@media (min-width: 768px) {
    .navbar-custom.affix {
        background: rgba(82,185,195,1);
        background: -moz-linear-gradient(-45deg, rgba(82,185,195,1) 0%, rgba(86,153,240,1) 49%, rgba(166,111,210,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(82,185,195,1)), color-stop(49%, rgba(86,153,240,1)), color-stop(100%, rgba(166,111,210,1)));
        background: -webkit-linear-gradient(-45deg, rgba(82,185,195,1) 0%, rgba(86,153,240,1) 49%, rgba(166,111,210,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(82,185,195,1) 0%, rgba(86,153,240,1) 49%, rgba(166,111,210,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(82,185,195,1) 0%, rgba(86,153,240,1) 49%, rgba(166,111,210,1) 100%);
        background: linear-gradient(135deg, rgba(82,185,195,1) 0%, rgba(86,153,240,1) 49%, rgba(166,111,210,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b9c3', endColorstr='#a66fd2', GradientType=1 );
        padding: 10px 0;
        -webkit-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        box-shadow: 0px 2px 26px 1px rgba(0,0,0,0.48);
        -webkit-transition: all 0.3s ease 0s; /* Safari */
        transition: all 0.3s ease 0s;
    }

        .navbar-custom.affix .navbar-brand {
            font-size: 1.5em;
        }
}

header {
    background-image: url('../img/backheader.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #4d4d4d;
}

    header .intro-text {
        padding-top: 100px;
        padding-bottom: 0px;
    }

        header .intro-text .intro-lead-in {
            font-family: 'Montserrat', sans-serif;
            font-style: italic;
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 36px;
            line-height: 50px;
            margin-bottom: 25px;
        }

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 70px;
        padding-bottom: 0px;
    }

        header .intro-text .intro-lead-in {
            font-family: 'Montserrat', sans-serif;
            font-style: italic;
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 25px;
        }

        header .intro-text .intro-heading {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 75px;
            line-height: 75px;
            margin-bottom: 50px;
        }
}

section {
    padding: 100px 0;
}

#services {
    text-align: center;
    background-image: url('../img/background2.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: : white;
}

#services2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    background-image: url('../img/background3.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: : white;
}

#services3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
    background-image: url('../img/background4.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: : white;
}

#empresas {
    padding-top: 60px;
    background-image: url(../img/background-violeta.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #F2F3F8;
    text-align: center;
}

#postulantes {
    padding-top: 60px;
    background-image: url(../img/background-white.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #F2F3F8;
    text-align: center;
}

section h2.section-heading {
    font-size: 48px;
    margin-top: 0;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 15px;
    /*text-align: left;*/
}

section h3.section-subheading {
    font-size: 30px;
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    section {
        padding: 100px 0;
    }
}

h1 {
    font-size: 36px;
    color: #4d4d4d;
}

section h2.section-heading {
    font-size: 35px;
    text-align: center;
}

section h3.section-subheading {
    font-size: 21px;
    text-align: center;
}

p.large {
    font-size: 18px;
    text-align: center;
}

.navbar .container .btn-head {
    display: none;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    text-align: center;
}

.parrafo {
    width: 95%;
}

.text-head {
    font-size: 18px;
}

.ribbon {
    width: 75%;
}

.ribbon1 {
    display: none;
}

.ribbon2 {
    display: block;
}

footer {
    text-align: center;
    background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: : #F7F7F8 !important;
}

    footer .brand {
        text-align: center;
    }

.navbar-header img {
    width: 130px;
    margin-top: 3px;
}

.img-cont img {
    width: 100%;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #portfolio .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            background: rgba(254, 209, 54, 0.9);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 50%;
                margin-top: -12px;
                color: white;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        background-color: white;
        text-align: center;
        padding: 25px;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            text-transform: none;
            margin: 0;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-family: 'Montserrat', sans-serif;
            font-style: italic;
            font-size: 16px;
            margin: 0;
        }

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {

    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 50px;
        position: relative;
        min-height: 50px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            width: 100%;
            float: right;
            padding: 0 20px 0 100px;
            position: relative;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li .timeline-image {
            left: 0;
            margin-left: 0;
            width: 80px;
            height: 80px;
            position: absolute;
            z-index: 100;
            background-color: #ff652b;
            color: white;
            border-radius: 100%;
            border: 7px solid #f1f1f1;
            text-align: center;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                margin-top: 12px;
                line-height: 14px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 20px 0 100px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > p,
    .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

@media (min-width: 768px) {

    h1 {
        font-size: 36px;
        color: #4d4d4d;
    }


    section h2.section-heading {
        font-size: 35px;
        text-align: center;
    }

    section h3.section-subheading {
        font-size: 21px;
        text-align: center;
    }

    p.large {
        font-size: 18px;
        text-align: center;
    }

    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            width: 41%;
            float: left;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            width: 100px;
            height: 100px;
            left: 50%;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                margin-top: 16px;
                line-height: 18px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 30px 20px 20px;
        }

    footer {
        text-align: left;
    }

        footer .brand {
            text-align: right;
        }
}

@media (min-width: 992px) {

    h1 {
        font-size: 36px;
        color: #4d4d4d;
    }

    section h2.section-heading {
        font-size: 35px;
        text-align: center;
    }

    section h3.section-subheading {
        font-size: 30px;
        text-align: left;
    }

    p.large {
        font-size: 21px;
        text-align: left;
    }

    .parrafo {
        width: 65%;
    }

    .text-head {
        font-size: 21px;
    }

    .ribbon {
        width: 60%;
    }

    .ribbon1 {
        display: block;
    }

    .ribbon2 {
        display: none;
    }

    .navbar .container .btn-head {
        display: block;
    }

    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                margin-top: 30px;
                line-height: 26px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }

    footer {
        text-align: left;
    }

        footer .brand {
            text-align: right;
        }
}

@media (min-width: 1200px) {

    h1 {
        font-size: 36px;
        color: #4d4d4d;
    }

    section h2.section-heading {
        font-size: 35px;
        text-align: center;
    }

    section h3.section-subheading {
        font-size: 30px;
        text-align: left;
    }

    p.large {
        font-size: 21px;
        text-align: left;
    }

    .ribbon {
        width: 45%;
    }

    .ribbon1 {
        display: block;
    }

    .ribbon2 {
        display: none;
    }

    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }

    footer {
        text-align: left;
    }

        footer .brand {
            text-align: right;
        }
}

.team-member {
    text-align: center;
    margin-bottom: 50px;
}

    .team-member img {
        margin: 0 auto;
        border: 7px solid white;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }

.clients {
    padding: 100px 0;
    background-color: #F5F5F5;
}

    .clients h2 {
        font-size: 40px;
        text-transform: none;
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
    }

    .clients p {
        font-size: 21px;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 20px;
    }

aside.clients img {
    margin: 15px auto;
}

.clients img {
    vertical-align: middle;
}

section#contact {
    background-color: #222222;
    background-image: url('../img/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}

    section#contact .section-heading {
        color: white;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input,
        section#contact .form-group textarea {
            padding: 20px;
        }

            section#contact .form-group input.form-control {
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 236px;
            }

    section#contact .form-control:focus {
        border-color: #ff652b;
        box-shadow: none;
    }

    section#contact ::-webkit-input-placeholder {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #eeeeee;
    }

    section#contact :-moz-placeholder {
        /* Firefox 18- */
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #eeeeee;
    }

    section#contact ::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #eeeeee;
    }

    section#contact :-ms-input-placeholder {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #eeeeee;
    }

    section#contact .text-danger {
        color: #e74c3c;
    }

#dosmildiecisiete {
    padding-top: 60px;
    background-image: url(../img/2017.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    /*background: rgba(108,110,133,1);
    background: -moz-linear-gradient(top, rgba(108,110,133,1) 0%, rgba(60,64,98,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,110,133,1)), color-stop(100%, rgba(60,64,98,1)));
    background: -webkit-linear-gradient(top, rgba(108,110,133,1) 0%, rgba(60,64,98,1) 100%);
    background: -o-linear-gradient(top, rgba(108,110,133,1) 0%, rgba(60,64,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(108,110,133,1) 0%, rgba(60,64,98,1) 100%);
    background: linear-gradient(to bottom, rgba(108,110,133,1) 0%, rgba(60,64,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6e85', endColorstr='#3c4062', GradientType=0 );*/
}

#interna {
    padding-top: 60px;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

footer {
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: white;
}

    footer .foot-left {
        float: left;
        text-align: left;
    }

    footer .align-right {
        text-align: right;
    }

    footer span.copyright {
        line-height: 40px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        line-height: 40px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        text-transform: none;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #222222;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: white;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        ul.social-buttons li a:hover,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:active {
            background-color: #ff652b;
        }

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.btn-head {
    float: right;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 3em;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-family: 'Montserrat', sans-serif;
            font-style: italic;
            font-size: 16px;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: 0.3;
    }

    .portfolio-modal .close-modal .lr {
        height: 75px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .portfolio-modal .close-modal .lr .rl {
            height: 75px;
            width: 1px;
            background-color: #222222;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #9cc5da;
}

::selection {
    text-shadow: none;
    background: #9cc5da;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: #ff652b;
}

.fc-controls {
    display: none;
}

.fc-pagination {
    display: none;
}


/* movimiento de flecha */
.cmn-t-shake {
    transition: transform 0.2s;
}

    .cmn-t-shake:hover {
        animation: shake 1.5s ease-in-out;
    }

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-10px);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

ul.dot {
    list-style-type: none;
    text-align: left;
}

.radioo {
    background-color: #322E2E;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 90%;
    -webkit-box-shadow: 1px 26px 34px -5px rgba(21,58,102,0.24);
    -moz-box-shadow: 1px 26px 34px -5px rgba(21,58,102,0.24);
    box-shadow: 1px 26px 34px -5px rgba(21,58,102,0.24);
}

}

.numero {
    font-family: "OpenSans";
    font-size: 31px !important;
    font-weight: bold !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #45629e !important;
}

.container-form {
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
    -moz-box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
    box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
}

.container-client {
}

.contanier-inputs {
    padding: 25px 30px 0px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contanier-inputs p,
    .contanier-inputs input.btn-send,
    .contanier-inputs input.features-inputs,
    .contanier-inputs textarea.features-inputs {
        box-sizing: border-box;
    }

.form-label {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #9B9B9B;
    font-weight: 200;
}

.features-inputs {
    border-radius: 21px;
    border: 1px solid #588FFE;
    padding: 7px 15px;
}

.input-50 {
    width: 48%;
    text-align: left;
    padding-bottom: 25px
}

.input-100 {
    width: 100%;
}

textarea {
    height: 150px;
    max-height: 150px;
}

.btn-send {
    position: relative;
    top: 20px;
    width: 225px;
    border-radius: 30px;
    margin: auto;
    margin-top: 30px;
    padding: 8px 20px;
    font-size: 22px !important;
    font-weight: 500;
    color: white;
    background: rgba(88,143,254,1);
    background: -moz-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88,143,254,1)), color-stop(100%, rgba(103,76,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
    background: linear-gradient(135deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588ffe', endColorstr='#674cff', GradientType=1 );
    border: 0;
}

    .btn-send:active {
        position: relative;
        top: 20px;
        width: 225px !important;
        border-radius: 30px;
        margin: auto;
        margin-top: 30px;
        padding: 8px 20px;
        font-size: 22px !important;
        font-weight: 500;
        color: white;
        background: rgba(88,143,254,1);
        background: -moz-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(88,143,254,1)), color-stop(100%, rgba(103,76,255,1)));
        background: -webkit-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
        background: linear-gradient(135deg, rgba(88,143,254,1) 0%, rgba(103,76,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588ffe', endColorstr='#674cff', GradientType=1 );
        border: 0;
    }

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.div-grow-shadow {
    width: 80%;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .div-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
        background-color: white;
        border-radius: 30px 30px 30px 30px;
        -moz-border-radius: 30px 30px 30px 30px;
        -webkit-border-radius: 30px 30px 30px 30px;
        border: 0px solid #000000;
        -webkit-box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
        -moz-box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
        box-shadow: 0px 0px 35px 13px rgba(134,161,224,0.3);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /* color: white; Text color */
    background-color: rgba (0,0,0,0) !important; /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    /* border-radius: 10px;Rounded corners */
}


/* slider logos */
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 75%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: none !important;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<"
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">"
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }
