/* Welcome and glad you are using Wizzard.
 * This is the modifyed stylesheet loaded by default.
 * Edit the file and have fun.
 * http://www.geekmatic.com/wizzard */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English+SC);


#preload  {background: url("../img/front_01.jpg"), url("../img/front_02.jpg"),url("../img/front_03.jpg"),url("../img/front_04.jpg"),url("../img/simulator.jpg"),url("../img/simulator_2.jpg");}

body p {
  text-align: justify;
}

header.contain-to-grid {
  background: #A5604A;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

header.contain-to-grid nav.top-bar {
  background-color: transparent;  
}

#logo {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-image: url("../img/topbar_logo_w_r.png");
  /* background-image: url("../img/topbar_logo.png") ; */
  width:  100%;
}

h1#logo a {
  display: none;
}

.fa-home {
    vertical-align: 0 !important;
}

.fontawesome-text 
{
  display: none;
}

.top-bar-section ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  /* color: #333333; */
  /* background-color: transparent !important; */
}
.top-bar-section ul li.active a, .top-bar-section ul li:hover a {
  color: #422208;
  background-color: transparent !important;
}

.top-bar ul li.divider {
  display: none;
}

.top-bar-section ul.dropdown {
  background-color: rgba(0,0,0,0.8);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

ul.dropdown li.menu-item a {
  color: #FFFFFF;
}

ul.dropdown li.active a {
  font-weight: bold;
}

footer.full-width {
    background-color: #A5604A;
    border-top: none;
    padding-top: 3rem;
}

footer.full-width p, footer.full-width a {
  color: #FFFFFF;
}
footer.full-width .fa {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
footer.full-width .fa-twitter {
  margin-left: 0;
}
footer.full-width .fa-linkedin {
  margin-right: 0;
}
footer.full-width a:hover {
  color: #FF8F00;
}
/* Google Maps for Contacts page */

#map_canvas {
  width: 100%;
  height: 450px;
}

.second-bar {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-bottom: 0;
}

.second-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.second-bar .row {
  max-width: none;
}

.second-bar-section {
  left: 0;
  position: relative;
  height: 30px;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

.second-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.second-bar-section .divider,
.second-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}

.second-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
}

.second-bar-section ul li:hover > a {
  color: #422208;
}

.second-bar-section ul li.active > a {
  background: rgba(255, 255, 255, 0.1);
  color: #422208;
  font-weight: bold;
}

.second-bar-section ul li.active > a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margibot {
  margin-bottom: 2.5rem;
}

.separator-line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 6px;
  background-color: #A5604A;
  width: 100%;
}

.material-title {
  text-align: center;
}

.category-title {
  color: #333333;
}
.category-title.hidden {
  color: transparent;
}
/* Homepage */

#aboutUs {

}


#aboutUs p {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
#aboutUsLogo {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 250px;
  width: 100%;
  background-image: url("../img/logo_square.png");
  margin-bottom: 1rem;
}
/*#aboutUs p span {
  font-family: 'IM Fell English SC', serif;
}*/
#simulator {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  background-image: url("../img/simulator.jpg");
  -webkit-transition: all 900ms ease-out;
  -moz-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
}

.simulador-selector h2, .ofertas-selector h2 {
  padding: 2rem 0.5rem 0 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

#selector {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.home-selector {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 0.5rem;
}

.home-selector:hover {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}
.selector-title-container, .simulator-title-container {
  width: 100%;
  height: 100%;
  padding: 2rem 0.5rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.selector-title-container:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.selector-title-container h3, .simulator-title-container h1 {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.selector-title-container:hover h3 {
  color: #000000;
  text-shadow: none;
}
.selector-description-container {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  padding: 1rem;
}

.selector-description-container p {
  position: absolute;
  color: transparent;
  text-align: right;
  bottom: -1rem;
}

.selector-description-container:hover p {
  color: #333333;
}

#section-1 {
  background-image: url("../img/front_02.jpg");
}

#section-2 {
  background-image: url("../img/front_01.jpg");
}

#section-3 {
  background-image: url("../img/front_03.jpg");
}

#section-4 {
  background-image: url("../img/front_04.jpg");
}
/* Empresa */

#empresa div div h2 {
  margin-bottom: 2rem;
}
.empresa-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#empresa_01 {
  background-image: url("../img/empresa_01.jpg");
}
#empresa_02 {
  background-image: url("../img/empresa_02.jpg");
}
/* Canteras */

.canteras-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
#cant_ci_01 {
  background-image: url("../img/cant_ci_01.jpg");
}
#cant_vf_01 {
  background-image: url("../img/cant_vf_01.jpg");
}
#cant_vf_02 {
  background-image: url("../img/cant_vf_02.jpg");
}
#cant_at_01 {
  background-image: url("../img/cant_at_01.jpg");
}
#cant_at_02 {
  background-image: url("../img/cant_at_02.jpg");
}
#cant_cuar_01 {
  background-image: url("../img/cant_cuar_01.jpg");
}#cant_cuar_02 {
  background-image: url("../img/cant_cuar_02.jpg");
}

.contactInfo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contactInfo .fa {
  margin-right: 1rem;
}
@media only screen and (min-width: 40.063em) {

  #logo {
    height:  60px;
    border:  0;
    margin:  0.5em 0 0 0;
  }
  .top-bar-section .has-dropdown > a:after {
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  }

  .top-bar-section ul.left {
    height: 30px !important;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.8rem;
    background: transparent;
    line-height: 30px;
  }

  .top-bar {
  height: 83px;
  }

  .top-bar-section ul.left {
    margin-top: 0;
    background-color: transparent;
  }

  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    height: 20px;
    margin-top: 0;
  }

  .second-bar {
    background-color: rgba(0, 38, 35, 1);
    background-size: 1px 30px;
    background-repeat: repeat;
    background-image: url("../img/second_bar_bg.png");
    *zoom: 1;
    overflow: visible;
  }

  .second-bar:before, .second-bar:after {
    content: " ";
    display: table;
  }

  .second-bar:after {
    clear: both;
  }

  .contain-to-grid .second-bar-section {
    max-width: 71.25rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .second-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }

  .second-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .second-bar-section ul li {
    float: left;
  }

  .second-bar-section li.hover > a:not(.button) {
    color: #422208;
  }

  .second-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 30px;
    color: #FFFFFF;
  }

  .second-bar-section li:not(.has-form) a:not(.button):hover {
    color: #422208;
  }

  .second-bar-section > ul > .divider, .second-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    clear: none;
    margin-top: 2px;
    height: 28px;
    width: 0;
  }
}

@media only screen and (max-width: 40.063em) {
  .top-bar-section ul.left {
    margin-top: 0;
  }

  .container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}