@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-Italic.ttf');
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-Light.ttf');
    font-weight: lighter;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto/RobotoCondensed-LightItalic.ttf');
    font-weight: lighter;
    font-style: italic;
}

/******************************/
/** Global */
/******************************/

body {
    font-family: 'RobotoCondensed';
}

#navbar .active{
    background-color: none;
}

#inicio{
    margin-top: 4%;
}

@media (max-width: 768px){
    #inicio{
        margin-top: 1%;
    }
}

#servicios-id{
    position: relative;
}

.row-maps{
    background-image: url(../img/mapshillo2.png);
    position: absolute;
    width: 105%;
    height: 20%;
    /*background-size: 100%;*/
    background-position-y: -53%;
    margin-left: -37px;
    margin-top: -3%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
@media (max-width: 768px){
    .row-maps .featurette .col-md-5{
        margin-top: -18%;
    }
}

.row-maps-lg{
    background-image: url(../img/mapshillo2.png);
    position: absolute;
    width: 105%;
    height: 33%;
    /*background-size: 100%;*/
    background-position-y: 30%;
    margin-left: -37px;
    margin-top: -3%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.row-maps-carousel{
    background-image: url(../img/mapshillo2.png);
    position: absolute;
    width: 105%;
    height: 26%;
    /* background-size: 100%; */
    background-position-y: 96%;
    background-position-x: 1%;
    margin-left: -37px;
    margin-top: -3%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

@media (max-width: 768px){
    .featurette-divider{
        margin: 22% 0 !important;
    }
}

@media (max-width: 768px){
    
    .row-maps{
        background-image: url(../img/mapshillo2.png);
        position: absolute;
        width: 100%;
        height: 20%;
        background-size: 100%;
        background-position-y: 30%;
        margin-left: 1px;
    }
}
@media (max-width: 768px) {
    .row-maps-lg{
        background-image: url(../img/mapshillo2.png);
        position: absolute;
        width: 102%;
        height: 26%;
        background-size: 100%;
        background-position-y: 23%;
        margin-left: -4px;
        margin-top: -3%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    }
}
@media (max-width:768px){
    .row-maps-carousel{
        background-image: url(../img/mapshillo2.png);
        position: absolute;
        width: 102%;
        height: 25%;
        background-size: 100%;
        max-height: 25%;
        background-position-y: 23%;
        margin-left: -4px;
        margin-top: -3%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    }
}
@media (max-width: 768px){
    .featurette{
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 10%;
    }
}

.black-background {
    background-color: rgba(0,0,0,0.4);
}

.entire-viewport {
    height: 100vh;
}

.flex-vertical-center {
    display: flex;
    align-items: center; 
    width: 100%;
}

.paddinglr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.margintop50 {
    margin-top: 50px;
}

@media (max-width: 768px){
    .featurette-margin{
        margin-top: -17%;
    }
}

#navbar-sl {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
    height: 100px;
    display: flex;
    align-items: center;
}

#navbar-sl .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

#navbar-sl .navbar-brand img {
    height: 355%;
}

#navbar-sl .navbar-brand {
    margin-top: -32%;
    margin-bottom: 28px;
}

@media (max-width: 768px){
    #navbar-sl .navbar-brand{
        margin-top: -8.5%;
        margin-bottom: 28px;
    }
}

.bignav {
    height: 100px !important;
    background-color: rgba(0,0,0,0.8) !important;
    -webkit-transition: height 0.3s, background-color 0.3s !important;
    -moz-transition: height 0.3s, background-color 0.3s !important;
    transition: height 0.3s, background-color 0.3s !important;
}

.smallnav {
    height: 50px !important;
    background-color: rgba(0,0,0,0.8) !important;
    -webkit-transition: height 0.3s, background-color 0.3s !important;
    -moz-transition: height 0.3s, background-color 0.3s !important;
    transition: height 0.3s, background-color 0.3s !important;
}

@media (max-width: 768px){
    #navbar-sl {
        display: block;
        align-items: normal;
    }
}

#navbar-sl-ul li a:hover, #navbar-sl-ul li a:focus{
    background-color: #45a9ec;
}

@media (max-width: 768px)
{
    #navbar-sl-ul {
        background-color: rgba(0,0,0,0.85);
    }
}

#distribuciones-id > h2, #servicios-id > h2, #contacto-id > h2 {
    text-align: center;
    margin-bottom: -15px;
}

.servicios {
    padding: 15px;
    height: 350px;
}

.servicios-inner {
    height: 100%;
    margin-left: 2%;
}

.servicios-inner .icon{
    font-size: 4em;
    margin-left: 41%;
}

.servicios-inner ul{
    font-size: 1.2em;
    /*font-weight: bold;*/
    padding-bottom: 7%;
}

.servicios-row{
    margin-top: -22px;
    margin-left: 27%;
    margin-right: 27%;
    padding: 6px 30px;
    margin-bottom: -11px;
    height: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    background: #eeeeee;
}

.featurette-title{
    background-color: #eee;
    margin: -19px -9px;
    padding: 15px 26px;
    height: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    margin-bottom: 22px;
}
@media (max-width: 768px){
    .featurette-title{
        background-color: #eee;
        margin: 5px 7px;
        padding: 15px 30px;
        height: 100%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        margin-bottom: 22px;
    }
}

@media (max-width: 768px){
    .servicios-inner {
        height: 100%;
        width: 100%;
        margin-left: -6%;
        padding-left: 6%;
    }
}
@media (max-width: 768px){
    .servicios-inner .icon {
        font-size: 4em;
        /*padding-left: 6%;*/
    }
}
@media (max-width: 768px){
    .servicios-row{
        margin-top: -16px;
        margin-left: 8%;
        margin-right: 7%;
        height: 100%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
        background: #eeeeee;
    }
}

.distribuciones {
    padding: 15px;
    height: 350px;
}

.distribuciones-section {
    padding-top: 50px;
    margin: -7px;
    padding-bottom: 30px;
}

.distribuciones-inner {
    background-color: #eeeeee;
    height: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.distribuciones-inner .icon {
    font-size: 8em;
}

.distribuciones-inner h3 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.distribuciones-inner > .col-md-4 {
    padding-top: 80px;
}

.distribuciones-inner p {
    font-size: 1.2em;
}

.distribuciones-inner  p,  .distribuciones-inner  h3{
    text-align: center;
}

.distribuciones-inner a, .distribuciones-inner h3{
    text-decoration:none;
    color: #585656;
}


#contacto-id{
    padding-top: 50px;
    margin-bottom: 50px;
}

#contacto-id > h2 {
    padding-bottom: 46px;
    margin-top: -28px;
}

#contacto-id .container{
    margin-left: -29px;
}

@media (max-width: 768px){
    #contacto-id .container{
        margin-left: 16px;
    }
}

#info, fieldset, legend{
    color: #fff;
}

#info h3{
    padding-left: 97px;
    margin-right: -90px;
}

#info dl{
    margin-right: -65px;
    margin-left: -52px;
    padding-right: 19px;
    font-weight: bold;
    font-size: 1.3em;
}

@media (max-width: 768px)
{
    #info { 
        text-align: center;
        margin-left: -22px;
    }

    #info, fieldset, legend{ color: rgba(0,0,0,0.4);}
    #info h3{
        padding-left: 8px;
        margin-right: 1px;
    }
}
@media (max-width: 768px)
{
    #info dl {
        margin-right: -20px;
        margin-left: 8px;
        padding-right: 19px;
        font-weight: bold;
        font-size: 1.3em;
    }
}

.contacto-header{
    position: absolute;
    width: 100%;
    height: 88%;
    background-image: url(../img/email.jpg);
    background-size: 100%;
    background-position-y: 30%;
}

.contacto-background{
    background-color: rgba(0,0,0,0.7);
    height: 100%;
}

.contacto-container{
    background-color: #fff;
    padding: 4px;
    margin-top: -9px;
    margin-left: 15px;
    padding-left: 88px;
    padding-right: 101px;
    margin-bottom: 50px;
    padding-top: 34px;
    /* opacity: 0.9; */
}

.mensaje-form p {
    font-size: 0.8em !important;
    color: #fff !important;
}

#contacto-id form button{
    color: #fff;
    background-color: #585656;
    border-color: #585656;
    width: 25%;
    border-radius: 2px;
    font-weight: bold;
    padding: 12px;
    margin: auto;
    margin-left: 52%;
}

@media (max-width: 768px) {
    #contacto-id form button {
        color: #fff;
        background-color: #585656;
        border-color: #585656;
        width: 25%;
        border-radius: 2px;
        font-weight: bold;
        padding: 8px;
        margin: auto;
        margin-left: 36%;
    }
}

@media (max-width: 768px)
{
    .contacto-header{
        position: absolute;
        width: 100%;
        height: 59%;
        background-color: white;
        background-size: 100%;
    }
}
@media (max-width: 768px)
{
    .contacto-container{
        background-color: #fff;
        padding: 8px;
        margin-top: 0px;
        width: 90%;
        margin-left: 14px;
    }
}
@media (max-width: 768px)
{
    .contacto-background{
        background-color: #ffc;
        height: 100%;
    }
}

.featurette-image {
        padding: 66px;
    margin-bottom: -70px;
}

p .error{
    margin: 0 0 0px;
}
