

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body{
  font-family: 'eurostile-normal';
  letter-spacing: 0.5px;
  background-image: url('../images/fondo.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

body, button {
  font-size: 14px;
}

h1 {
  padding-top: 50px;
}
img {
  max-width: 100%;
}

.container-center{
  max-width: 1000px;
  margin: 0 auto;
}

header.header{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 0 0;
}

  header.header > .container-center{
    border-bottom: 5px solid #70191f;
    min-height: 124px;
  }
    header.header > .container-center .container-logo{ padding: 20px 0; }
    header.header > .container-center .container-logo > img{
      max-width: 300px;
    }
    header.header .contacto-header{
      text-align: right;
      padding: 15px 0px;
    }
    header.header .contacto-header span{
      position: relative;
      padding: 7px 0;
      margin: 0;
    }
    header.header .contacto-header span.ch-title-inf{ color: #70191f; }
    header.header .contacto-header span.ch-title-mobil,
    header.header .contacto-header span.ch-title-mail{
      color: #8c8c8c;
      font-weight: 700;
    }
    header.header .contacto-header span.ch-title-mail{
      padding-left: 5px;
      margin-left: 4px;
    }
      header.header .contacto-header span.ch-title-mail:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background-color: #70191f;
      }
    header.header .contacto-header span > i.fa{ margin: 0px 5px 5px 5px; }
    header.header .contacto-header span.ch-title-mail>i.fa{
      font-size: 23px;
    }

    header.header .contacto-header > span > i.fa{ vertical-align: middle; }


nav {
  /*position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);*/
  /*border-right: 5px solid #70191f;
  border-left: 5px solid #70191f;*/
}

ul.nav li{
  border-right: 1px solid #70191f;
}
  ul.nav li:nth-child(2){ border-left: 5px solid #70191f; }
  ul.nav li:last-child{ border-right: 5px solid #70191f; }

ul.nav li, ul.nav {
  list-style: none;
  margin: 0px 0px 10px;
  padding: 0;
  text-align: center
}
ul.nav li, ul.nav a {
  display: inline-block;
  text-decoration: none !important;
}
ul.nav a {
  font-weight: bold;
  position: relative;
  padding: 10px 20px;
  color: #70191f;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar{
  min-height: inherit;
  margin-bottom: 0;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus{
  background-color: #fff;
  color: #8c8c8c;
}




.wrap {
  position: relative;
  padding: 148px 0px;
  height: auto;
  /*height: calc(100% + 148px);*/
}


div.bgwhite{
  background-color: #ffffff;
}



section,footer{
  float: left;
  width: 100%;
  height: 100%;
}

.box-parallax{
  min-height: 75px;
}

  section > .content-pad-left{
    padding: 30px 0px 30px 50px;
  }

.separador-seccion{
  height: 75px;
  width: 100%;
  background-image: url('../../fernandezactiva.com/wp-content/uploads/2014/04/construction-project.jpg');
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}

.content-deg-left{
  background-color: rgba(214, 185, 187, 0.62);
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}


.content-deg-right{
  position: relative;
  margin: 0;
}


/* -- Item -- */

.item-box{
  background-color: rgba(214, 185, 187, 0.62);
  min-height: 100%;
  border-radius: 6px;
  padding: 10px 0;
  font-weight: bold;
  color: #5f5e5e;
  position: relative;
}

.item-box > p{ text-align: justify; font-weight: normal; }

  .item-title{
    font-size: 16px;
    background-color: #fff;
    padding: 10px 15px;
    color: #70191f;
    max-width: 100px;
    border-radius: 0px 3px 3px 0px;
  }

.item-btn{
  color: #fff;
  background-color: #70191f;
  text-decoration: none;
  border-radius: 3px;
  padding: 7px 15px;
  min-width: 160px;
  display: inline-block;
}

.item-btn:hover{ background-color: #353535; text-decoration: none; color: #fff;}

  .item-btn.bottom-r{
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .item-btn.bottom-r.black{ background-color: #353535; }

.items-section-inf{
  padding: 30px 0;
}

/* --- Sloder --- */
.carousel-control.left{
  left: -80px;
  background-image: url(../images/slid-arrow-left.png);
  background-size: cover;
}
.carousel-control.right{
  right: -80px;
  background-image: url(../images/slid-arrow-right.png);
  background-size: cover;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    font-size: 38px;
    padding: 0;
    height: 50px;
    color: #70191f;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border-radius: 50%;
    margin-top: -25px;
    opacity: .6;
}
  .carousel-control:hover{
    cursor: pointer;
    opacity: .9;
  }

.carousel-indicators{ display: none !important; }


/* -- Paralax -- */
[pattern="divbgparallax"]{ background-size: cover; width: 100%;}
[pattern="bgparallax"]{ background-size: cover; }
section[ng-parallax]{ background-color: #5a5a5d; }





/* -- content-description -- */

.content-description{
  padding: 10px;
  color: #867777;
  border: 2px solid #ffffff;
  position: relative;
  margin-bottom: 15px;
  display: none;
  background-color: #e2d0d2;
}
  .content-description::after,
  .content-description::before{
    content: "";
    position: absolute;
    right: 5px;
  }

  .content-description::before{
    top: -12px;
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
  }

  .content-description::after{
    top: -10px;
    border-bottom: 10px solid #e2d0d2;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
  }

.title-list{
  color: #70191f;
  font-weight: 700;
}

/* -- Titles -- */
h2.title-section{
  background: #70191f;
  color: #fff;
  padding: 5px 10px;
  margin: 37px 50px 0;
  min-width: 200px;
  position: relative;
  font-family: 'eurostile-normal';
  font-size: 25px;
}
  h2.title-section:after {
      content: "";
      position: absolute;
      top: 0;
      right: -15px;
      border-left: 15px solid #70191f;
      border-top: 0px solid #70191f;
      border-bottom: 38px solid rgba(0, 0, 0, 0);
  }
  h2.title-section > i.fa{
    color: #353535;
    position: absolute;
    left: -50px;
  }


footer {
  text-align: center;
}
button {
  font-size: 18px;
  border: 0;
  padding: 15px 30px;
  background: #00AC7F;
  color: #fff;
  cursor: pointer;
}



.v-arrow{
  height: 17px;
  width: 17px;
  padding: 2px 4px;
  border-radius: 50%;
  font-size: 13px;
  float: right;
  margin-right: 8px;
  cursor: pointer;
  background-color: #70191f;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

  .v-arrow:after{
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    color: #fff;
  }

.v-arrow > i{
  color: #fff;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 12px;
}





/*--Boton top --*/
.boton-bottom,
.boton-top{
  font-size: 52px;
  text-decoration: none !important;
  position: fixed;
  right: 20px;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0,0,0,.8);
  -webkit-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}

.boton-bottom:focus,
.boton-top:focus,
.boton-bottom:hover,
.boton-top:hover{ color: #70191f !important; }


.boton-top{
  top: 170px;
}


.boton-bottom{
  bottom: 20px;
}


#contacto{
  min-height: 500px;
  /*background-color: #454545;*/
}

.contacto-header.footer{
  font-weight: 700;
  font-size: 14px;
  color: #6d6667;
}

  .contacto-header.footer span{
    display: inline-block;
  }
  .contacto-header.footer i{
    vertical-align: middle;
    margin: 0 5px;
    }




/* -- Validate -- */
textarea.ng-invalid{
border:1px solid #d8a1a5;
border-left: 5px solid #d8a1a5;
}
textarea.ng-valid.ng-dirty{
border:1px solid #61b361;
border-left: 5px solid #61b361;
}
select.ng-invalid{
border:1px solid #d8a1a5;
border-left: 5px solid #d8a1a5;
}
select.ng-valid.ng-dirty{
border:1px solid #61b361;
border-left: 5px solid #61b361;
}
input.ng-invalid{
border:1px solid #d8a1a5;
border-left: 5px solid #d8a1a5;
}
input.ng-valid.ng-dirty{
border:1px solid #61b361;
border-left: 5px solid #61b361;
}
