html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* hr { 
   border: 5px solid #4bceb4; 
   border-radius: 200px /8px; 
   height: 0px; 
   text-align: center; 
 } 

*/


/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*/
 hr { 
   border: 4px solid gray; 
   border-radius: 200px /8px; 
   height: 0px; 
   width: 35%;
   text-align: center; 
 } 

/*.navbar-header {
  color: blue;
  border-color: black;
  background-color: black;
}*/

 
/*.navbar-default-toggle .navbar .icon-bar {
  background-color: # 0000ff;
}
 */


.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;

}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);

}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  /*text-transform: uppercase;*/
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 80%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;

}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;	

  }
}
/*menu desplegado*/
nav ul li {
	display: block;
    line-height: 3.5;
    /*font-family: monospace;*/
    font-size: 2.0rem;
    /*line-height: 5.7rem;*/
    border-top: 2px solid #e5e5e5;
    background: #ddd9d9;

    margin: 0 14rem -4rem -4rem;
    padding: -0 4rem 4rem 4rem;

  
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;



  }
}
nav ul a {
  color: #888888;
 /* text-transform: uppercase;*/
 /*tipo de letra del desplegable*/
  font-size: 20px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;

}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;

  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;

  display: block;
}

.row {
  width: 100%;
  /*max-width: 940px;*/
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 0 1%;
}


/*@media only screen and (max-width: 766px) {
    .row {
      max-width: 100%;
      }
  }*/


/* Para 960px */  
/*@media only screen and (max-width: 2400px) and (min-width: 981px) {  
       .row {
      max-width: 100%;
      }
}  
*/

/*/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) {  
        .row {
      max-width: 70%;
      }
}  

  
/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
    .row {
      max-width: 100%;
      }
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) {  
       .row {
      max-width: 100%;
      }
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) {  
       .row {
      max-width: 100%;
      }
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  {  
  .row {
      max-width: 100%;
      }
} 








* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  /*text-transform: uppercase;*/
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
 /* font-family: "Montserrat", sans-serif;*/
}

.content {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  background: url(../img/fondo.jpg) /*no-repeat center center fixed*/;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
 /*  padding-top: 110px;
  min-height: 500px;*/
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
/*texto direccion web sanitarios.inf*/
.hero h1 {
  font-size: 40px;
  font-weight: bold;
  /*class="text-light bg-dark"*/
  color: #990a0a;
  line-height: 1.3;
}


/*texto equipamientos sanitarios ...*/
.hero h2 {
  font-size: 16px;
  font-weight: bold;
  color: #101ccc;
  line-height: 1.0;
  padding-top: 30px;
}

/*texto go shoping*/
.hero h1 span {
  font-size: 40px;
  font-weight: bold;
  color: #5e1010;
  border-bottom: 3px solid #990a0a;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.contenedor-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contenedor-modal button {
  position: relative;
  top: 40%;
}


.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  height: 100%;
  border-radius: 0;
}

.imgtotal {
  width: 100%;
    height: 100%;
    position: relative;
  }





.navbar-header .navbar-toggle {
  background-color:  blue;
}

