html,
body {
    height: 100%;
    width: 100%;
}
hr {
    height: 2px;
    border: 0;
    background-color: #e7e8e9;
}
.relativo {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -5%;
    cursor: pointer;
}
.glyphicon {
    display: inline-block;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.over:hover {
    color: white;
  
}
/*hover effect----------------------------------*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
    background-color: rgba(20, 62, 141, 0.7);
}
.hovereffect img {
    display: block;
    position: relative;
}
.hovereffect p.info {
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 50px 0 0 0;
    padding: 62px 30px;
}
.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff;
}
/*BORDES --------------------------------------*/

.bor-der {
    border-right: #000 solid 1px;
}
/* FUENTES --------------------------------------*/

.small {
    font-size: 10px;
}
.large {
    font-size: 14px;
}
.font-def {
    color: #636363;
}
.fontLato {
    font-family: 'Lato', sans-serif;
}
.fontLato-exBold {
    font-family: 'Lato';
    font-weight: 900;
}
.fontLato-bold {
    font-family: 'Lato';
    font-weight: 700;
}
.font-wh {
    color: #FFF;
}
.font-gray {
    color: #999b9d;
}
.font-blue {
    color: #143e8d;
}
.font-whDr {
    color: #e0e0e0;
}
/* COLORES FONDO-----------------------------------*/

.color-black {
    background-color: #000;
}
.color-gray {
    background-color: #dedede;
}
#top-head {
    background-color: #000;
}
/* PADDING -----------------------------------------*/

.space-s {
    padding: 10px 0 10px 0;
}
.space-l {
    padding: 30px 0 30px 0;
}
.space-rg {
    padding-right: 20px;
}
.margin-top {
    margin-top: 7px;
}
.space-xl {
    padding: 30px 0 30px 0;
}
.padding-lf {
    padding-left: 50px;
}
.padding-lf-md {
    padding-left: 40px;
}
.padding-lf-s {
    margin-left: 5px;
}
.margin-bottom-xxl {
    margin-bottom: 100px;
}
.margin-top-l {
    margin-top: 30px;
}
.space-header {
    padding-top: 200px;
    padding-left: 100px;
}
.space-lf-xxl {
    padding-left: 100px;
}
.margin-top-xl {
    margin-top: 50px;
}
.margin-top-xxl {
    margin-top: 100px;
}
.space-container-l {
    padding-left: 10px;
}
.space-container-r {
    padding-right: 10px;
}
.space-all {
    padding: 30px;
}
.margin-left {
    margin-left: 15px;
}
.margin-top-md {
    margin-top: 15px;
}
/* NAVEGACION ---------------------------------------*/

.navbar-default {
    background-color: #fff;
    border: none;
}
/* link */

.navbar-default .navbar-nav > li > a {
    color: #143e8d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #143e8d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #143e8d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #143e8d;
}
/* BACKGROUNDS --------------------------------------------*/

#header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../IMG/banner.jpg) no-repeat center center fixed;
    display: block;
    height: 60%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../IMG/footer.jpg) no-repeat center center fixed;
    display: table;
    height: 50%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../IMG/footer.jpg) no-repeat center center fixed;
    display: table;
    height: 40%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#nosotros {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMG/bannerNosotros.jpg) no-repeat center center fixed;
    display: table;
    height: 45%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    #nosotros {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMG/bannerNosotros.jpg) no-repeat center center;
        height: 45%;
        width: 100% auto;
    }
}
#servicios {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMG/service.jpg) no-repeat center center fixed;
    display: table;
    height: 45%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pintura {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../IMG/pintura.jpg) no-repeat center center fixed;
    display: table;
    height: 45%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* ------------- DROP DOWN MENUS ----------------------------*/

.dropdown-menu > li {
    float: left;
    display: inline-block;
}
.open> ul {
    display: inline-flex !important;
}
@media screen and (max-width: 600px) {
    .open> ul {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}
.open> ul a {
    padding: 10px 10px;
}
.open> ul a:hover {
    color: #143e8d;
    background-color: #e7e7e7;
}
/*------------------- LISTAS -------------------------------------------*/

.list-group a:hover {
    background-color: #636363;
    color: #fff;
}
/*------------------- MAP ------------------------------------------------*/

#map {
    width: 100%;
    height:350px;
}
.allScreen {
    width: 100%;
    height: 1%;
}