@charset "UTF-8";
@import url("style.css");
/* ==========================================================================
   Author: Esteban García Sánchez
   ========================================================================== */
body {
  overflow-x: hidden;
}

ul {
  padding-left: 0px;
}

ul.ctg{
  padding-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  text-align: center;
}

ul.ctg li {
  width: 31%;
  margin: 0 1%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.scrollup {
    box-shadow: none;
    font-size: 20px;
    z-index: 5;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ui.red.label, .ui.red.labels .label {
  background-color: #384F95 !important;
  border-color: #384F95 !important;
  color: #fff !important;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.sl-home {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.sl-home .sl-img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 600px;
  width: 100%;
}
.sl-home .cap {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sl-home .cap .search {
  color: #fff;
  text-align: center;
  padding: 200px 100px 0px;
}
.sl-home .cap .search h1 {
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sl-home .cap .search p {
  margin-top: 15px;
  color: #fff;
  font-size: 25px;
}
.sl-home .cap .search form,
.single .space .conte form {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 15px;
  max-width: 700px;
  margin: 0 auto;
}
.sl-home .cap .search form div,
.single .space .conte form div {
  position: relative;
}
.sl-home .cap .search form div input,
.single .space .conte form div input {
  width: 100%;
  background: #fff;
  color: #000d28;
  padding: 10px;
  border-radius: 15px;
  border: none;
}
.sl-home .cap .search form div button,
.single .space .conte form div button {
  width: 180px;
  position: absolute;
  right: 0px;
  color: #fff;
  top: 0px;
  border-radius: 0 5px 5px 0;
  border: none;
  cursor: pointer;
  background: #384F95;
  padding: 10px;
}
.single .space .conte form div button{
  position: relative;
  width: 100%;
}
.post {
  background: #fff;
  padding: 50px 20px;
}
.post h2 {
  text-align: center;
  color: #2e3f6e;
 /* #000d28 */
}
.post .t2 p {
  font-size: 20px;
  color: #2e3f6e;
  margin-bottom: 0px;
}
.post p {
  font-size: 20px;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-slider {
  margin-top: 0px;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: none;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 12px 15px 8px 15px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s linear;
          transition: transform 0.2s linear;
  max-width: 500px;
  max-height: 500px;
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: -webkit-linear-gradient(135deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-content p {
  font-size: 1em;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-slide:hover .post-img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: 95%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  -webkit-transition: background 0.5s ease 0s;
          transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: 95%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  -webkit-transition: background 0.5s ease 0s;
          transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "";
}

.counts {
  background: url("../../img/default/exitos.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.counts .counter {
  display: inline-block;
  margin: 1.5%;
  width: 200px;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 44px;
}
.counts p {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
}
.counts .cap-count {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.z {
  z-index: 2;
  position: relative;
}

.populars {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.populars h2 {
  text-align: center;
  color: #2e3f6e;
}
.populars p {
  margin-bottom: 25px;
}

.anc {
  background: url("../../img/default/conocenos.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 4px 6px #000d28;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}
.anc h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.comments .post-slide .post-content p {
  text-overflow: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.comments .post-slide .post-img {
  background: #fff;
}

.comments .post p {
  font-size: 1em;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: auto;
}

/*------ testimonilas------------------------------------------------*/
.testi-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
}

.testimonilas-text {
  padding: 75px 50px 75px;
  overflow: hidden;
  background: #F5F6FA;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.testimonilas-text:before, .testimonilas-text:after {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: #ccc;
  opacity: 0.3;
  font-size: 24px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.testimonilas-text:after {
  display: none;
}

.testimonilas-text:before {
   display: none;
}

.testimonilas-text .listing-rating {
  float: none;
  display: inline-block;
  margin-bottom: 12px;
}

.testimonilas-avatar h3 {
  font-weight: 600;
  color: #2e3f6e;
}

.testimonilas-avatar h4 {
  color: #878C9F !important;
  font-weight: 600;
  font-size: 0.845em;
  padding-top: 6px;
  letter-spacing: 2px;
  text-transform: uppercase;

}

.testimonilas-carousel .swiper-slide {
  padding: 30px 0;
}

.testi-avatar {
  position: absolute;
  left: 50%;
  top: -30px;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  z-index: 20;
}

.testi-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 6px solid #fff;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.swiper-slide-active .testimonilas-text {
  background: #fff;
}

.testimonilas-text p {
  color: #878C9F;
  font-size: 1.077em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  display: block;
  overflow: auto;
  text-overflow: initial;
}

.listing-rating i {
  color: #FACC39;
}

.noticias {
  background: url('../../img/default/suscribe.jpg');
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  margin-bottom: 20px;
  box-shadow: 2px 4px 6px #000d28;
  position: relative;
}
.noticias::before{
  content:"";
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}
.noticias h3 {
  font-weight: 600;
  position: relative;
  font-size: 1.23em;
  color: #fff;
  padding-bottom: 6px;
}
.noticias h3 span {
  color: #4DB7FE;
}
.noticias p {
  color: #fff;
}

.lines {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

.line {
  background: transparent;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 0px;
}

.footm {
  background: #000d28;
  padding: 30px 30px 60px;
  overflow: hidden;
}
.footm .hvr-underline-from-left:before {
  background: #2e3f6e;
}
.footm .vp {
  border-top: #2e3f6e 5px solid;
  padding-top: 30px;
}
.footm .vp p {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
}
.footm a.ven {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.footm a.ven img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.footm h3, .footm p, .footm a, .footm i {
  color: #fff;
}
.footm h3{
  margin-bottom: 15px;
}
.footm ul {
  list-style: none;
}
.footm ul li {
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-size: 1em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  margin-bottom: 12px;
}
.footm ul.socials {
  padding-left: 0px;
}
.footm ul.socials li a i {
  font-size: 30px;
}
.footm ul.socials li a{
  margin: 0 5px;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 120px;
  text-align: center;
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
.site-footer .hvr-underline-from-left:before {
  background: #fff;
}

.footer-bg {
  position: absolute;
  left: 0;
  width: 200%;
  min-height: 300px;
  bottom: 0px;
  z-index: 0;
  opacity: 0.6;
  background: url("../../img/default/map-bg.png") center no-repeat;
}

.footer-bg-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.footer-bg-pin:first-child {
  left: 120px;
  top: 200px;
}

.footer-bg-pin:nth-child(2) {
  left: 230px;
  top: 200px;
}

.footer-bg-pin:nth-child(3) {
  left: 136px;
  top: 300px;
}

.footer-bg-pin:nth-child(4) {
  right: 190px;
  top: 220px;
}

.footer-bg-pin:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
}

@-webkit-keyframes newpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(22);
    transform: scale(22);
    opacity: 0;
  }
}
@keyframes newpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(22);
    transform: scale(22);
    opacity: 0;
  }
}
.footer-bg-pin-vis:before {
  -webkit-animation: newpulse 2s infinite ease-in-out;
  animation: newpulse 2s infinite ease-in-out;
}

.single {
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  position: relative;
}
.single .banner {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
.single .banner .logotipo {
  position: absolute;
  right: 5%;
  max-width: 200px;
  width: 100%;
  top: 18px;
  z-index: 2;
}
.single .banner .logotipo img {
  width: 100%;
  border-radius: 15px;
}
.single .layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.9) 100%);
  height: 100%;
  width: 100%;
}
.single .cont {
  position: absolute;
  padding-left: 5em;
  bottom: 5em;
  z-index: 2;
  /*
  h1:before{
    content: '';
    position: absolute;
    left: 2.2em;
    top: 0px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: #4DB7FE;
  } */
}
.single .cont h1 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 18px;
  color: #fff;
  font-size: 36px;
}
.single .cont i {
  color: #4DB7FE;
  font-size: 20px;
}
.single .cont li.social i{
  margin-right: 5px;
  font-size: 20px;
}
.single .space .sear form{
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 15px;
  max-width: 700px;
  margin: 0 auto;
}

.single .cont ul.info,
.single .cont ul.post-categories {
  list-style: none;
  padding-left: 8px;
}
.single .cont ul.info li a,
.single .cont ul.post-categories li a {
  color: #fff;
  font-weight: 600;
}
.single .cont ul.info li a{
  margin-right: 10px;
}
.single .cont ul.info li.tags a,
.single .cont ul.post-categories li.tags a {
  font-weight: 400;
  font-size: 1em !important;
  line-height: 16px;
}
.single .cont .title {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.single .space .conte {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 20px;
}
.single .space .conte h2.title {
  font-size: 1.154em;
  font-weight: 600;
  color: #566985;
  font-family: "Nunito", sans-serif;
  text-align: left;
  border-bottom: solid 2px #566985;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single .space .tags a {
  padding: 8px 20px;
  border-radius: 2px;
  color: #888DA0;
  font-weight: 400;
  margin: 0 6px 6px 0;
  background: #F5F6FA;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 1em !important;
  line-height: 16px;
}
.single .space .tags a:hover {
  border-color: transparent;
  color: #fff;
  background: #4DB7FE;
  text-decoration: none;
}
.single .space .ubicaion iframe {
  width: 100%;
  height: 300px;
}
.single .space .ubicaion ul {
  padding-left: 0px;
  padding-top: 20px;
}
.single .space .ubicaion ul li {
  list-style: none;
}
.single .space .ubicaion ul li p, .single .space .ubicaion ul li a {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #878C9F;
}
.single .space .ubicaion ul li p {
  font-weight: 600;
}
.single .space .ubicaion ul li p i {
  color: #4DB7FE;
  font-weight: 600;
}
.single .space .ubicaion ul li p a {
  font-weight: 500;
}
.single .space .ubicaion ul li a:hover {
  color: #4DB7FE;
  text-decoration: none;
}
.single .space .ubicaion ul li a.soci {
  width: 30px;
  height: 30px;
  padding: 9px;
  display: inline-block;
  line-height: 30px;
  border-radius: 4px;
  color: #fff;
  background: #4DB7FE;
}
.single .space .amen {
  border-color: transparent;
  color: #fff;
  background: #4DB7FE;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 400;
  margin: 0 6px 6px 0;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 1em !important;
  line-height: 16px;
}
.single .space .hor ul {
  list-style: none;
  padding-left: 0px;
}
.single .space .hor ul li {
  font-size: 1em;
  color: #455180;
  font-weight: 600;
}
.single .space .pop ul {
  padding-left: 0px;
  list-style: none;
}
.single .space .pop ul li {
  padding: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 100ms linear;
          transition: all 100ms linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single .space .pop ul li .widget-posts-img {
  width: 100%;
  position: relative;
}
.single .space .pop ul li .widget-posts-img h4{
  font-size: 15px;
}
.single .space .pop ul li .widget-posts-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  max-width: 100px;
  margin: 0 auto;
}
.single .space .pop ul li .widget-posts-img + .widget-posts-descr {
  width: 70%;
  padding: 0 20px;
  position: relative;
}
.single .space .pop ul li .widget-posts-descr {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}
.single .space .pop ul li .widget-posts-descr h4 {
  font-weight: 600;
  font-size: 1em;
  padding-bottom: 2px;
  color: #566985;
}
.single .space .pop ul li .widget-posts-descr i {
  color: #4DB7FE;
}
.single .space .pop ul li:hover {
  background: #f5f5f5;
}

.single .space .pop h3{
  font-size: 20px !important;
  padding-bottom: 20px;
}
.btn-gen {
  padding: 10px 40px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 0.923em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
          transition: all 200ms linear;
  background: #000D28;
  cursor: pointer;
}

.btn-gen:hover {
  color: #fff;
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}

.se .banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 400px;
}
.se .banner .title {
  z-index: 3;
  position: relative;
  padding: 13% 0;
}
.se .banner .title h1 {
  font-size: 32px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
}
.se .banner .separator {
  width: 100%;
  position: relative;
  margin: 20px 0;
  display: inline-block;
  text-indent: -9999px;
}
.se .banner .separator::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 3px;
  margin-left: -25px;
  width: 50px;
  border-radius: 3px;
  z-index: 2;
  background: #4db7fe;
}

.logo {
  float: left;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}
.logo a {
  position: absolute;
  z-index: 10;
}

.logo img {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 120px;
  margin: 0;
  padding: 0;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
}

.inner {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
  z-index: 3;
  background: rgba(255,255,255,.2);
}

header.alt-header {
  background: #fff;
}

.alt-header a {
  color: #000;
}

body.header-fixed header {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}
body.header-fixed header {
  box-shadow: 0px 4px 6px #000d28;
}
body.header-fixed header .menu > ul > li a {
    color: #2e3f6e;
}

body.header-fixed header .menu > ul > li:hover a .hvr-underline-from-left::before {
  background: #ffb000;
}



body.header-fixed .logo img {
  height: 100px;
}

li {
  list-style: none;
}

nav {
  overflow: hidden;
}

nav ul {
  float: right;
}

nav li {
  display: inline;
  float: left;
}

nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 20px 25px 0px;
  -webkit-transition: 0.3s all;
          transition: 0.3s all;
}

/*
nav a:hover {
  background: red;
} */
.alt-header .logo {
  color: #000;
}

.alternate {
  background: #000;
}


/*listas*/
.lstatus-opening {
  background: #5ECFB1;
}

.lstatus-closed {
  background: #F75C96;
}

.geodir-category-listing {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #2e3192;
}

.fl-wrap {
  position: relative;
}

.geodir-category-img {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.geodir-category-img:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #fff;
  z-index: 3;
}

.geodir-js-favorite_btn {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  color: #fff;
}

.geodir-js-favorite_btn .save-btn {
  display: inline-block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.geodir-js-favorite_btn i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #425998;
  position: relative;
  z-index: 2;
}

.geodir-js-favorite_btn span {
  border-radius: 36px;
  background: #425998;
  left: -36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding: 0 18px 0 48px;
  font-size: 0.845em;
  font-weight: 600;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  margin-top: -2px;
  visibility: hidden;
}

.geodir-category-img-wrap {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  width: 100%;
}

.geodir-category-img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 27, 65, 0)), to(rgba(6, 27, 65, 0.95)));
  background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
  z-index: 2;
}

.listing-item-grid .bg,
.geodir-category-img-wrap img,
.gallery-item img {
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 2;
}

.listing-avatar {
  position: absolute;
  bottom: -5px;
  right: 40px;
  z-index: 14;
}

.listing-avatar img {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 0px 6px #fff;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}

.red-bg, .gsd_close, .lstatus-closed, .map-popup-location-category.cafe-cat, .infobox-status.close {
  background: #F75C96;
}

.geodir_status_date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.845em;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.geodir_status_date i {
  margin-right: 10px;
}

.geodir-category-opt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 20px;
  cursor: pointer;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.flex-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.listing-rating-count-wrap .review-score {
  background: #384f95;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  margin-right: 12px;
}

.listing-rating i {
  font-size: 10px;
  margin-right: 4px;
  position: relative;
  z-index: 2;
  color: #facc39;
}

.listing-rating-count-wrap .reviews-count {
  color: #fff;
  font-size: 0.845em;
  position: relative;
  top: 2px;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.dis-inflex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.listing-item .geodir-category-content, .listing-item .geodir-category-img {
  position: relative;
}

.geodir-category-listing:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.12);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.geodir-category-content-title {
  padding: 2px 20px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.fl-wrap {
  position: relative;
}

.geodir-category-content-title-item {
  width: 100%;
  position: relative;
  z-index: 1;
}

.geodir-category-content h3, 
.cart-details_text .geodir-category-content-title-item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
}

.geodir-category-content h3 a {
  color: #566985;
}

.geodir-category-location a {
  color: #7d93b2;
  text-align: left;
  font-size: 0.923em;
}

#cancel-comment-reply-link, table a,
.post-page-numbers.current,
a.post-page-numbers:hover,
.post-article > .list-single-main-item.block_box .post-page-numbers.current,
.post-article > .list-single-main-item.block_box a.post-page-numbers:hover,
.post-article > .list-single-main-item.block_box .post-opt li a:hover,
.widget_meta ul a, .widget_rss ul a,
.widget_recent_entries ul a,
.widget_recent_comments ul a,
.post-article > .list-single-main-item.block_box .post-opt-title a:hover,
.nav-holder nav li a.act-link, .nav-holder nav li a:hover,
.header-search_btn i,
.show-reg-form i,
.nice-select:before,
.ctb-modal-title span strong,
.lost_password a,
.custom-form.dark-form label span,
.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after,
.custom-form .filter-tags label a,
.section-subtitle, .footer-social li a,
.subfooter-nav li a,
#footer-twiit .timePosted a:before,
#subscribe-button i,
.nice-select .nice-select-search-box:before,
.nav-holder nav li a i, .show-lang i,
.lang-tooltip a:hover,
.main-register-holder .tabs-menu li a i,
.header-modal_btn i,
.custom-form .log-submit-btn:hover i,
.main-search-input-item label i,
.header-search-input label i,
.location a,
.footer-contacts li i,
#footer-twiit p.tweet:after, 
.subscribe-header h3 span, 
.footer-link i, 
.footer-widget-posts .widget-posts-date i, 
.clear-wishlist, 
.widget-posts-descr-link a:hover, 
.geodir-category-location a i, 
.header-modal-top span strong, 
.cart-btn:hover i, 
.to-top, 
.map-popup-location-info i, 
.infowindow_wishlist-btn, 
.infobox-raiting_wrap span strong, 
.map-popup-footer .main-link i, 
.infoBox-close, 
.mapnavbtn, 
.mapzoom-in, 
.mapzoom-out, 
.location-btn, 
.list-main-wrap-title h2 span, 
.grid-opt li span.act-grid-opt, 
.reset-filters i, 
.avatar-tooltip strong, 
.facilities-list li i, 
.geodir-opt-list a:hover i, 
.geodir-js-favorite_btn:hover i, 
.geodir-category_contacts li span i, 
.geodir-category_contacts li a:hover, 
.close_gcc:hover, 
.listsearch-input-wrap-header i, 
.listsearch-input-item span.iconn-dec, 
.more-filter-option-btn i, 
.clear-filter-btn i, 
.back-to-filters, 
.price-rage-wrap-title i, 
.listsearch-input-wrap_contrl li a i, 
.geodir-opt-tooltip strong, 
.listing-features li i, 
.gdop-list-link:hover i, 
.show-hidden-sb i, 
.filter-sidebar-header .tabs-menu li a i, 
.datepicker--day-name, 
.scroll-nav li a.act-scrlink, 
.scroll-nav-wrapper-opt a.scroll-nav-wrapper-opt-btn i, 
.show-more-snopt:hover, 
.show-more-snopt-tooltip a i, 
.breadcrumbs a:before, 
.list-single-stats li span i, 
.list-single-main-item-title h3 i, 
.box-widget-item-header i, 
.opening-hours ul li.todaysDay span.opening-hours-day, 
.listing-carousel-button, .list-single-main-item-title i, 
.list-single-main-item-title:before, 
.box-widget-item-header:before, 
.list-author-widget-contacts li span i, 
.list-author-widget-contacts li i, 
.contact-infos i, 
.btn i, 
.reviews-comments-item-date i, 
.rate-review i, 
.chat-widget_input button, 
.fchat-header h3 a, .custom-form .review-total span input, .photoUpload span i, .bottom-bcw-box_link a:hover, .custom-form label i, .video-box-btn, .claim-widget-link a, .custom-form .quantity span i, .scroll-nav li a.act-scrlink i, .share-holder.hid-share .share-container .share-icon, .sc-btn, .list-single-main-item-title h3 span, .ss-slider-cont, .team-social li a, .team-info h4, .simple-title span, .back-tofilters i, .breadcrumbs-wrapper.block-breadcrumbs:before, .breadcrumbs-wrapper.top-breadcrumbs a:before, .top-breadcrumbs .container:before, .header-sec-link a i, .map-modal-container h3 a, .map-modal-close, .post-opt li i, .cat-item li span, .cat-item li a:hover, .brd-show-share i, .author-social li a, .post-nav-text strong, .post-nav:before, .faq-nav li a.act-scrlink i, .faq-nav li a.act-scrlink:before, .faq-nav li a:hover i, .log-massage a, .cart-total strong, .action-button i, .dashboard-header-stats-item span, .dashboard-header-stats-item i, .add_new-dashboard i, .tfp-btn strong, 
.user-profile-menu li a i, .logout_btn i, .dashboard-message-text p a, .dashboard-message-time i, .pass-input-wrap span, .fuzone .fu-text i, .radio input[type=radio]:checked + span:before, .booking-list-message-text h4 span, .dashboard-message-text h4 a:hover, .chat-contacts-item .chat-contacts-item-text span, .recomm-price i, .time-line-icon i, .testi-link, .testimonilas-avatar h4, .testimonilas-text:before, .testimonilas-text:after, .cc-btn, .single-facts_2 .inline-facts-wrap .inline-facts i, .images-collage-title, .collage-image-input i, .process-count, 
.listing-counter span, .main-search-input-tabs .tabs-menu li.current a, .hero-categories li a i, .main-search-input-item span.iconn-dec, .main-search-button i, .shb, .follow-btn i, .user-profile-header_stats li span, .follow-user-list li:hover a span, .dashboard-tabs .tabs-menu li a span, .bold-facts .inline-facts-wrap .num, .page-scroll-nav nav li a i, .mob-nav-content-btn i, .map-close, .post-opt-title a:hover, .post-author a:hover span, .post-opt a:hover, .breadcrumbs-wrapper a:hover, .reviews-comments-header h4 a:hover, .listing-item-grid_title h3 a:hover, .geodir-category-content h3 a:hover, .footer-contacts li a:hover, .footer-widget-posts .widget-posts-descr a:hover, .footer-link:hover, .geodir-category-opt h4 a:hover, .header-search-button:hover i, .list-author-widget-contacts li a:hover, .contact-infos a:hover, .list-single-author a:hover, .close_sbfilters, .show-lang:hover i, .show-reg-form:hover, .ctb-modal-close:hover, .pac-icon:before, .pi-text h4, .hero-inputs-wrap .filter-gid-item .flabel-icon i, .logo-text, .lfield-icon i, .nice-select:before, .nice-select-search-box:before, .nearby-input-wrap .get-current-city, .filter-inputs-row label.flabel-icon i, .filter-inputs-row input[type=checkbox], .filter-inputs-row input[type=radio], .listings-loader, .notification-list-time i, .notification-msg a, .ajax-result-message, .opening-hours .current-status, .btn-link, .mdimgs-wrap ul .fu-text i, .widget-posts-date i, .footer-widget .widget-posts-descr a:hover, .townhub-tweet .timePosted a:before, .townhub-tweet p.tweet:after, .cat-item span, .cat-item a:hover, 
.currency-tooltip li a:hover, .show-currency-tooltip:hover span i, .subfooter-menu-wrap ul.menu li a, .subfooter-menu-wrap ul.menu li a:hover, .copyright a, .copyright a:hover, .subscribe-button i, .subscribe-agree-label a, .edit-listing-link, .lsingle-block-title:before, .comment-reply-title-wrap:before, .review-total-inner .reviews-total-score, .lbl-hasIcon i, .message-input button, .contact-date, .dashboard-card-content h4 span, .dashboard-card-content .entry-title a:hover, .lcheckout-title h2 span, .ck-form label i, .ck-form .ck-form-terms label a, .ck-form input[type=checkbox]:checked:after, .lbl-hasIcon i, .booking-time-picker .tpick-icon, .prelog-message, .breadcrumbs-wrapper .woocommerce-breadcrumb a:before, section.products.related > h2:after, section.products.upsells > h2:after, .body-townhub ul.products li.product .woocommerce-loop-category__title:hover, .body-townhub ul.products li.product .woocommerce-loop-product__title:hover, .body-townhub ul.products li.product .price, .body-townhub div.product p.price, .body-townhub div.product span.price, .body-townhub ul.cart_list li a:hover, .body-townhub ul.product_list_widget li .woocommerce-Price-amount, ul.woocommerce-widget-layered-nav-list li span, ul.product-categories li span, .widget_archive span, .widget_pages span, .widget_nav_menu span, .widget_archive a:hover, .widget_pages a:hover, .widget_nav_menu a:hover, table#wp-calendar a:hover, .single-page-content-wrap .single-page-title-inside:before, .show-currency-tooltip .currency-symbol, .evticket-available span, .litem-ad, .claim-success, .report-success, .lroom-facts li i, .flatWeatherPlugin ul.wiForecasts li.wi {
  color: #4DB7FE;
}

.geodir-category-text {
  padding: 0 20px;
}

.geodir-category-text p {
  font-size: 1em;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #2e3f6e;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.facilities-list-title {
  margin-right: 10px;
  color: #566985;
  font-weight: 700;
}

.facilities-list li {
  margin-right: 14px;
  cursor: pointer;
  position: relative;
}

.tolt[data-microtip-position|=top]::before {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

.tolt:before {
  background-size: 100% auto !important;
  content: "";
}

.tolt:before, .tolt:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.geodir-category-footer {
  margin: 4px 0 0;
  padding: 0 20px;
  border-top: 1px solid #eee;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.geodir-category-location a i {
  padding-right: 6px;
}

.green-bg, 
div.datedropper.primary .pick-submit, 
.footer-bg-pin, 
.gsd_open, 
.lstatus-opening, 
.verified-badge, 
.toggle-filter-btn.tsb_act, 
.status.st_online span, 
.slide-progress, 
.reply-item, 
.comment-reply-link, 
#progressbar li.active:last-child span, 
.user-profile-menu li a span, 
.infobox-status.open, 
.map-popup-location-category.shop-cat, 
.process-item_time-line:after, 
.switchbtn input:checked + .switchbtn-label, 
.collage-image-input.hasicon.empty-content, 
.header-search-input-wrap .hero-inputs-wrap .main-search-button, 
.body-townhub span.onsale, .count-select-ser {
  background: #5ECFB1;
}

.listing-item-category-wrap span {
  margin-left: 10px;
  position: relative;
  color: #7d93b2;
}

.listing-cats-wrap, .geodir-category_price, .geodir-opt-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.geodir-opt-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
}

.geodir-opt-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.no-list-style {
  list-style: none;
  margin: 0;
}
.no-list-style li{
  margin-right: 5px !important;
}
ul li, ol li {
  margin-bottom: 0.5em;
}

.geodir-opt-list li {
  margin-left: 16px;
}

.geodir-opt-list li {
  margin-bottom: 0;
}

.geodir-opt-list a, .gdop-list-link {
  position: relative;
  font-size: 1.23em;
  color: #9ea6ba;
  cursor: pointer;
  margin-right: 10px;
}

.geodir-category_contacts {
  position: absolute;
  right: 20px;
  bottom: 70px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15) !important;
  z-index: 20;
  max-width: 270px;
  border-radius: 4px;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.geodir-category-listing:hover .geodir-category-img-wrap img, .gallery-item:hover img, .listing-item-grid:hover .bg {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.geodir_status_date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  color: #fff;
  font-size: 0.845em;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.geodir-category_price + .geodir-opt-list {
  margin-left: 0;
}

.geodir-opt-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
}

.listing-item .geodir-category-listing {
  margin-bottom: 12px;
}

.not-post {
  padding: 50px 0;
}

.er {
  padding-bottom: 15px;
}

.cont .banner {
  margin-bottom: 0px;
}
.cont-sep{
  padding: 50px 30px;
}
.lateral-img img{
  width: 100%;
  max-width: 600px;
}
.formscontacto h2 {
  color: #878c9f;
  font-weight: 800;
  text-align: left;
  font-size: 22px;
}
.formscontacto p {
  font-weight: bold;
  margin-bottom: 10px;
}
.formscontacto ul {
  border: solid 1px #878c9f;
  border-radius: 10px;
  padding: 20px;
}
.formscontacto ul li {
  border-bottom: solid 1px #878c9f;
}
.formscontacto ul li i {
  color: #4DB7FE;
}
.formscontacto ul li.redes {
  border-bottom: none;
}
.formscontacto ul li.redes .link-soc {
  background: #007bff;
  border-radius: 25px;
  padding: 10px 14px;
}
.formscontacto ul li.redes .link-soc i {
  color: #fff;
}
.formscontacto ul li.redes .hvr-ripple-out::before {
  border: #007bff solid 6px;
  border-radius: 25px;
}
.formscontacto .bgcv {
  background: url("../../images/bg/tips-digitales-ven-y-anunciate.jpg") no-repeat center center/cover;
  border-radius: 20px;
}
.formscontacto .bgcv h2 {
  padding: 39px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.formscontacto .bgcv a {
  position: relative;
  top: -30px;
}

.padcv {
  padding: 0 40px 40px;
}
.padcv h2 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.caph {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  border-radius: 20px;
}

.contactvn {
  /* Nao */
}
.contactvn h2 {
  color: #878c9f;
  font-weight: 800;
  text-align: left;
  font-size: 22px;
}
.contactvn p {
  font-weight: 500;
  margin-bottom: 10px;
  color: #878c9f;
}
.contactvn form input, .contactvn form textarea {
  width: 100%;
  background: #f9f9f9;
}
.contactvn .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  width: calc(100% - 2em);
  vertical-align: top;
}
.contactvn .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  color: #aaa;
  font-weight: 400;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.contactvn .input__field:focus {
  outline: none;
}
.contactvn .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contactvn .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.contactvn .graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: #2e3f6e;
}
.contactvn .icon {
  color: #ddd;
  font-size: 150%;
}
.contactvn .input--nao {
  overflow: hidden;
  padding-top: 1em;
}
.contactvn .input__field--nao {
  padding: 0.5em 0em 0.25em;
  width: 100%;
  background: transparent;
  color: #9da8b2;
  font-size: 2.25em;
}
.contactvn .input__label--nao {
  position: absolute;
  top: 0em;
  font-size: 1.85em;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0em;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
  transition: transform 0.2s 0.15s, color 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contactvn .graphic--nao {
  stroke: #92989e;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
  transition: transform 0.7s, stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.contactvn .input__field--nao:focus + .input__label--nao,
.contactvn .input--filled .input__label--nao {
  color: #333;
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}
.contactvn .input__field--nao:focus ~ .graphic--nao,
.contactvn .input--filled .graphic--nao {
  stroke: #333;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}

div.asl_m {
  z-index: 2 !important;
}

.emaillist form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.emaillist form p {
  position: absolute;
  bottom: -24px;
  left: 19px;
}
.emaillist form .es-field-wrap {
  width: 100%;
  max-width: 350px;
}
.emaillist form .es-field-wrap label {
  width: 100%;
}
.emaillist form .es-field-wrap label input {
  width: 100%;
  max-width: 350px;
  border-radius: 22px 0 0 22px;
  padding: 10px;
}
.emaillist form input.es_submit_button {
  padding: 10px;
  height: 44px;
  position: relative;
  top: 1px;
  background: #fff;
  color: #384F95;
  font-weight: bold;
  border: none;
  box-shadow: none;
  border-radius: 0 22px 22px 0;
}

/*page header*/
.subtitle {
  position: relative;
  height: 300px;
}
.subtitle div.banner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
/*
.subtitle div.banner::after {
  content: "";
  background: url("../../img/site/recorter.png") no-repeat bottom center/contain;
  position: absolute;
  width: 100%;
  height: 100%;
} */
.subtitle div.banner::before {
  content: "";
  background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.9) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.subtitle .sub-header .vs {
  position: absolute;
  bottom: 40%;
  left: 0px;
  width: 100%;
  text-align: center;
}
.subtitle .sub-header .vs h1 {
  letter-spacing: -3px;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*page*/
.pagev .conten-page {
  padding: 50px 25px;
}
.pagev .conten-page h2 {
  text-transform: uppercase;
  color: #2e3f6e;
  font-size: 60px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pagev .conten-page h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 4px;
  background-color: #FFB000;
}

/*page nosotros*/
.nosotros h2 {
  font-size: 4vw !important;
}

.nosotros .serv .card {

    border: none;
}
.nosotros .serv .card .card-header{
    background-color: transparent !important;  
}
.nosotros .serv .card-header h3{
  color: #2e3f6e;
  text-align: left;
  padding-left: 10px;
  font-size: 20px;
}
.nosotros .serv .card-header h3::before{
  position: absolute;
  height: 30px;
  width: 40px;
  left: 0px;
  content: '';
  background: url('../../img/site/check.png') no-repeat center center / contain;
}
.precios{
  background: url('../../img/default/precios.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.precios h2{
  text-shadow: 0 0 4px #000;
  color: #fff !important;
}
.precios::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.9) 100%);
}
.card-body ul{
  position: relative;
  left: 15px;
}
.card-body ul li{
  padding-left: 20px;
}

.card-body ul li::before{
  position: absolute;
  height: 30px;
  width: 30px;
  left: -15px;
  content: '';
  background: url('../../img/site/check.png') no-repeat center center / contain;
}

.separ{
  margin-top: 50px;
margin-bottom: 50px;
}
.planes .sencillo,
.planes .premium,
.planes .empresarial {
  border: solid 2px #000;
  border-radius: 10px;
  box-shadow: 0 4px 8px #000D28;
  background: #fff;
}
.planes .sencillo .hea,
.planes .premium .hea,
.planes .empresarial .hea {
  border-radius: 8px;
}
.planes .sencillo .hea h3,
.planes .premium .hea h3,
.planes .empresarial .hea h3 {
  padding: 20px 0 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: url("../../img/site/recorter.png") no-repeat bottom center/contain;
}
.planes .sencillo .bod,
.planes .premium .bod,
.planes .empresarial .bod {
  padding: 10px;
}
.planes .sencillo .bod p,
.planes .premium .bod p,
.planes .empresarial .bod p {
  text-align: center;
  font-weight: bold;
}
.planes .sencillo .bod ul,
.planes .premium .bod ul,
.planes .empresarial .bod ul {
  padding-left: 20px;
}
.planes .sencillo .bod ul li,
.planes .premium .bod ul li,
.planes .empresarial .bod ul li {
  list-style: disc;
  font-weight: bold;
}
.planes .sencillo {
  position: relative;
  top: 30px;
  margin-bottom: 20px;
}
.planes .sencillo .hea {
  background: #21ba45;
}
.planes .info{
  display: none;
}
.planes .premium {
  margin-bottom: 20px;
}
.planes .premium .hea {
  background: #FFB000;
}
.planes .empresarial {
  position: relative;
  top: 30px;
  margin-bottom: 20px;
}
.planes .empresarial .hea {
  background: #2E3192;
}

/*menu*/

.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
  background: transparent;
}
.menu a.logo {
    display: inline-block;
    padding: .5em 3em;
    width: auto;
    position: absolute;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  color: #2e3f6e;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
  text-align: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: none;
  display: inline-block;
  background: transparent;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 2em;
  display: block;
  font-family: 'GothamPro-Black';
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
/*
.menu > ul > li:hover {
  background: #fff;
} 
.menu > ul > li:hover a{
  color: #FFB000;
}
*/
.menu > ul > li:hover a .hvr-underline-from-left::before {
  background: #FFB000;;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  text-align: left;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #2e3f6e;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
/*
.menu > ul > li > ul > li a:hover{
  color:#03a9f4;
}
*/
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 992px) {

  header {
  background: #fff;
  height: 93px;
}

.logo img {
    height: 67px;
}
.menu > ul > li a {
    color: #FFB000;
}
.menu-dropdown-icon::before {
    background: #000;
    color: #fff;
}

body.header-fixed .logo img {
    height: 67px;
}
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
  display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
    background: #fff;
  }
  .menu-dropdown-icon:before {
    display: block;
    background: #2e3f6e;
    color: #fff;
    border-radius: 5px;
  }


.menu > ul > li > ul > li a  {
    color: #2e3f6e !important;
    border-bottom: 1px solid #2e3f6e !important;
}
  .menu > ul {
    display: none;
    margin-top: 78px;
    width:100%;
    text-align: left;
    background: #fff;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    z-index: 11;
  }
}

.atss {
  z-index: 2 !important;
}
.addthis-smartlayers, 
div#at4-follow, 
div#at4-share, 
div#at4-thankyou,
 div#at4-whatsnext {
    z-index: 2 !important;
}

/****busqueda***/
.busqueda{
  height: 400px;
}
.busqueda .cap .search {
  padding: 135px 100px 0;
}
.catpop{
  background: #fff;
  padding: 15px;
}
.publicaciones-blog a{
  color: #000d28;
  font-weight: bold;
}