/* CSS para menú profesional y responsive */

.navbar {
  background-color: #1f3c60;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar .logo img {
  height: 60px;
}

.navbar-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.navbar-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.navbar-menu li a:hover {
  color: #f9c74f;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.mobile-menu-toggle i {
  color: #fff;
  font-size: 36px;
}

@media (max-width: 768px) {
  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #1f3c60;
    margin-top: 10px;
    padding: 10px 0;
  }

  .navbar-menu.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: block;
  }
}






*{
	margin: 0;
	padding: 0;
}
body{
	

}
.mision2{
	width: 100% !important;
	height: 100% !important;
}
.tooltipped{
	color: white;
}
.servicios{
	display: flex;
	width: 80%;
	margin: 30px auto;
	border:1px solid #F2F2F2;
	padding: 10px;
	flex-flow: wrap;
	border-radius: 1px;
-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.mision{
	display: flex;
	width: 80%;
	flex-flow: wrap;
	margin: 40px auto 0px;
	height: 100%;

}
.misiones{
	width: 50%;
}
.vision{
	width: 50%;
}
.s1{
	width: 50%;
	text-align: center;
}

}
.s1 h4{
	color: #0071BC;

}
.s2{
	width: 50%;
	text-align: center;
}
.input{
	background: white !important;
	    height: 2.5rem !important;
}
.servicio1{
	
	width: 80%;
	margin:50px auto;
	text-align: center;
}
.servicio1 h6{
	font-weight: bold;
}
.nave{
	display: flex;
	width: 40%;
	margin: auto;
	text-align: center;
}
.menuproductos{
	width: 20%;
}

.menupie{
	width: 20%;
}
.dire{
	text-align: center;
	font-size: 11px;
}
.menupie2{
	width: 60%;
}
.nave ul li a{
	color: #e0e0e0;
	text-align: center;

}.nave ul li a:hover{
	text-decoration: underline;
	
}
.menupie li{
	display: inline-block;
	text-align: center;
}
.menupie2 li{
	display: inline-block;
}
.active{
	color:white !important;
}
.contacto{
	display: flex;
	flex-flow: wrap;
	width: 80%;
	margin: auto;
	margin-top: 60px;
}
.formulario{
	width: 45%;
	background: #29ABE2;
	border-radius: 5px;
	padding: 20px;
	margin-right: 2%;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.mapa{
	width: 53%;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.t{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.textosillas{
	text-transform: capitalize;
}
.seccionsillas{
	background: #CEDDE2;
	padding: 20px;
		-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
	
}
.fondoseccion{
	
	
	border:1px solid #BDBDBD;
	padding: 5px;
	border-radius:0px 60px;
	height: 206px;
}

.color{
	background: #CEDDE2;
	height: 10px;
}
.conseccionsillas article{
	width: 25%;
	padding: 10px;
	color: white;
}
.o{
	background: #22B573;
	border-radius:60px 0px;
	padding: 10px;
	font-size: 16px;
	margin:0px;
	font-weight: bold;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.g{
	background: #0071BC;
	border-radius:60px 0px;
	margin:0px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.i{
	background: #F15A24;
	border-radius:60px 0px;
	margin:0px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.s{
	background: #FBB03B;
	border-radius:60px 0px;
	margin:0px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);

}

.conseccionsillas{
	display: flex;
	width: 80%;
	flex-flow: wrap;
	margin: auto;
	text-align: center;

}
    nav.navegacion {
      position: fixed;
      z-index: 201;
      background: linear-gradient(90deg, #023047, #219ebc, #8ecae6);
      box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    }
    nav.navegacion a {
      color: #ffffff !important;
      font-weight: 500;
    }
    nav.navegacion .dropdown-content li > a {
      color: #023047 !important;
    }
    nav.navegacion .sidenav-trigger i {
      color: #ffffff;
    }
    .dropdown-content {
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .dropdown-content li:hover {
      background-color: #8ecae6;
    }

.index{
	width: 90%;
	margin: 70px auto;
}
.barra{
	box-shadow: 6px 5px 6px rgba(0,0,0,0.3);
    background-color: #0071BC;
    height: 4px;
}
.linea{
	    border-bottom:1px solid rgba(128, 128, 128, 0.35);
    background: #fafafa;
    padding: 10px;
    
    min-height: 58px;
}
nav ul a{
	color: black !important;
}
.button-collapse{
	color: #0071BC;
}
.piefinal{
	    width: 100%;
	    background: 
    height: auto;
    padding: 10px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color:  #0071BC;
    font-size: 11px;
    
  
}
.piefinal p{
	margin: 1px;
}
.pie{
	width: 100%;
	background:  #333;
}

.piesubir{
	background:  black;
	text-align: center;
	color: white;
	font-size: 10px;
	padding: 5px;
}
.piesubir2{

	background:  black;
	margin-top: 60px;
	color: white;
	font-size: 12px;
	padding: 15px;
}
.contenido{
	display: flex;
	width: 93%;
	margin: 80px auto;
	flex-flow: wrap;
	background: white;
}
.contenidod{
	
	width: 80%;
	margin: 80px auto;
	
	background: white;
}
.contenido article{
	border:1px solid #D8D8D8;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 10px;
	width: 32.33%;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.contenidod article{
	border:1px solid #D8D8D8;
	text-align: center;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
	
}
.contenidoc{
	display: flex;
	width: 93%;
	margin: 80px auto;
	flex-flow: wrap;
	background: white;
}

.contenidoc article{
	border:1px solid #D8D8D8;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 10px;
	width: 49%;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.contenido2{
	display: flex;
	width: 93%;
	margin: 80px auto;
	flex-flow: wrap;
	background: white;
}
.contenido2 article{
	border:1px solid #D8D8D8;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 10px;
	width: 49%;
	-webkit-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
-moz-box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
box-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.iz{
	margin-left: 1% !important;
	margin-right: 0% !important;
}
.der{
	margin-right: 0% !important;
}
.texto{
	border-top:1px solid #D8D8D8;
	padding: 15px;
	text-align: left;
}
.texto h6{	
    border-bottom: 2px solid #0071BC;
    text-align: center;
    font-weight: bold;
}
.texto h5{	
    border-bottom: 2px solid #0071BC;
    text-align: center;
    font-weight: bold;
}
.center-align{
	color: #0071BC;

text-shadow: 0px 9px 18px -6px rgba(0,0,0,0.59);
}
.subir{
	display: flex;
	margin-top:120px;
	flex-flow: wrap;
	margin-bottom: 180px;
}
.formu{
	width: 50%;
	border:1px solid #D8D8D8;
	padding: 15px;
}
.consultas{
	width: 50%;	
	border:1px solid #D8D8D8;
	padding: 15px;
	
}
.admin{
	
	display: flex;
	width: 90%;

}
.ladoiz{
	width: 35%;
	margin-right: 5%;
	margin:auto;

}
.ladoder{
	width: 60%;	
}
.module{
	margin: 100px auto 170px !important;
}
nav .brand-logo{
	    z-index: 200 !important;
}
@media only screen and (max-width:480px){
	.contenidoc{
	width: 98%;
	margin: 80px auto;
}

.contenidoc article{
	
	margin-right: 0%;
	width: 98%;
}
.contenidod article img{
	width: 100%;
}

.contenido{
	width: 98%;
	flex-flow: wrap;
}

.contenido article{
	margin-right: 0%;
	width: 100%;
}
.contenido2{
	
	width: 98%;
}
.contenido2 article{
	margin-right: 0%;
	width: 100%;
}
.contenido2 article img{
	
	width: 100%;
}
.s1{
	width: 100%;
	
}
.s1,.s2 img{
	width: 100%;
}
.servicios{
	width: 100%;
}


.s2{
	width: 100%;
	text-align: center;
}
.nave{
	display: none;
}
.conseccionsillas article{
	width: 100%;

}
.mision{
	width: 98%;
}
.misiones{
	width: 100%;
}
.vision{
	width: 100%;
}
.contacto{
	width: 90%;
}
.formulario{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;

}
.mapa{
	width: 100%;
	height: 250px;
}

	}
