/* Minification failed. Returning unminified contents.
(153,15): run-time error CSS1035: Expected colon, found 'color'
 */
/* LAYOUT */

.btn.red:hover, .btn.red:focus {
    color: #FFFFFF;
}

a:hover, a:focus {
    color: #1976D2;
}

.container {
    max-width: 990px;
    padding-right: 40px;
    padding-left: 40px;
}

.wrapper {
    background-color: #fff;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.col-custom-5 {
    width: 20%;
}

.inlineblock {
    display: inline-block;
}

/* NAV */

.navbar-nav {
    display: table;
    width: 100%;
}

.nav-custom {
    border: none;
    margin-bottom: 0px;
    background-color: #fff;
}

.navbar-nav > li {
    float: none;
    display: table-cell;
    text-align: center;
}

#navbar-custom {
    border-bottom: 3px dotted #e8554f;
}

    #navbar-custom li a {
        font-weight: bold;
        color: #393939;
    }

        #navbar-custom li a:hover,
        #navbar-custom > .active > a {
            color: #f5504d;
            background-color: #fff;
        }

/* SLIDER */

.container-full {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-caption {
    z-index: 0;
}

    .carousel-caption h1 {
        color: #fff;
    }

    .carousel-caption h2 {
        color: #fff;
    }

.banner-caption .carousel-caption {
    left: 12.5%;
}


/* ELEMENTS */

.hideSection {
    display: none;
}

.space-top {
    margin-top: 60px;
}

.space-bottom {
    margin-bottom: 60px;
}

.space-topbottom {
    margin-top: 60px;
    margin-bottom: 60px;
}

.space-smalltop {
    margin-top: 35px;
}

.space-smallbottom {
    margin-bottom: 35px;
}

.space-smalltopbottom {
    margin-bottom: 35px;
    margin-top: 25px;
}

hr {
    border-top-color: #8b8b8b;
    color: #8b8b8b;
}

    hr.hr-width {
        max-width: 92%;
    }

.bg-gris {
    background-color: #EDEDED;
}

.img-circle {
    border-radius: 360px;
    border: solid 1px #d1d1d1;
    margin-bottom: 20px;
}

.block-title {
    margin-bottom: 40px;
}

.thin-title {
    font-weight: 300;
    font-size: 28px;
}

.btn-red {
    background-color: #f5504d;
    important color: #fff;
}

    .btn-red:hover {
        background-color: #e54b46;
        color: #fff;
    }

.text-red {
    color: #f5504d;
}

/*EMPRESA*/

.overlay-caption {
    background-size: cover;
    min-height: 280px
}

.overlay-caption-banner {
    background-size: cover;
    min-height: 120px
}

.overlay-caption .overlay-info {
    margin-top: 28%;
}

.overlay-info h2,
.overlay-info p.box-p {
    color: #fff;
    text-shadow: 1px 1px 4px #000;
}

/* OFERTAS */

h3.offer-title {
    font-size: 1.25em;
}

.block-ofertas {
    background-color: #fff;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 20px;
}

.careers-title {
    background-color: #fff;
    padding-top: 20px;
}

.thumbnail {
    background-color: #ededed;
    padding: 15px 15px 0px;
    margin-bottom: 30px;
}

.box-city {
    font-size: 16px;
    line-height: 15px;
    color: #4c4c4c;
}

.box-contract {
    font-size: 13px;
    line-height: 12px;
    color: #333;
}

.box-date {
    font-size: 12px;
    line-height: 11px;
    color: #666;
}

.img-responsive {
    width: 100%;
}

.offer-title {
    height: 60px;
    overflow: hidden;
}

p.box-contract {
    height: 24px;
}

/* EQUIPO */

.block-equipo .col-sm-4 {
    margin-bottom: 50px;
}

    .block-equipo .col-sm-4 img {
        border-radius: 360px;
    }

.block-equipo p {
    text-align: justify;
}

.empleado {
    width: 180px;
    height: 180px;
    border-radius: 360px;
    background-size: 180px;
    margin: 0 auto;
}

/*== CUSTOM MEDIA QUERIES ==*/



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1 {
        font-size: 30px;
    }

    .navbar-nav {
        margin: 0px;
    }

    .col-custom-5 {
        width: 33.333%;
        float: left;
    }

    .img-circle {
        max-height: 200px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-info h4,
    .block-info p {
        text-align: center;
    }

    .carousel-caption {
        right: 5%;
        bottom: 0px;
        left: 5%;
        padding-bottom: 5%;
    }

    .banner-caption .carousel-caption {
        left: 5%;
    }

    .space-bottom {
        margin-bottom: 0px;
        padding-bottom: 60px;
    }

    #navbar-custom {
        vertical-align: middle;
    }

        #navbar-custom li:first-child {
            display: none;
        }

        #navbar-custom a {
            padding: 15px 10px 10px 10px;
            font-size: 14px;
        }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #navbar-custom a {
        padding: 15px 10px 10px 10px;
        font-size: 12px;
    }

    .col-custom-5 {
        width: 50%;
        float: left;
    }

    h1 {
        font-size: 26px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .col-custom-5 {
        width: 100%;
        float: left;
    }

    h1 {
        font-size: 20px;
    }

    .carousel-caption {
        bottom: 0px;
    }
}

.block-equipo .block-btn-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

    /*Nueva linea de css*/
    .block-equipo .block-btn-box .btn-block {
        max-width: 300px;
    }
/*Flex Wrap*/
.turifrase {
    border-left: 20px solid #e8554f;
}

.font48 {
    font-size: 3rem !important
}
