/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */



@media (min-width: 1200px) {
  /* Dropdown animation */
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown.megamenu div.dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .navbar-nav .dropdown:hover div.dropdown-menu,
  .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }

  /*div.nt_sociales{
    border-left: 2px solid #ff0099;
  }
  div.nt_empresariales{
    border-right: 2px solid #ff0099;
  }
  div.nt_servicios{
    border-left: 2px solid #ff0099;
    border-right: 2px solid #ff0099;
  }*/
  
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media (max-width: 3500px) {
  div.listas{
  width: 35%;
  }
}
@media (max-width: 1850px) {
  div.listas{
  width: 40%;
}
}
@media (max-width: 1450px) {
  div.listas{
  width: 45%;
  }
}
@media (max-width: 1200px) {
  div.listas{
  width: 50%;
}
}
@media (max-width: 960px) {
  div.listas{
  width: 55%;
}
}

@media only screen and (max-width: 991px) {
    #top-bar .main-menu li a{
    font-size: 10px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #home .carousel-caption p{
    font-size: .8em
  }
  .title {
    font-size: 40px;
  }
  .navbar-header .navbar-brand a {
    padding: 0px 10px;
  }
  .navbar-header .navbar-brand a img{
  height: 45px;
  margin: 0;
  }
  #hero-area {
    padding: 140px 0;
  }
  #hero-area .btn {
    margin-top: 8px;
  }
  #about {
  padding: 70px 20px;
  background-color: #fff;
  background-attachment: none;
  background: transparent;
  text-align: center;
  }
  #about h2{
    font-size: 2.4em;
  }
  #about .block {
    padding: 0;
  }
  figure .buttons {
    left: 16%;
  }
  #feature .media {
    margin: 0px 0px 35px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .social {
    text-align: center;
  }
  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #373737;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);*/
  }
  .navbar-collapse {
    background: #fff;
  }
  #top-bar .main-menu li > a {
    color: #373737;
    /*padding: 21px 10px;*/
  }
  #top-bar .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 1);
    /*box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);*/
  }
  #top-bar .dropdown-menu > ul > li > a {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #373737;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .misionyvisionbtn h3{
    width: 90%;
    font-size: 1.5em;
    padding: 0 0 10px 0;
  }
  .misionyvisionbtn span{
    padding-top: 15px;
  }
  #misionyvisiontexto{
    width: 100%;
    text-align: left;
  }
  #nuestrotrabajo{
    padding: 70px 0 0;
  }
  #nuestrotrabajo h2{
    font-size: 2.4em;
  }
  .linea_footer{
    width: 150px;
  }
  div.listas{
  position: relative;
  float: left;
  padding-top: 30px;
  padding-left: 50px;
  width: 100%;
  }
  div.listas h2{
    font-size: 2em;
  }
  a.social_instagram{
  background-image: url(../images/instagram_gris.svg) !important;
  background-repeat:no-repeat !important;
  background-size: 15px !important;
  background-position-y: bottom !important;
  background-position-x:10px;
  display: inline;
  float: left;
  }
  a.social_instagram:hover{
    background-image: url(../images/instagram_hover.svg) !important;
    background-repeat:no-repeat !important;
    background-size: 15px !important;
    background-position-y: bottom !important;
    background-position-x:10px;
  }
  a.social_fb{
  background-image: url(../images/fb_gris.svg);
  background-repeat:no-repeat;
  background-size: 15px !important;
  background-position-y: bottom;
  background-position-x:10px;
  display: inline;
  float: left;
  }
  a.social_fb:hover{  
  background-image: url(../images/fb_hover.svg)!important;
  background-repeat:no-repeat !important;
  background-size: 15px !important;
  background-position-y: bottom !important;
  background-position-x:10px;

  }
}

@media only screen and (max-width: 480px) {
  #hero-area {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  #home .carousel-caption h1{
    font-size: 1.4em
  }

  .misionyvisionbtn h3{
    width: 90%;
    font-size: 1.2em;
    padding: 0 0 5px 2px;
  }
  #galeria{
    padding: 0 !important;
  }
  #galeria a.right, #galeria a.left{
    width: 36px;
    height: 70px;
    line-height: 70px;
  }
  .form-group{
    margin: 20px 0px;
  }
  .linea_footer{
    width: 80px;
  }
  .pleca img{
    width: 40px;
  }
  footer{
    margin: 100px 20px 20px;
  }
  .nav-pills >li {
    display: block;
  }

}
 
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
