html {
  overflow-x: hidden;
}

:root {
  --color-font: #51513c;
  --color-font2: #6a6a49;
  --primario: #95966e;
  --primario2: #78795f;
  --segundo: #95a088;
  --tercero: #c9c1a4;
  --beige: #fff3e9;
  --beige2: #e7d0bd;
  --rosa: #fbc5b8;
  --rosa2: #f8a995;

  --violeta: #c94dc0;
  --violeta_claro: #f5c7fb;
  --verde: #93fc7d;
  --verde_claro: #aee2a5;
  --celeste: #b0d7f6;
}

body {
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: var(--color-font);
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 25px;
  font-weight: bold;
  font-size: 1.3 rem;
}

.navbar-toggle .icon-bar {
  background: var(--rosa);
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid var(--rosa);
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--rosa);
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main,
.btn-transparent,
.btn-small {
  background: var(--violeta);
  color: #fff;
  transition: all 0.2s ease;
  font-weight: bolder;
  font-size: 1rem;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
  background: var(--violeta_claro);
  color: #fff;
}

.btn-solid-border {
  border: 2px solid var(--violeta);
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid var(--violeta_claro);
  background: var(--violeta_claro);
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: var(--violeta);
}

.btn-transparent:hover {
  background: transparent;
  color: var(--violeta_claro);
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: var(--beige);
}

.bg-primary-dark {
  background: var(--tercero);
}

.bg-primary-darker {
  background: var(--segundo);
}

.bg-dark {
  background: var(--tercero);
}

.bg-gradient {
  background-image: linear-gradient(
    145deg,
    rgba(19, 177, 205, 0.95) 0%,
    rgba(152, 119, 234, 0.95) 100%
  );
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.section-title img {
  width: 40px;
  height: 100%;
  padding: 0 5px;
  margin-top: 5px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: var(--primario);
  font-size: 14px;
  letter-spacing: 1px;
}

.overly,
.page-title,
.slider,
.cta,
.hero-img {
  position: relative;
}

.overly:before,
.page-title:before,
.slider:before,
.cta:before,
.hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.overly-2,
.bg-counter,
.cta-block,
.latest-blog {
  position: relative;
}

.overly-2:before,
.bg-counter:before,
.cta-block:before,
.latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #f75757;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: var(--color-font);
}

.text-color2 {
  color: var(--color-font);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: var(--color-font);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--segundo);
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: whitesmoke;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}

#navbar .nav-link:hover,
#navbar .nav-link:focus {
  color: var(--color-font);
}

#navbar .btn {
  padding: 0.5rem 1.5rem;
  color: var(--beige);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header-top {
  background: #BF9972;
  color: black;
  *border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials {
  *border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials a {
  color: black;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: whitesmoke;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  *font-weight: 600;
  font-weight: bolder;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.header-top .header-top-info a span {
  color: whitesmoke;
}

.header-top .header-top-info a {
  margin-left: 35px;
  color: var(--beige2);
}

.header-top .header-top-info a:hover span:hover {
  color: var(--violeta_claro);
}

.header-top-info img {
  width:30px;
}

.navbar-brand {
  color: black;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 0.9;
  display: flex;
 flex-direction: row;
 justify-content: center;
}
.navbar-brand img {
  width: 40px;
}
.navbar-brand p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 0.05;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -webkit-transform 0.2s linear;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear,
    -webkit-transform 0.2s linear;
  -webkit-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -webkit-transform 0.2s linear;
  -o-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -o-transform 0.2s linear;
  -ms-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -ms-transform 0.2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all 0.45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f75757;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.slider {
  *background: url("../images/bg/home-1.jpg") no-repeat;
  *background-size: cover;
  *background-position: 10% 0%;
  *padding: 200px 0 280px 0;
  position: relative;
}

.slider img.img-header {
  width: 500px;
}

.slider .block h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 50px;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
}

.carousel-caption img {
  width: 500px;
}
.carousel-caption h2 {
  color: var(--beige);
}

.btn-carousel {
  color: var(--beige);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: var(--primario);
}

.color-two {
  color: var(--segundo);
}

.color-three {
  color: var(--tercero);
}

.color-four {
  color: var(--rosa);
}

/* ----------------------------------------------
////////////////  ACTIVIDADES  /////////////////
---------------------------------------------- */

.about {
  background-color: var(--fucsia_clro);
  min-height: 100vh;
  padding: 50px 0;
}

.bg-activ-icon {
  height: 500px;
}

.activ-barra {
  background-color: var(--beige);
  height: 70px;
  padding: 10px;
  margin-bottom: 10px;
  justify-content: center;
  margin-left: 20px;
}

.activ-barra .col-9,
.col-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.activ-barra img {
  height: 50px;
  margin-left: 15px;
}

.bg-about {
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 450px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 0.25rem;
}

.about-content {
  padding: 20px 0px 0px 80px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  *content: "\f576";
  *font-family: "Font Awesome 5 Free";
  *font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  *font-weight: 700;
}



.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.service-item:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.service-item img {
  height: 100px;
  margin-bottom: 10px;
}

.center-service {
  text-align: center;
}

.instalaciones_h {
  height: 100%;
}

.cta-item {
  background-color: #BF9972;
}
.cta-item h2, .cta-item p{
  color: whitesmoke;
}


.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.iconos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconos img {
  width: 200px;
  align-items: center;
}

section.section.testimonial {
  background-color: rgba(255, 255, 255, 0.6);
}

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:hover {
  border-color: #f75757;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all 0.35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}


/* ----------------------------------------------
////////////////  CONTACTO  /////////////////
---------------------------------------------- */

section.contact-form-wrap.section {
  background-color: whitesmoke;
  color: black;
}

section.contact-form-wrap.section h2,
h3,
span {
  color: black;
}

::placeholder {
  font-family: "Nunito", sans-serif;
  font-weight: bolder;
  color: var(--color-font);
  text-transform: uppercase;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: whitesmoke;
  height: 48px;
  border: 2px solid var(--violeta);
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: whitesmoke;
  height: 135px;
  border: 2px solid var(--violeta);
  border-radius: 8px;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
  font-weight: bolder;
}
.address-block img {
  width: 30px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/* ----------------------------------------------
////////////////  FOOTER  /////////////////
---------------------------------------------- */

.footer {
  padding-bottom: 10px;
  background-color: #BF9972;
  color: whitesmoke;
  font-weight: bolder;
}

.section-footer{
  padding: 50px 0;
}



.footer .copyright a {
  font-weight: bolder;
}

.footer .copyright img {
 width: 50px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f75757;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}


.footer-socials li a {
  margin-left: 15px;
  color: whitesmoke;
}

.footer-socials img {
  width: 30px;
}

/* -------------------------------------
////////  GALERIA IMAGENES  /////////
------------------------------------- */

.item {
  transition: 0.5s ease-in-out;
}
.item:hover {
  filter: brightness(80%);
}

/*# sourceMappingURL=maps/style.css.map */

/* -------
boton whatsapp
---------- */
.float-text {
  position: fixed;
  width: 160px;
  font-size: 20px;
  height: 45px;
  bottom: 40px;
  right: 85px;
  z-index: 999;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}
.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 12px;
}



/* ---------------------------------------------------------------
////////////////////////////////////////////////////////////////
////////////////////////  MEDIA QUERIES  /////////////////
////////////////////////////////////////////////////////////////
--------------------------------------------------------------- */


@media only screen and (max-width: 768px) {
  .navbar-toggler {
    color: black;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .header-top .header-top-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 5px 0;
  }
  .navbar-toggler {
    color: black;
  }

  .navbar-brand {
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .navbar-brand img {
    width: 40px;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 250px 0 45px 0;
  }
.carousel-caption{
  display: none;
}
  .btn-carousel {
    display: none
  }
  .carousel-indicators{
    display: none;
  }

  .service{
    padding-top: 50px;
  }
  .activ-barra{
    margin: 10px 20px;
    width: 370px;
    padding-right: 0;
    align-items: center;
  }
  .content-title {
    font-size: 35px;
    line-height: 40px;
  }
  .about{
  height: 1100px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2,
  .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }

  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .header-top .header-top-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 5px 0;
  }
  .navbar-toggler {
    color: black;
  }

  .navbar-brand {
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .navbar-brand img {
    width: 40px;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 250px 0 45px 0;
  }
.carousel-caption{
  display: none;
}
  .btn-carousel {
    display: none;
    *padding: 10px 25px;
    *font-size: 12px;
  }
  .carousel-indicators{
    display: none;
  }
  .activ-barra{
    margin: 10px;
    width: 360px;
  }
  .content-title {
    font-size: 35px;
    line-height: 56px;
  }
  .about{
  height: 1100px;
  }
  .activ-barra {
    margin-right: 20px;
    padding-right: 0;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2,
  .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }

  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}


