body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #FAFAFA;
}

a {
  color: #232323;
}

a:hover {
  color: #595959;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

p,
li {
  line-height: 25px;
}

.color-white {
  color: #fff !important;
}

/* general */
.btn:hover,
.btn:focus,
.btn:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img-block {
  width: 100%;
  height: auto;
  display: block;
}

.img-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.img-container {
  margin-bottom: 20px;
}

.pad-content {
  padding: 55px 0;
}

.pad-content-top {
  padding-top: 0;
}

.pad-content-bottom {
  padding-bottom: 0;
}

.table-content {
  display: table;
  width: 100%;
  height: 100%;
}

.table-wrapper {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.square {
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOP ----------------------------------- */
header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

header #header-container::before,
header #header-container::after {
  display: none
}

.sticky header {
  padding: 10px 0;
}

#site-title {
  margin: 0;
  float: left;
  max-width: 250px;
  padding: 10px 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.sticky #site-title {
  max-width: 160px;
  padding: 0;
}

.list-info {
  float: right;
  margin: 0;
}

header .list-info {
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.sticky header .list-info {
  opacity: 0;
  height: 1px;
}

.list-info li {
  position: relative;
  padding: 0;
  padding-left: 50px;
  padding-top: 15px;
  color: #929294;
  float: left;
  font-size: 14px;
  line-height: 22px;
}

.list-info li span {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -8px;
  color: #719e98;
  font-size: 28px;
}

.list-info li span .fa-envelope-o {
  margin-left: -5px;
}

.list-info li strong,
.list-info li a {
  color: #5b4a9a;
  display: block;
}

.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: inherit;
  margin: 0;
}

.navbar-brand {
  height: inherit;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.main-nav {
  background-color: #5b4a9a;
  border-radius: 45px;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

.navbar-default .navbar-nav>li {
  margin-right: 30px;
}

.navbar-default .navbar-nav>li>a {
  color: #eee;
  opacity: .8;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}

.btn,
.wpcf7-submit {
  color: #fff !important;
  border: none;
  padding: 8px 30px;
  border-radius: 35px;
  font-size: 15px;
}

.btn-azul,
.wpcf7-submit {
  background-color: #a3cfea;
}

.btn-azul:hover,
.wpcf7-submit:hover {
  background-color: #91c2e1;
}

.btn-rojo {
  background-color: #e20057;
}

.btn-rojo:hover {
  background-color: #a8005b;
}

.btn-violeta {
  background-color: #5b4a9a;
}

.btn-violeta:hover {
  background-color: #cfcdde;
}

.btn-verde {
  background-color: #66CC66;
}

.btn-verde:hover {
  background-color: #579e98;
}

.btn-naranja {
  background-color: #ff9538;
}

.btn-naranja:hover {
  background-color: #e38736;
}

.btn-amarillo {
  background-color: #EDE971;
}

.btn-amarillo:hover {
  background-color: #ffc107;
}

.nav-buttons {
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 2;
}

.nav-buttons .btn {
  padding: 15px 30px;
  position: relative;
  z-index: 2;
  height: 50px;
}

.btn-down {
  padding-right: 60px !important;
  z-index: 1 !important;
  margin-right: -50px;
}

/* submenu */
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: inherit;
  background-color: transparent;
}

/* HOME --------------------------------------------- */
.has-menu {
  padding-top: 136px;
}

.top-height {
  height: 323px;
  color: #fff;
}

.top-height-small {
  height: 170px;
}

.carousel-height {
  height: 500px;
}

.shadow-degrades {
  background-color: rgba(116, 76, 144, .6);
  background-color: rgba(0, 0, 0, .6);
}

.title {
  margin: 0;
}

.top-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
  margin-bottom: 15px;
}

.intro {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 0 15px;
}

.top-height-small .intro {
  margin-bottom: 0;
}

.top-height p {
  font-size: 18px;
}

.section-title,
.big-title {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 34px;
  margin-bottom: 15px;
}

.big-title {
  font-size: 25px;
  line-height: 32px;
}

.bloque-txt .section-title {
  margin: 15px 0;
}

.section-title span {
  font-size: 20px;
}

.intro-top {
  padding-top: 35px;
}

.has-line,
.pre-title {
  position: relative;
  display: inline-block;
}

.has-line:after,
.pre-title:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #719e98;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.has-line:after {
  position: absolute;
  right: -120px;
  top: 50%;
}

.bg-blue .pre-title:before,
.bg-blue .pre-title:after {
  background-color: #dc0057;
}

.bg-blue .pre-title:after {
  border-color: #a3cfe9;
}

.pre-title:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #719e98;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -9px;
  border-radius: 50%;
  border: solid 6px #fafafa;
}

.bg-white .pre-title:after {
  border-color: #fff;
}

.bg-grey .pre-title:after {
  border-color: #f1f1f1;
}

.list-color li {
  background-color: #fff;
}

.bg-grey,
.list-color li:nth-child(odd) {
  background-color: rgba(154, 154, 154, .1);
}

.middle-title {
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.block {
  max-width: 260px;
  margin: 0 auto;
}

.block-icon {
  width: 50px;
  margin: auto;
}

.block p {
  font-size: 14px;
  color: #808080;
}

.bg-white {
  background-color: #fff;
}

.icon-circle,
.count-number {
  display: block;
  background-color: #be0059;
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-topright: 0;
  border-radius: 50px;
  border-top-right-radius: 0;
}

.icon-circle {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.count-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
}

.icon-circle-blue {
  background-color: #00a8d9 !important;
}

.slick-prev,
.slick-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 50%;
  background-image: none;
  filter: none;
}

.slick-prev {
  left: -40px;
  background: url(../img/arrow-prev.svg) center no-repeat !important;
}

.slick-next {
  background: url(../img/arrow-next.svg) center no-repeat !important;
  right: -40px;
}

.slick-prev:before,
.slick-next:before,
.glyphicon:before {
  display: none;
}

.slick-slide {
  outline: none !important;
}

.logo-slider li {
  padding: 0 30px;
  margin-bottom: 35px;
  vertical-align: top;
}

.logo-slider li a {
  display: block;
  opacity: .5;
  margin: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.logo-slider a:hover {
  opacity: 1;
}

.logo-slider li img {
  height: 50px;
  width: auto;
}

.logo-slider .slick-slide img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 3px;
}

.carousel-indicators-black li {
  border-color: #000;
}

.carousel-indicators-black .active {
  background-color: #000;
}

img.aligncenter {
  margin: 0 auto;
}

/* INTERNAS ---------------------------------- */
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb>.active {
  color: #fff;
}

.list-sidebar li a {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 25px;
  border: 1px solid #eee;
  display: block;
}

.list-sidebar li a:hover {
  background-color: #91c2e1;
  color: #fff;
}

.widget-info {
  background-color: #594b9f;
  border-radius: 8px;
  padding: 30px;
  padding-top: 15px;
}

.widget-info .list-info {
  float: none;
  opacity: .8;
}

.widget-info .list-info li {
  padding-left: 30px;
  float: none;
  font-size: 14px;
  line-height: 22px;
}

.widget-info .list-info li,
.widget-info .list-info li a,
.widget-info .list-info li span,
.widget-info .list-info li strong {
  color: #fff;
}

.widget-info .list-info li span {
  left: -10px;
  margin-top: -13px;
  font-size: 30px;
}

.caja {
  padding: 45px 15px;
  background-color: #719e98;
  background-color: #be0059;
  border-radius: 8px;
  color: #fff;
  margin: 30px 0;
}

.caja-inner {
  padding: 15px;
  max-width: 440px;
  margin: 0 auto;
}

.caja a {
  color: #ddd;
}

.table-bloques {
  margin: 0;
}

.table-bloques>thead>tr>td,
.table-bloques>tbody>tr>td,
.table-bloques>tfoot>tr>td {
  padding: 0;
  border-top: none;
  width: 25%;
  background-color: rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.table-bloques3>thead>tr>td,
.table-bloques3>tbody>tr>td,
.table-bloques3>tfoot>tr>td {
  width: 33.3333%;
}

.table-bloques tr td:nth-child(even) {
  background-color: transparent;
}

.bloque-img {
  height: 250px;
}

.bloque-txt {
  padding: 20px;
}

.bloque-txt p {
  font-size: 14px;
  line-height: 22px;
}

.bloque-txt p a {
  font-size: 11px;
}

.bloque-txt-inner {
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #9a9a9a;
  margin: 0 -20px;
  margin-bottom: 20px;
}

.bloque-radius {
  border-radius: 10px;
  max-width: inherit;
  margin-bottom: 30px;
  border: solid 1px #f5f5f5;
}

.bg-blue {
  background-color: #a3cfea;
}

blockquote {
  color: #574ba4;
  border-color: #574ba4;
  font-style: italic;
  font-size: 16px;
}

.ancla {
  padding-top: 110px;
}

/* donar mercado pago */
.border-right-dash {
  border: solid 1px #eee;
  padding: 35px 20px;
  margin-bottom: 35px;
}

.btn-verde1,
.btn-verde2 {
  color: #fff;
  background-color: #44D135;
}

.btn-verde2 {
  background-color: #23DC81;
}

.btn-verde1:hover,
.btn-verde2:hover {
  background-color: #66CC66;
}

/* que hacemos */
.list-count {
  margin: 0;
}

.list-count>li {
  position: relative;
  padding-left: 85px;
  min-height: 70px;
  margin-bottom: 30px;
}

/* BLOG ------------------------------------------ */
.noti-item {
  padding-bottom: 55px;
}

.noti-img {
  margin-bottom: -35px;
}

.noti-text,
.single-txt {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 0 15px;
  border-bottom: 1px solid #eee;
  padding: 35px 30px;
  padding-bottom: 35px;
}

.single-txt {
  padding-top: 0;
  margin: 0;
}

.single {
  background-color: #fff;
}

.single-info {
  padding: 10px 30px;
  padding-top: 25px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

/* sidebar */
.sidebar-border .widget {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
}

/* CONTACTO ----------------------------------- */
.intro-chico {
  margin: 0 auto;
  max-width: 650px;
}

.form-control {
  height: 42px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ededed;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

/* mapa */
.map-content {
  position: relative;
}

.map-content .widget-info {
  position: absolute;
  z-index: 22;
  left: 60%;
  bottom: 0;
  float: none;
  border-radius: 0;
}

#map {
  height: 300px;
}

/* alertas */
div.wpcf7-response-output {
  margin: 0;
  margin-top: 19px;
  padding: 15px;
}

#footer .wpcf7-not-valid-tip,
#footer .wpcf7-response-output {
  display: none !important;
}

div.wpcf7-validation-errors {
  /* amarillo */
  border: 1px solid #ffce54;
  background-color: #ffdd87;
  color: #8a6d3b;
}

span.wpcf7-not-valid-tip {
  /* rojo */
  color: #da4453;
  margin-top: 5px;
  font-weight: 700;
  font-size: 12px;
}

div.wpcf7-mail-sent-ng {
  border: 1px solid #ed5565;
  background-color: #f2838f;
  color: #a94442;
}

div.wpcf7-mail-sent-ok {
  /* verde */
  border: 1px solid #a0d468;
  background-color: #b9df90;
  color: #3c763d;
}

/* FOOTER ---------------------------------------------- */
footer {
  position: relative;
  background-color: #4a4a4a;
}

footer,
footer a {
  color: #b1b1b1;
}

footer a:hover {
  color: #eee;
}

.widget {
  margin-bottom: 30px;
}

.widget-logo {
  max-width: 200px;
}

.small-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #777;
}

.has-left-line {
  margin-left: 20px;
  position: relative;
}

.has-left-line:before {
  content: "";
  border-left: 3px solid #a8005b;
  height: 32px;
  position: absolute;
  left: -17px;
  top: -7.5px;
}

.widget-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 0px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  background-image: url(../img/widget-menu-before.svg);
  background-position: left 3px center;
  background-repeat: no-repeat;
  background-size: 4px;
}

.widget-menu ul .active a {
  color: #fff;
}

.widget-noticias ul li {
  position: relative;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  min-height: 70px;
}

.widget-noticias ul li:last-child {
  border-bottom: none;
  min-height: inherit;
}

.widget-noticias ul li img {
  float: left;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.widget-icon li {
  line-height: 30px;
}

.widget-icon li span {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

#copyright {
  background-color: #363535;
  color: #fff;
}

#copyright p {
  margin: 0;
}

/* social icons */
.social-icons {
  float: right;
}

li.social-icons {
  padding-left: 15px;
  padding-top: 25px;
}

.social-icons ul {
  margin: 0;
}

.social-icons ul li {
  vertical-align: middle;
  padding: 0;
  margin-left: 5px;
}

.social-icons ul li:first-child {
  margin-left: 0;
}

.social-icons ul li a {
  background-color: transparent;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

.social-icons ul li a:hover {
  background-color: #fff;
  color: #363535;
}

header .social-icons ul li a {
  background-color: #719e98;
}

/* mapa */
.map {
  height: 170px;
  color: #000;
}

/* MAS ------------------------------------------------ */
/* muu */
#muu {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

/* delay */
.delay01 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
  animation-delay: .3s;
}

.delay02 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
}

.delay03 {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
}

/* bloque */
.destacado {
  padding: 10px 0;
  padding-top: 20px;
  color: #fff;
  background-color: #91005e;
}

/* toggle */
.navbar-toggle {
  float: left;
  margin: 9px 0;
  border: none;
  border-radius: 50%;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* MEDIA QUERYS ------------------------------------- */
@media only screen and (max-width:992px) {

  /* top */
  #site-title {
    margin: 0 auto;
    float: none;
  }

  .list-info {
    float: none;
    text-align: center;
  }

  .list-info li {
    float: none;
    display: inline-block;
  }

  li.social-icons {
    display: block !important;
    padding-left: 0;
    width: 100%;
    padding-top: 25px;
  }

  /* menu */
  header {
    max-height: 252px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none;
    display: block;
    width: 100%;
  }

  .navbar-default .navbar-nav>li {
    margin-right: 0;
    float: none;
    display: block;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding: 10px 15px;
  }

  .dropdown-menu {
    position: relative;
    top: 100%;
    float: none;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff !important;
  }

  /* home */
  .has-menu {
    padding-top: 251px;
  }

  .sticky .has-menu {
    padding-top: 93px;
  }

  /* nosotros */
  .table-bloques>thead>tr>td,
  .table-bloques>tbody>tr>td,
  .table-bloques>tfoot>tr>td {
    display: inline-block;
    width: 50%;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .table-bloques3>thead>tr>td,
  .table-bloques3>tbody>tr>td,
  .table-bloques3>tfoot>tr>td {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width:768px) {

  /* top */
  .main-nav {
    margin: 15px;
    margin-bottom: -30px;
    padding-left: 10px;
  }

  /* home */
  .block {
    margin-bottom: 35px;
  }

  /* interna */
  #sidebar .widget-info {
    display: none;
  }

  /* alidados */
  .logo-slider li {
    margin-bottom: 25px;
  }

  .logo-slider li img {
    height: 40px;
  }
}

@media only screen and (max-width:600px) {

  .table-bloques>thead>tr>td,
  .table-bloques>tbody>tr>td,
  .table-bloques>tfoot>tr>td {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width:480px) {

  /* top */
  .list-info li {
    float: none;
    display: none;
  }

  /* home */
  .has-menu {
    padding-top: 165px;
  }

  .top-title {
    font-size: 30px;
    line-height: 34px;
  }

  .section-title,
  .big-title {
    font-size: 23px;
    line-height: 27px;
  }

  /* interna */
  .has-line:after {
    display: none;
  }

  .list-count>li {
    padding-left: 65px;
  }

  .noti-text,
  .single-txt {
    padding: 20px 15px;
    padding-bottom: 25px;
  }

  /* footer */
  .social-icons {
    float: none;
    text-align: center;
  }
}
