*{
    padding: 0;
    margin: auto;
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
    bottom: 0;
    top: 0;
    color: blue;
}
.navbar{
    padding: 0;
    margin: 0;   
}
.titulo h2{
     text-align: center;
     border-bottom: 1px solid black;
     width: 100%;
     margin-top: 10px;
     
}

.navbar .ny .navbar-brand{
    position: relative;
    top:10px;
    left: 10px;
    
}
.nav-item{
        padding: 5px;
        width: 100px;
        text-align: center;
        margin-right: 100px;
        
}
#collapsibleNavbar .navbar-nav .nav-item .nav-link {
    color:#fff;
    list-style: none;
    text-decoration: none;
    

}
 .d-flex .form-control{
       width: 500px;
          
}

.container-sm{
       position: relative;
       top:250px;
       margin: auto;
       border-radius: 30px;
       width: 1000px;
       height: 200px;
       
}


#collapsibleNavbar .navbar-nav .nav-item .nav-link:hover{
    color:rgb(40, 40, 87);
    
}
.jumbotron{
    padding: 0;
    margin-bottom: -1px;
        
    
}
.ny{
    height: 50px;
    width: 100px;
}
h2{
    text-align: center;
}
h3 a{
    text-decoration:none;
    color: black;
    list-style: none;

}

.container{
    margin-top:10px;
    margin-bottom: 10px;
}
div.gallery {
    background: cadetblue;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 10px;  
    width: 180px;
    height: 250px;
    position:relative;
    left:0;
    padding:0;
  }
  div.gallery1 {
    background: cadetblue;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;  
    width: 180px;
    display: inline-block;
    height: 100px;
    position:relative;
    left: 0;
    padding:0;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
    background-color:rgb(158, 222, 224);
    
  }
  
  div.gallery img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

  }
  
  div.desc {
    padding: 15px;
    text-align: center;
    color: black;
  }
  div.desc1 {
    padding: 5px;
    text-align: center;
    color: black;
  }
  
  *{
      box-sizing: border-box;
  }
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
    margin-top: 10px;
  }
 
  
  @media only screen and (max-width: 1600px) {
    .responsive  {
      width: 100%;
      margin: 6px 0;
      
    }
  }
  
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 200px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive{
      width: 100%;
      margin: 6px 300px;
    }
  }
  .Inicio-empresas{
    background-color: darkcyan;
    border: 2px solid blue;
    position: relative;
    top: 30px;
    height: 140px;
    width: 500px;
    border-radius: 20px;
    bottom: 10px;
    color: black;
    padding: 5px;
  }
  .Inicio-empresas h2{
    color: black;
    font-size: 15px;
  }
  .Inicio-empresas p{
    color: darkslateblue;
  }
  /*@media only screen and (max-width: 1600px) {
    .Inicio-empresas  {
      width: 49.99999%;
      margin: 600px 150px;
      height: 190px;
      margin-top: 0;
      margin-bottom: 1px;
    }
  }*/
  
  @media only screen and (max-width: 700px) {
    .Inicio-empresas  {
      width: 49.99999%;
      margin: 1000px 150px;
      height: 190px;
      margin-bottom: 10px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .Inicio-empresas{
      width: 49.99999%;
      margin: 1020px 120px;
      height: 200px;
      margin-bottom: 5em;
    }
  }
  @media only screen and (max-width: 700px) {
    .container-form{
      width: 49.99999%;
      margin: 6px 0;  

    }
  }
  
  @media only screen and (max-width: 500px) {
    .container-form{
      width: 49.99999%;
  
    }
  }
  
/*body {font-family: Arial, Helvetica, sans-serif;}*/
.Inicio-empresas{
           font-size: 10px;
           text-align: center;
           position: relative;
           top: -5px;
}
/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px ;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: blue;
  color: white;
  padding: 24px 14px;
  margin: 8px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  float: left;
  
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  margin-left: 425px;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container-form {
  padding: 16px;
  margin: auto;
}

.container .psw {
  margin-left: 425px;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;  /*Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /*Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
  
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size*/ 
}

/* The Close Button (x) */
.close {
  position: relative;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
/*BARRA DE NAVEGACION INFERIOR*/
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: #333;  
  position: fixed;
  margin-bottom: 0;
  width: 100%;
  
 
}
.icon{
   float: left;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  height: 50px;
  color: black;
}

.navbar a .active {
  background-color: #04AA6D;
  color: white;
  margin-left: -10px;
}

.navbar .icon {
  display: none;
  background-color: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: -100px;
    bottom:400px;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: center;
    margin-top: 30px;
    
  }

}
/*resposive para menu de nav del pie*/
@media screen and (max-width: 500px){
  #defaultOpen{
         font-size: 8.5px;
         position:relative;
         top: 20px;
  }
}

@media screen and (max-width: 700px){
  #defaultOpen{
         font-size: 8.5px;
         position:relative;
         top: 20px;
  }
}


/*Tarjeta de perfil de usuario*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.title {
  color: grey;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;

  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
}

p button a {
  text-decoration: none;
  font-size: 17px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}
p button a{
   text-decoration: none;
   font-style: none;

}

#contact .fa fa-we fa-envelope{
  list-style: none;
  border-bottom: 2px solid black;
  font-style: none;

}
