body {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #575656;
}


/**********************************/


/* GENERICOS */


/**********************************/

a:hover {
    text-decoration: none;
}

.backGray {
    background: #f2f2f2;
}

.backWhite {
    background: #fff;
}

.noPadding {
    padding: 0;
}

.btn-vermas {
    border-radius: 0;
    background: none;
    border: 1px solid #000;
    margin: 40px 0;
}

.txtBlock {
    padding: 0 50px;
}

.txtLegal {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #575656;
    text-align: justify;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.overHid {
    overflow: hidden;
}

/**********************************/


/* Cabecera */


/**********************************/

.headerBar {
    background: rgba(74, 74, 75, 0.8);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.headerLeft {
    float: left;
    padding: 10px 0 10px 50px;
}

.headerRight {
    float: right;
    padding: 27px 50px 0 0;
}

.headerBar .navbar-default {
    background: none;
    border: none;
}

.headerBar .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}

.headerBar .navbar-default .navbar-nav > li.btsIdiomas > span,
.headerBar .navbar-default .navbar-nav > li.btsIdiomas > a {
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 15px 5px;
}

.headerBar .navbar-default .navbar-nav > li.btsIdiomas > span {
    padding: 15px 0;
}

.headerBar .navbar-default .navbar-nav > li > a:hover {
    color: #bbb;
}

.headerBar .navbar-default .navbar-nav > .active > a,
.headerBar .navbar-default .navbar-nav > .active > a:focus,
.headerBar .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    font-weight: bold;
}

.headerBar .dropdown-menu {
    background: #404041;
}

.headerBar .dropdown-menu > li > a {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: none;
    color: #ccc;
}


/**********************************/


/* HOME */


/**********************************/

.bannerHome {
    position: relative;
}

.imgBanner img {
    width: 100%;
}

.punto {
    position: absolute;
    cursor: pointer;
}

.punto img {
    width: 50px;
    height: 50px;
}

.punto1 {
    top: 42%;
    left: 9.88%;
}

.punto2 {
    top: 54%;
    left: 30.7%;
}

.punto3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    top: 42%;
}

.punto4 {
    top: 76%;
    left: 70%;
}

.punto5 {
    top: 35%;
    left: 87.05%;
}

.punto .info {
    color: #fff;
    background: rgba(0, 38, 62, 0.8);
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50px;
    margin-top: -50px;
    display: table;
    display: none;
    z-index: 1000;
}

.punto .info strong {
    font-weight: bold;
    font-size: 15px;
}

.punto .info .infoContent {
    display: table-cell;
    vertical-align: middle;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/**********************************/


/* PIE */


/**********************************/
.text-center{
    text-align: center;
    
}
.subBlock a:hover {
    color: #ccc;
}
.subBlock{
    float: left;
    width: 33.3333333%;
    padding-right: 70px;
}
.blockLegal{
    position: absolute;
    bottom:0;
    width:100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1.5em;
}
.blockLegal a{
    color:white;
    padding: 0px 0px 0px 14px; 
}
.pie {
    background: #6e6e70;
    min-height: 220px;
    position: relative;
}

.footerNav li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.footerNav span,
.footerNav a {
    color: #fff;
}

.footerNav span,
.footerNav a {
    color: #fff;
}

.footerNav a:hover {
    color: #ccc;
}

.footerNav li .submenu {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footerNav li .submenu li {
    padding: 0;
    margin: 10px 0 0;
}

.submenu {
    width: 200px;
}

.submenu li {
    float: none;
}


/**********************************/


/* CONTENIDO */


/**********************************/

.bannerInterior {
    position: relative;
}

.bannerInterior h1 {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -17px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.bannerInterior h1.azul {
    color: #00334C;
}

.bannerInterior h1 a,
.bannerInterior h1 span {
    font-weight: normal;
    color: #fff;
}

.contenidoInterior {
    padding: 50px 0;
}

h3 {
    font-size: 18px;
}

.solucion a {
    color: #575656;
    text-align: center;
}

.row-eq-height .imgResHe {
    min-height: 100%;
    max-width: none;
}

/**********************************/
/* CONTACTO */
/**********************************/

textarea,
input[type="email"],
input[type="text"] {
    border: none!important;
    border-radius: 0!important;
    background: #e7e7e8!important;
    color: #58585a!important;
}

textarea {
    height: 100px!important;
}

input[type="submit"] {
    border-radius: 0;
    font-weight: bold;
}

.enviando,
.enviado {
    display: none;
}

select.provincia {
    display: none;
}

.listInstaladores {
    margin-top: 40px;
    text-transform: uppercase;
}

.listInstaladores h4 {
    font-size: 16px;
}
.d-flex{
    display: flex;
}
.justify-content-space{
    justify-content: space-evenly;
}
.justify-content-end{
    justify-content: flex-end;
}
.pr-70{
    padding-right: 70px;
}