/**
 * designing structure for page content
 * built (with love) using Bootstrap
 */
 @font-face {font-family: "Myriad Pro";
 src: url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.eot"); /* IE9*/
 src: url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
 url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.woff2") format("woff2"), /* chrome、firefox */
 url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.woff") format("woff"), /* chrome、firefox */
 url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
 url("../fonts/a89cf050c859a23e4b6d9cf5989acf9e.svg#Myriad Pro") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Myriad Pro Light";
  src: url("../fonts/c37920f95595038e0868564341c71133.eot"); /* IE9*/
  src: url("../fonts/c37920f95595038e0868564341c71133.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/c37920f95595038e0868564341c71133.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/c37920f95595038e0868564341c71133.woff") format("woff"), /* chrome、firefox */
  url("../fonts/c37920f95595038e0868564341c71133.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/c37920f95595038e0868564341c71133.svg#Myriad Pro Light") format("svg"); /* iOS 4.1- */
}

body {
  background: black;
  font-family:"Myriad Pro" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.navbar{
  height: 110px;
  margin: 0px;
  border-radius: 0px;
  background: url(../images/background-menu-v2.jpg);
  border: none;
}

.navbar-collapse{
background: url(../images/background-menu-v2.jpg);
}

.navbar-fixed-top .navbar-nav>li>a {
  color: white;
  font-size: 1em;
  font-weight: bold;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
  background: #ffffff57 !important;
  color: white;
  font-weight: bold;
}

.navbar-fixed-top .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    background: url(../images/background_menu.jpg);
}

.dropdown-menu{
  padding: 0px;
  border-radius: 0px;
  color: white !important;
}


.dropdown-menu li a{
  color: white !important;
  background: transparent !important;
}

.dropdown-menu li a:hover{
  color: white !important;
  font-weight: bold;
  background: #ffffff57 !important;
}

.dropdown-menu>li:hover{
  font-weight: bold;
  background: transparent  !important;
}

.nav{
  margin-top: 2.1em;
  padding-right: 2em;
}
.nav li{
  margin-left: 0em;
}
.nav li #line1{
  width: 7em;
  height: 0.23em;
  image-rendering: pixelated;
}
.nav li #line2{
  width: 19.7em;
  height: 0.23em;
  image-rendering: pixelated;
}
.nav li #line3{
  width: 5em;
  height: 0.23em;
  image-rendering: pixelated;
}
.nav li #line4{
  width: 8em;
  height: 0.23em;
  image-rendering: pixelated;
}
.navbar-brand{
  margin-top: 0.3em;
}
.navbar-brand img{
    width: 8em;
    height: auto;
}
.point{
  width: 0.5em;
  height: : 0.5em;
}


#main-content {
  margin-top: 110px;
  background: yellow;
  min-height: 60px;
  border-style: solid;
  border-left: inherit;
  border-right: inherit;
  border-bottom-color: red;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-top-color: red;
}
#main-content h2{
  color: black;
  font-size: 1.5em;
  font-style:normal;
}
.main-mid-section {
  text-align: center;
}


#second-content {
  background: url('../images/cuestionario-bandin.jpg') no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 480px;
  border-style: solid;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-bottom-color: red;
  border-bottom-width: 3px;

}
.second-mid-section {
  margin-top: 1.2em;
}
#second-content p{
  color: white;
  font-size: 13px;
  margin-top: 3em;
}
#second-content label{
  color: white;
  font-size: 13px;
  text-align: left;
}
#second-content input{
  background: transparent;
}


#third-content{
  height: 315px;
}
#third-content, #third-content .col-md-4, #third-content{
  padding: 0px
}
#third-2-content {
  background: url('../images/laptop-bandin.jpg') no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 315px;
  border-style: solid !important;
  border-top: inherit !important;
  border-left: inherit !important;
  border-right: inherit!important;
  border-bottom-color: red!important;
  border-bottom-width: 3px!important;
}
#third-1-content,#third-3-content {
  background: url('../images/ruta-bandin.jpg') no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 315px;
  border-style: solid !important;
  border-top: inherit !important;
  border-left: inherit !important;
  border-right: inherit!important;
  border-bottom-color: red!important;
  border-bottom-width: 3px!important;
}
.third-mid-section {
  padding-top: 9em;
}
.third-mid-section p{
  color: #fff;
  font-size: 2em;
  text-align: center;
}
#third-content-2 {
  visibility: block;
}




#fourth-content{
  background: #fff;
  height: 280px;
  padding-bottom: 3em;
  border-style: none;
  font-family:"Myriad Pro Light";
}
#fourth-content .imagen{
  height: 4em;
  padding-bottom: 0.3em;
  padding-left: 47%;
}
#fourth-content .red{
  display: inline-block;
}
#fourth-content .yellow{
  display: none;
}
#fourth-1-content{
  display: none;
}
.fourth-mid-section {
  padding-top: 2em;
}
.fourth-mid-section p{
  color: #000;
  font-size: 1.3em;
  text-align: center;
  font-weight: lighter;
}
.fourth-mid-section .titulo{
  font-size: 1.6em;
}
.fourth-mid-section .line{
  width: 100%;
  height: 0.8em;
  padding-left: 4em;
  padding-right: 4em;
}

.point{
  width: 0.2em;
  height: : 0.2em;
}


#fifth-content{
  display: block;
}
#fifth-content-movil{
  display: none;
}
#fifth-content{
  height: 280px;
  border-style: solid;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-bottom-color: red;
  border-bottom-width: 2px;
}
.fifth-mid-section a{
  width: 1.5em;
  color: #fff;
}
.fifth-mid-section #line1{
  width: 6em;
  height: 0.4em;
  image-rendering: pixelated;
}
.fifth-mid-section #ruta-1{
  width: auto;
  height: 3.5em;
  padding-left: 6em;
  image-rendering: pixelated;
}
.fifth-mid-section #ruta-2{
  width: auto;
  height: 3em;
  padding-left: 4.5em;
  margin-top: -5.6em;
  image-rendering: pixelated;
}
.fifth-mid-section #ruta-3{
  width: auto;
  height: 3.5em;
  padding-left: 4.5em;
  margin-top: -3.2em;
  image-rendering: pixelated;
}
.fifth-mid-section #mano-1{
  width: auto;
  height: 1.5em;
  padding-left: 15.5em;
  margin-top: -0.5em;
  image-rendering: pixelated;
}
.fifth-mid-section #mano-2{
  width: auto;
  height: 1.5em;
  padding-left: 15.1em;
  margin-top: -5.9em;
  image-rendering: pixelated;
}
.fifth-mid-section #mano-3{
  width: auto;
  height: 1.5em;
  padding-left: 14.2em;
  margin-top: -0.5em;
  image-rendering: pixelated;
}
.fifth-mid-section #content-facebook{
  padding-top: 5em;
  padding-left: 2em;
}
.fifth-mid-section #content-instagram{
  padding-top: 2.5em;
  padding-left: 3.4em;
}
.fifth-mid-section #content-google{
  padding-top: 7em;
  padding-left: 3.4em;
}
.fifth-mid-section #facebook{
  width: 3em;
  height: 3em;
  margin-left: 0.8em;
  image-rendering: pixelated;
}
.fifth-mid-section #instagram{
  width: 3em;
  height: 3em;
  margin-left: 1em;
  image-rendering: pixelated;
}
.fifth-mid-section #google{
  width: 3em;
  height: 3em;
  margin-left: 1.5em;
  image-rendering: pixelated;
}
.fifth-mid-section .col-md-3{
  padding-top: 5em;
}
#fifth-content .col-md-8, #fifth-content .col-md-4{
  padding: 0px;
}
#fifth-1-content{
  background: url('../images/ruta-bandin.jpg') no-repeat 0px 0px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 278px;

}

@media(max-width: 944px) {
  .navbar{
    height: 30px;
  }
  .navbar-toggle {
    margin-top: 0.8em;
    background: url(../images/menu.png) no-repeat 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 2em;
    width: 2em;
  }
  .nav{
    margin-top: 0em;
  }
  .navbar-brand{
    margin-top: -0.5em;
  }
  .navbar-brand img{
    width: 4.8em;
    height: auto;
  }


  #main-content {
    margin-top: 50px;
    background: yellow;
    min-height: 30px;
    border-style: solid;
    border-left: inherit;
    border-right: inherit;
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-color: red;
  }
  #main-content h2{
    color: black;
    font-size: 1em;
    font-style:normal;
    margin: 0px;
    font-family:"Myriad Pro Light";
  }
  .main-mid-section {
    text-align: center;
    padding-top: 0.5em;
  }


  #second-content {
    background: url('../images/cuestionario-bandin.jpg') no-repeat 0px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 390px;
    border-style: none !important;

  }
  .second-mid-section {
    margin-top: 1.2em;
  }
  #second-content p{
    color: white;
    font-size: 0.8em;
    margin-top: 1em;
  }
  #second-content label{
    color: white;
    font-size: 0.7em;
    text-align: left;
  }
  #second-content input{
    background: transparent;
    height: 2em;
    color: white;
  }


  
  #third-content{
    height: auto;
  }
  #third-content, #third-content .col-md-4, #third-content{
    padding: 0px
  }
  #third-2-content {
    background: url('../images/laptop-bandin.jpg') no-repeat 0px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 260px;
    border-style: none !important;
  }
  #third-1-content,#third-3-content {
    background: url('../images/content-tres.jpg') no-repeat 0px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 130px;
    border-style: none !important;
  }
  .third-mid-section {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.9em;
  }
  .third-mid-section p{
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding-top: 1em;
  }

  #third-content-2 {
    background: yellow;
    min-height: 30px;
    border-style: solid;
    border-left: inherit;
    border-right: inherit;
    border-top: inherit;
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-color: red;
  }
  #third-content-2 h2{
    color: black;
    font-size: 1em;
    font-style:normal;
    margin: 0px;
    font-family:"Myriad Pro Light";
  }
  .third-mid-section-2 {
    text-align: center;
    padding-top: 0.5em;
  }



  .fourth-mid-section{
    padding: 1em;
  }
  #fourth-content{
    background: url('../images/content-historia-responsive-bandin.jpg') no-repeat 0px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: auto;
    border-style: solid;
    border-left: inherit;
    border-right: inherit;
    border-bottom: inherit;
    border-top-width: 1px;
    border-top-color: red;
  }

  #fourth-content .red{
    display: none;
  }
  #fourth-content .yellow{
    display: inline-block;
  }
  #fourth-content .imagen{
    height: 4em;
    margin-bottom: 0px;
  }
  #fourth-1-content{
    display: block;
  }

  .fourth-mid-section {
    padding-top: 2.8em;
  }
  .fourth-mid-section p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
  }
  .fourth-mid-section .line{
    width: 100%;
    height: 0.5em;
  }
  #fourth-1-content {
    background: yellow;
    min-height: 30px;
    border-style: solid;
    border-left: inherit;
    border-right: inherit;
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-color: red;
  }
  #fourth-1-content h2{
    color: black;
    font-size: 1em;
    font-style:normal;
    margin: 0px;
    font-family:"Myriad Pro Light";
  }
  .fourth-1-mid-section {
    text-align: center;
    padding-top: 0.5em;
  }

  #fifth-content{
    display: none;
  }
  #fifth-content-movil{
    display: block;
  }
  #fifth-content-movil{
    height: auto;
    border-style: solid;
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    border-bottom-color: red;
    border-bottom-width: 1px;
  }
  #fifth-content-movil .section{
    background: url('../images/content-tres.jpg') no-repeat 0px 0px;
    height: 210px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-style: solid;
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    border-bottom-color: white;
    border-bottom-width: 2px;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #fifth-content-movil #section-1{
    background: url('../images/contact_1_movil.png');
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center;
    height: 180px;
  }
  #fifth-content-movil #section-2{
    background: url('../images/contact_2_movil.png');
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center;
    height: 170px;
  }
  #fifth-content-movil #section-3{
    background: url('../images/contact_3_movil.png');
    background-repeat:no-repeat;
    background-size:80% auto;
    background-position:center;
    height: 180px;
  }
  #fifth-content-movil #mapa{
    padding: 0px;
  }
}

