@charset "UTF-8";
/* CSS Document */


body {
background: rgba(0, 0, 0, 0) url("imagenes/bg.jpg") no-repeat fixed center center / cover ;
margin: 0!important;
padding: 0;
overflow-x: hidden;
width: 100%;
color: #5b5b5b;
font-family: 'News Cycle', sans-serif;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
    list-style: outside none none;
}

p{
  font-weight: lighter;
  line-height:25px;
}

p.nosotros{
    font-size: 18px;
}

#wrapper {
  background-color: #fff;
  height: 100%;
  margin: 0 auto auto;
    top:230px !important;
    position: relative;
  width: 100%;
  clear: both;
  vertical-align: baseline;
}

.bartop{
  box-sizing: border-box;
  position: fixed;
  display: block;
  top:0;
  width: 100%;
  background-color: #0e4982;
  height: 30px;
  text-align: center;
  vertical-align: baseline;
  z-index: 10;
}

.boxlogo {
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  top:30px;
  vertical-align: top;
  height: 160px;
  padding-bottom: 5px;
  width: 100%;
  z-index: 9;
}

#header {
  box-sizing: border-box;
  position: fixed;
  box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.4);
  top: 175px;
  height: 60px;
  background-color: #2074c2;
  width: 100%;
  clear: both;
  z-index: 9;
}

.cont-logo{
  position: relative;
  margin: auto;
  clear: both;
  height: 160px;

}


p.txtop{
    font-size: 15px;
    color: #48a6fc;
    margin-top: 0;
}

.logotipo {
  color: #8b8b8b;
  height: 100%;
  right: 0;
  top: 0;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.redes span {
  float: right;
  padding-top:50px;
  max-width: 500px;
  padding-right: 30px;
}


#slider {
  float: left;
  width: 100%;
  clear: both;
}

#btn-catalogo {
  background-color: #fff;
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  width: 100%;
  margin: auto;
  float: left;
}
#btn-catalogo a{
text-decoration:none;
}

#cont-nosotros{
  margin: auto;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 60px;
  text-align: left;
  height: auto !important;
  vertical-align: baseline;
  clear: both;
}

#cont-description{
  margin: auto;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 60px;
  text-align: left;
  height: auto !important;
  vertical-align: baseline;
  clear: both;
}

.nosotros span.firma{
  font-family: 'Kalam', cursive;
  font-size: 25px;
}

h1 {
  font-family: 'Patua One', cursive;
  font-size: 35px;
  font-weight: lighter;
  padding-top: 15px;
  line-height:40px;
}

h2 {
  color:#2074c2;
  font-size: 25px;
  font-weight: lighter;
  line-height:30px;
}

h3 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 25px;
  font-weight: lighter;
  line-height:30px;
}

h3 a {text-decoration: none; color:#5b5b5b;}
h3 a:hover { color:#2074c2;}









.nav > li {
  float: left;
}

ul



#navbtn .fa-bars {
  color: #fffdfd;
  font-size: 1.5em;
  padding-top: 15px;
  z-index: 350;
}


tbody {
  color: #999;
  font-size: 15px;
  text-align: left;
}

.subnav li a {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 12px;
  border-bottom:none !important;
}

.subnav li a:hover {
  color: #38404c;
  font-size: 14px;
  border-bottom:none !important;
}

.subnav2 li a {
  color: #fffdfd !important;
  font-size: 14px;
  line-height: 12px;
  border-bottom:none !important;
}

.subnav2 li a:hover {
  color: #fdf500 !important;
  font-size: 14px;
  border-bottom:none !important;
} 
.nav li ul{
  display:none ;
  position:absolute;
  min-width: 140px;
}
.nav > li {
  float: left;
}
.nav li:hover > ul {
  display: block;
  background-color:rgba(191,30,46, .7);
  border-radius: 0px;
  padding: 5px;
  z-index: 300;
}





#nav2 li a{
  font-family: 'Oswald', sans-serif;
  color: #37404d;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 5px;
  display:block;
  z-index: 350;
  line-height: 18px;
  }

#nav2 li a:hover {
  color: #999;
  line-height: 18px;
}

#nav2 > li {
  float: left;
}

#nav2 li ul{
  display:none ;
  min-width: 140px;
}

#nav2 li:hover > ul {
  display: block;
  background-color: #9fd8b9;
  border-radius: 7px;
  z-index: 300;
}

hr {max-width: 1100px;}

ul.listado{
  display: inline-block;
  margin-top: 0px;
}

#titulo{
  font-family: 'Patua One', cursive;
  font-size: 25px;
  padding-top: 15px;
  line-height:40px;
}

#titulo p{
  font-family: "News Cycle",sans-serif;
  font-size: 18px !important;
  padding: 0px;
  font-weight: lighter;
  line-height: 25px;
}

#pre-footer{
  width: 100%;
  background-color: #dee2e5;
}


footer {
  background-image: url("imagenes/classy_fabric.png");
  background-repeat: repeat;
  margin: 0;
  display: block;
  color: #fff;
  line-height: 2;
  min-height: 300px;
  width: 100%;
  bottom: 0;
  position: relative;
  top:200px;
  clear: both;
}

.center {
  box-sizing: border-box;
  margin: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.vertical_centro {
  vertical-align: top;
}

.width-20 {
  color: #fff;
  display: inline-block;
  margin-top: 22px;
  text-align: justify;
  vertical-align: top;
  width: 29%;
}

.width-20 + .width-20 {
  margin-left: 0.9%;
}

.width-20 h3 {
  color: #2074c2;
}

#menu2 li {
  border-right: 2px solid #ccc;
  display: block;
  text-align: justify;
}

#menu2 a {
  color: #fff;
  padding-left: 40px;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

.width-20 a{
  text-decoration: none;
  color: #fff;
}

.width-20 a:hover{
  text-decoration: none;
  color: #2074c2;
}

address{
  font-style: inherit;
}



#diseno {
  clear: both;
  display: block;
  margin: auto;
  padding-top: 30px;
  text-align: center;
}

p.diseno {
  color: #fdfcfc;
  font-size: 12px;
}

p.diseno a {
  color: #fdfcfc;
  text-decoration: none;
}

p.diseno a:hover {
  color: #e11583;
}

/*** RESPONSIVE ***/

img { max-width:100%; height:auto; }

  

  }

  img { max-width:100%; height:auto; }

  

  ul#menu2{
    margin-left: 0px;
    padding-left: 0px;}

    .width-20 + .width-20 {
  margin-left: 3%;}

  #diseno {
    padding-bottom: 30px;
  }

  }

  img { max-width:100%; height:auto; }

  

  img { max-width:100%; height:auto; }

  

    .boxlogo{
      width: inherit;
    }

    .logotipo{
      margin: auto;
      text-align: center;
      float: inherit;
    }

    .redes {
      display: none;
    }

    h2 {padding-top: 0px;}

    ul.nav-footer{
      padding-left: 0px;
      margin: auto;
      text-align: center;

    }









/* --- BLOQUE DE MENÚ FINAL CON CORRECCIONES DE FLEX --- */










/* --- RESPONSIVE MÓVIL --- */














/* --- Mostrar solo en móviles --- */


/* --- BLOQUE DE MENÚ FINAL CON CORRECCIONES DE FLEX --- */
.nav {
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap !important;
  background-color: #0072c6;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.nav li {
  display: inline-block;
  list-style: none;
  padding: 12px 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav li a {
  color: white !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.nav li a:hover {
  color: #ffde59;
}

.nav li.active a {
  text-decoration: underline;
}

/* --- RESPONSIVE MÓVIL --- */
#nav2 {
  display: none;
  background-color: #0072c6;
}

#nav2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav2 ul li {
  padding: 12px 20px;
  border-bottom: 1px solid #0060a8;
}

#nav2 ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

#nav2 ul li a:hover {
  color: #ffde59;
}

#navbtn {
  display: none;
  background-color: #0072c6;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}

#navbtn span {
  color: white;
}

/* --- Mostrar solo en móviles --- */
@media screen and (max-width: 768px) {
  .nav {
    display: none !important;
  }

  #nav2 {
    display: block;
  }

  #navbtn {
    display: block;
  }
}
