* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.todo {
  min-width: 320px;
}
/*Landing*/
.header .contacto-fono,
.header .contacto-mail {
  float: left;
  margin: 10px 15px 0 0;
}
.header .redes {
  margin: 10px;
  float: left;
}
/*HEAD*/
.head {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-top: 0;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.head .logo {
  display: inline-block;
  vertical-align: top;
  width: 13%;
  margin-left: 30px;
}
.head .menu {
  display: inline-block;
  vertical-align: top;
  width: 84%;
}
.head .contenido-header {
  margin-top: 20px;
}
.head .navbar-collapse {
  float: right;
  padding: 0;
}
.head .navbar-nav li a {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 10pt;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
.head .nav li a:hover,
.head .nav li a:focus {
  background-color: unset;
  box-shadow: 0px 3px #b0ca1f;
  color: #166c9f;
}
.head .navbar-toggle {
  background-color: #969696;
}
.head .navbar-toggle .icon-bar {
  background-color: #fff;
}
.head .search {
  float: right;
}
.head .search .buscador {
  height: 34px;
}
.head .btn-default {
  background-image: none;
  border-radius: 0;
  padding: 3px 10px;
  font-size: 8pt;
  background-color: #ccc;
}
.head .btn-default,
.head .btn-primary,
.head .btn-success,
.head .btn-info,
.head .btn-warning,
.head .btn-danger {
  text-shadow: none;
  box-shadow: none;
}
.head .input-group-btn {
  padding: 0 0 0 10px;
}
.head .input-group .form-control {
  border-radius: 0;
  box-shadow: unset;
  height: 24px;
}
/*SLIDE*/
#slide .background .titulo {
  color: #fff;
  font-size: 30pt;
  position: absolute;
  right: 7%;
  top: 20%;
  text-transform: uppercase;
  text-align: right;
}
#slide .background .mas-info {
  background: #b0ca1f;
  border: 1px solid #fff;
  bottom: 19%;
  box-shadow: 0px 0 0px 6px #b0ca1f;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  padding: 10px 20px;
  position: absolute;
  right: 15%;
}
#slide .contenido-slide {
  padding: 5px;
  background: #b0ca1f;
}
#slide .carousel-inner {
  min-height: 461px;
  margin-top: -32px;
}
#slide .contenido {
  padding: 0;
  margin-top: -34px;
}
#slide .img-responsive,
#slide .thumbnail img,
#slide .thumbnail a img,
#slide .carousel-inner .item img,
#slide .carousel-inner .item a img {
  max-width: none;
}
#slide .interior-img {
  background-position: center !important;
  height: 461px;
  width: 100%;
}
/*HOME*/
#bienvenidos .bienvenido {
  background: url("/wp-content/themes/theme-master/images/contenido_blanco_flecha.png") no-repeat;
  background-position: center;
  margin-bottom: -26px;
  position: relative;
  z-index: 1;
  height: 214px;
}
#bienvenidos .bienvenido .contenido {
  margin-top: 20px;
}
#bienvenidos .bienvenido .titulo {
  color: #6d6d6d;
  font-size: 32pt;
}
#bienvenidos .bienvenido .texto {
  color: #6b6b6b;
  font-size: 10pt;
  line-height: 24px;
}
#contenido-home .centro {
  background: #084468;
  padding: 70px 0;
}
#contenido-home .centro .img-centro {
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  width: 337px;
}
#contenido-home .titulo-centro {
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
}
#contenido-fin .img-back {
  background: url("/wp-content/themes/theme-master/images/contenido_imagen_fondo.jpg") no-repeat;
  background-position: center;
  height: 350px;
}
#contenido-fin .contenido {
  color: #fff;
  margin: 72px 0 0;
  position: absolute;
  right: 12%;
  text-align: right;
  line-height: 1px;
}
#contenido-fin .contenido h2,
#contenido-fin .contenido h3 {
  font-family: 'Droid Sans', sans-serif;
}
#contenido-fin .contenido h2,
#contenido-fin .contenido h3,
#contenido-fin .contenido h4 {
  margin: 0;
}
#contenido-fin .contenido h2 {
  font-size: 36pt;
  padding-bottom: 18px;
}
#contenido-fin .contenido h3 {
  font-size: 30pt;
}
#contenido-fin .contenido h4 {
  font-size: 18pt;
  text-transform: uppercase;
}
#contenido-fin .contenido span,
#contenido-fin .contenido p {
  font-size: 18pt;
  font-weight: bold;
  line-height: 29px;
}
#top .contenido {
  margin: 1% 0;
}
#top .contenido .linea {
  border-color: #dedede;
  margin-top: -16px;
  position: relative;
  z-index: -1;
}
/*INTERIOR*/
#interior .alto {
  min-height: 600px;
  margin: 22px;
}
#interior .alto h2 {
  color: #393939;
  font-size: 18pt;
}
#interior .alto p {
  font-size: 10pt;
  color: #393939;
}
#interior .interior {
  float: left;
  margin: 1% 3% 3% 0;
}
/*FOOTER*/
.footer {
  background: #222;
}
.footer footer ul li {
  list-style: none;
  color: #fff;
  font-size: 9pt;
  border-bottom: 0.5px solid #919191;
  padding: 9px;
  max-width: 212px;
}
.footer footer ul li a {
  color: #fff;
}
.footer footer ul li span {
  text-transform: uppercase;
  font-size: 11pt;
}
.footer footer .titulo-foot {
  border: 0;
}
.footer footer .abogado {
  color: #b0ca29;
}
.footer .contenido {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
}
.footer .logo-sombra {
  float: right;
}
.foot-final {
  height: 25px;
}
@media (max-width: 1199px) {
  .head {
    text-align: center;
    margin: 0 auto;
    background-image: none !important;
    background-color: #0096bb;
  }
  .header {
    padding: 0;
    color: #fff !important;
  }
  .header .contacto-fono,
  .header .contacto-mail {
    float: none;
  }
  .header .contacto-mail {
    margin-bottom: 10px;
  }
  .header .redes {
    margin: 5px;
    float: none;
  }
}
@media (max-width: 991px) {
  #menu-item-39 {
    display: none;
  }
  #bienvenidos .bienvenido {
    margin-bottom: 10px;
    height: auto;
  }
  #slide .background .titulo {
    font-size: 15pt;
    right: 0;
    top: 40%;
    left: 0;
    text-align: center;
  }
  #slide .background .titulo br {
    display: none;
  }
  #slide .background .contenido {
    display: none;
  }
  #slide .carousel-inner {
    min-height: 0;
  }
  #slide .carousel-inner .img-r {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .head .navbar-collapse {
    float: left;
    width: 100%;
  }
  .head .navbar-nav {
    margin: 0;
  }
  .head .menu {
    width: 100%;
  }
  #contenido-home .centro .img-centro {
    width: 300px;
    margin: 0;
  }
}
@media (max-width: 400px) {
  #contenido-fin .contenido h2,
  #contenido-fin .contenido h3 {
    display: none;
  }
}
