/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');


html {
  scroll-behavior: smooth;
}

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#151515;
	font-size:16px;
  text-align: justify;

}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#EAECEE;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}

.ser-cont {
  width: 24%;
  height: 317px;
  margin: 0px 10px 0 0px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(100 140 150);
  background-color: #ABB2B9;
}

@media only screen and (min-width:320px) and (max-width:800px){
.ser-cont {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    width: 95%;
    height: 273px;
    margin: 0px 0px 15px 10px;
    border-radius: 6px;
  }
}

@media only screen and (min-width:800px) and (max-width:997px){
.ser-cont {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    width: 95%;
    height: 273px;
    margin: 0px 0px 15px 10px;
    border-radius: 6px;
  }
}
@media only screen and (min-width:997px) and (max-width:1115px){
.ser-cont {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    width: 23%;
    height: 317px;
    margin: 0px 10px 0px 8px;
    border-radius: 6px;
  }
}



/*===========================
  Menu and Navigation
============================ */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  list-style: none;
}

.navbar-brand h1 {
  margin-top:9px;
  padding-top:5px;
  float: left;  
  font-size: 25px;  
  color:#fff; 
  text-transform:uppercase;
  font-weight:600;
}

.menu {
  font-size:12px;
  float:none;
  text-transform:uppercase;
  font-weight:600;  
}


.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
  color:#fff; 
}

.nav-tabs {
  border-bottom: 0;
  float: right;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}

.nav-tabs > li > a {  
  border-radius:0;
  color:#fff;
  padding:30px;
}

.nav-tabs > li > a:hover {
  color:#272727;
  background:#fff;  
} 

.nav-tabs > li a.active {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color:#fff;
}

.navbar-default {
  background-color: #000;
  border-color:#000;
  margin:0 0 0 0;
}

@media(max-width:1400px){
  .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 0 0;
  }
}
@media(max-width:990px){
  .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 0;
  }
}

@media(max-width:768px){
  .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 0;
  }
}

@media(max-width:444px){
  .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 0;
  }
}

@media(max-width:352px){
  .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 0;
  }
}

.navbar-brand img{
    width: 100%;
    height: 300%;
    margin: -15px 0 0 -15px;
}
/*===========================
  slider
============================ */
.slider {
	position: relative;	
}

.slider img {
    width: 100%;
    filter: brightness(0.5);
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#65AAF0;
	background:#65AAF0;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#65AAF0;
	color:#fff;
	border: 1px solid #65AAF0;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(40% - 150px);
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: left;

}

.carousel-caption  h2 {
	font-size:60px;
	color: #fff;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #fff;
}

.carousel-caption  p {
	font-size:30px;
	margin-top:30px;
	margin-bottom:20px;
	color:#fff;
	padding:10px;
  line-height:  1;
}

.btn-about a {
    float: none;
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 250px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 53px;
    background-color: #000000;
}

@media (max-width: 767px) {
    .carousel-caption  {
      font-size: 18px;
      margin: 50px 0 0 0
    }
    .carousel-caption h2{
    	font-size:18px;
    }
    .carousel-caption  h2 span{
      font-size:24px;
    }
    .carousel-caption  p {
      font-size:19px;
      margin: -8px 0px 0px -10px;
    }
    .btn-about a {
    float: none;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 185px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    background-color:#000000 ;
    margin: 0 0 0 0;
    }
    .menu { 
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      }
    .nav-tabs > li > a {
      border-radius: 0;
      color: #fff;
      padding: 30px;
      text-align: center;
    }
    .menu ul { 
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      }
    .menu li { 
      display:inline;
    }
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:20px;
	background:#000000   ;
	color:#fff;
	border-radius:15px;
	border-color:#fff;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:20px;
	background:#fff;
	color:#272727;
	border-radius:0;
	text-transform:uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	border-color:#fff;
	background:#65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.form-inline {
	margin-top:50px;	
}


/*===========================
  about
============================ */

.about {
	padding:30px 0 40px 0;
	background-color:#f2f2f2;
}
.personas{
}
.ventajas {
  list-style-type: circle;
  margin: 0px 10px 0 -15px;
  padding: 10px 20px 10px 35px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
  background-color: #fff;
}
.ventajas p {
  margin: 15px 0px 8px 0px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.3;
  font-weight: 400;
  color: #151515;
}
.ventajas h4 {
  margin: 15px 0px 15px 0px;
}
.team_list {
  list-style-type:circle;
  margin: 0px 10px 0 0px;
  padding: 10px 20px 10px 30px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
  background-color: #fff;
}
.team_list p {
  margin: 15px 0px 15px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #151515;
}
.team_list h4 {
  margin: 15px 0px 15px 0px;
}
.title-per{
  margin: 45px 0 0 0;
}
.team1{
  margin: 15px 0px 0px 0px;
  position: relative;
  text-align: -webkit-center;
}

@media(max-width:990px){
    .about {
      padding:20px 0 20px 0;
    }
    .team_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .team_list p {
      margin: 15px 0px 15px 0px;
    }
    .team_list h4 {
      margin: 15px 0px 15px 0px;
    }
    .ventajas {
      list-style-type: circle;
      margin: 25px 10px 0 0px;
      padding: 10px 20px 10px 35px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .ventajas p {
      margin: 15px 0px 8px 0px;
      font-size: 14px;
      text-align: justify;
      line-height: 1.3;
    }
    .ventajas h4 {
      margin: 15px 0px 15px 0px;
    }
    .title-per{
      margin: 30px 0 0 0;
    }
}

@media(max-width:768px){
    .about {
      padding:30px 0 30px 0;
    }
    .team_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .team_list p {
      margin: 15px 0px 15px 0px;
    }
    .team_list h4 {
      margin: 15px 0px 15px 0px;
    }
    .ventajas {
      list-style-type: circle;
      margin: 20px 10px 0 0px;
      padding: 10px 20px 10px 35px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .ventajas p {
      margin: 15px 0px 8px 0px;
      font-size: 14px;
      text-align: justify;
      line-height: 1.3;
    }
    .ventajas h4 {
      margin: 15px 0px 15px 0px;
    }
     .title-per{
      margin: 30px 0 0 0;
    }
}

@media(max-width:444px){
  .about {
      padding:10px 0 15px 0;
    }
    .team_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .team_list p {
      margin: 15px 0px 15px 0px;
    }
    .team_list h4 {
      margin: 15px 0px 15px 0px;
    }
    .ventajas {
      list-style-type: circle;
      margin: 20px 10px 0 0;
      padding: 10px 20px 10px 35px;
      border-radius: 6px;
      box-shadow: 0px 10px 10px 0px rgb(133 66 189 / 10%);
    }
    .ventajas p {
      margin: 15px 0px 8px 0px;
      font-size: 14px;
      text-align: justify;
      line-height: 1.3;
    }
    .ventajas h4 {
      margin: 15px 0px 15px 0px;
    }
    .title-per{
      margin: 30px 0 0 0;
    }
}

@media(max-width:352px){
    .about {
      padding:30px 0 30px 0;
    }

    .team_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .team_list p {
      margin: 15px 0px 15px 0px;
    }
    .team_list h4 {
      margin: 15px 0px 15px 0px;
    }
    .ventajas {
      list-style-type: circle;
      margin: 0px 10px 0 -15px;
      padding: 10px 20px 10px 35px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .ventajas p {
      margin: 15px 0px 8px 0px;
      font-size: 14px;
      text-align: justify;
      line-height: 1.3;
    }
    .ventajas h4 {
      margin: 15px 0px 15px 0px;
    }
    .title-per{
      margin: 30px 0 0 0;
    }
}


.about .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
}

.about .text-center p {
	margin-top:20px;
	margin-bottom:80px;
	color:#aaa;
} 

.btn-gamp a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
  margin-bottom: 50px;
  background-color: #000;
}

.btn-gamp1 a {
    float: none;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: #272727;
    border: 2px solid #272727;
    width: 120px;
    height: 50px;
    text-align: center;
    display: inline-block;
    line-height: 44px;
}


.btn-gamp a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.gamp-btn a {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 50px;
}
.gamp-btn a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}
.center span {
	color:#E8CE0E;
}
.brochure{
    display: block;
    width: 180px;
    font-size: 2rem;
    font-weight: bold;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
    color: #272727;
    border: 2px solid #272727;
    margin-bottom: 30px;
}
.brochure a:hover{
  color: #f2f2f2f2;
}
/*===========================
  team
============================ */
/* seccion de equipo grid  */
.we-create-title{
    grid-area: team-title;
}
.we-create-img{
    grid-area: team-img;
    text-align: -webkit-center;
}
.we-create-cap{
    grid-area: team-content;
}
.we-create-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;

}
.we-create-img img{
    width: 80%;
}
.we-create-cap p{
    padding: 17rem 0 0px 0;
    background: #fff;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 65px;
    line-height: 1.5;
    text-align: justify;
    font-weight: 400;
}
.team-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:"team-title team-title"
                        "team-img team-content";
    column-gap:2rem ;
}
@media(max-width:990px){
  .we-create-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .we-create-img img{
      width: 80%;
  }
  .we-create-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549px;
      font-size: 17px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
}
@media(max-width:768px){
    .we-create-title ,h1.slider-title{
    padding: 15px 0 0px 0;
    background: #fff;
    font-weight: 550px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .we-create-img img{
      width: 60%;
  }
  .we-create-cap p{
      padding: 6rem 35px 0px 35px;
      background: #fff;
      text-transform: none;
      font-weight: 549px;
      font-size: 17px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
  .team-section{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:"team-title"
                            "team-img"
                            "team-content";
    }
}
@media(max-width:444px){
    .we-create-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 549px;
    font-size: 20px;
    margin-bottom: 66px;
    line-height: 1.3;
    text-align: center;
  }
  .we-create-img img{
      width: 60%;
  }
  .we-create-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549;
      font-size: 20px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
}
@media(max-width:352px){
    .we-create-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 549px;
    font-size: 20px;
    margin-bottom: 66px;
    line-height: 1.3;
    text-align: center;
  }
  .we-create-img img{
      width: 60%;
  }
  .we-create-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549;
      font-size: 20px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
  .we-create-area .we-create-cap p {
      padding-right: 50px;
      margin-bottom: 56px;
  }
}

.line-left, .line-rigth {
    height: 3px;
    width: 100%;
    background: #272727;
}
.title-section {
    /*display: grid;*/
    grid-template-columns: 1fr 40% 1fr;
    margin-bottom: 4rem;
    margin-top:4rem;
}
.title-section h1 {
    color: #272727;
    font-weight: 550;
    line-height: 1.3;
    text-align: center;
    justify-self: center;
    margin: 0 0 0 0;
}
.team-area {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2rem;
    column-gap: 2rem;
}
@media (max-width: 991.98px){
.team-area {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px){
.team-area {
    grid-template-columns: 1fr;
  }
}
.person {
    margin-bottom: 3rem;
}
.img-person {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 10px 5px 0px #e1e1e1;
}
.name-person {
    font-size: 26px;
    font-weight: bold;
    color: #707070;
    text-align: center;
    line-height: 1.6;
}
.cargo-person {
    font-size: 18px;
    color: #707070;
    text-align: center;
    line-height: 1.6;
}
.vermas-person {
    display: block;
    width: 140px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 5px;
}

/*===========================
  modal
============================ */
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #000;
}
.modal-body {
    position: relative;
    padding: 15px;
    background-color: #000;
}
.modal-header .close {
    margin-top: -2px;
    color:#fff;
}
.modal-body h4{
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.modal-body li{
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.modal-title{
  text-transform:uppercase;
  font-weight:550;
  font-size:24px;
}
.modal-title{
    grid-area: team-title-modal;
}
.modal-img{
    grid-area: team-img-modal;
    text-align: -webkit-center;
    width: 80%;
}
.modal-cap{
    grid-area: team-content-modal;
}
.modal-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;

}
.modal-img img{
    width: 80%;
}
.modal-cap p{
    padding: 17rem 0 0px 0;
    background: #fff;
    text-transform: none;
    font-weight: 549px;
    font-size: 20px;
    margin-bottom: 65px;
    line-height: 1.5;
    text-align: justify;
}
.team-section-modal{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:"team-img-modal team-content-modal";
}
@media(max-width:990px){
  .modal-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .modal-img img{
      width: 80%;
  }
  .modal-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549px;
      font-size: 17px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
}
@media(max-width:768px){
    .modal-title ,h1.slider-title{
    padding: 15px 0 0px 0;
    background: #fff;
    font-weight: 550px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .modal-img img{
      width: 60%;
  }
  .modal-cap p{
      padding: 6rem 35px 0px 35px;
      background: #fff;
      text-transform: none;
      font-weight: 549px;
      font-size: 17px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
  .team-section-modal{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:"team-title-modal"
                            "team-img-modal"
                            "team-content-modal";
    }
}
@media(max-width:444px){
    .modal-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #000;
    text-transform: uppercase;
    font-weight: 549px;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .modal-img img{
      width: 60%;
  }
  .modal-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549;
      font-size: 20px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
}
@media(max-width:352px){
    .modal-title ,h1.slider-title{
    padding: 30px 0 0px 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 549px;
    font-size: 20px;
    margin-bottom: 66px;
    line-height: 1.3;
    text-align: center;
  }
  .modal-img img{
      width: 60%;
  }
  .modal-cap p{
      padding: 6rem 0 0px 0;
      background: #fff;
      text-transform: none;
      font-weight: 549;
      font-size: 20px;
      margin-bottom: 65px;
      line-height: 1.5;
      text-align: justify;
  }
  .modal-area .modal-cap p {
      padding-right: 50px;
      margin-bottom: 56px;
  }
}

/*===========================
  services
============================ */

.services {
	padding:50px 0 50px 0;
  background-color: #808B96;
}
.services1 {
  padding:50px 0 50px 0;
  background-color: #808B96;
}
.services p{
  color: #151515;
  font-size: 14px;
  text-align: justify;
  font-weight: 450;
}
.gallery .line-left {
    height: 1px;
    width: 100%;
    background: #272727;
    border-top: 1px solid #000;
}
.gallery .line-rigth {
    height: 1px;
    width: 100%;
    background: #272727;
    border-top: 1px solid #000;
}

.gallery-services .line-left {
    height: 1px;
    width: 100%;
    background: #272727;
}
.gallery-services .line-rigth {
    height: 1px;
    width: 100%;
    background: #272727;
}

.services .text-center h2 {
	text-transform:uppercase;
  font-weight:550;
  font-size:24px;
  margin-bottom:30px;
}

.services1 .text-center h2 {
  text-transform:uppercase;
  font-weight:550;
  font-size:24px;
  margin-bottom:30px;
  color: #fff;
}

.services i {
	margin-top:20px;
	margin-bottom:10px;
	font-size:50px;
	color:#ddd;
}
.services1 i {
  margin-top:20px;
  margin-bottom:10px;
  font-size:50px;
  color:#ddd;
}

.services h3 {
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
  color: #272727;
 }
.services1 h3 {
  margin-bottom:20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
 }
 .services1 p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
 }
 .services1 h4 {
  font-size: 16px;
  color: #fff;
  line-height: 1.1em;
  text-align: justify;
 }

 .services1 a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: #fff;
  }
.services1 .ser-cont {
    width: 24%;
    height: 317px;
    margin: 0px 10px 0 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgb(100 140 150);
    background-color: #000;
  }

@media only screen and (min-width: 320px) and (max-width: 800px){
.services1 .ser-cont {
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    width: 95%;
    height: 273px;
    margin: 0px 0px 15px 10px;
    border-radius: 6px;
  }
}
/*===========================
  services list
============================ */

.service_list {
  list-style-type:circle;
  margin: 0px 10px 0 0px;
  padding: 10px 20px 10px 30px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
  background-color: #fff;
}
.service_list p {
  margin: 15px 0px 15px 0px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}
.service_list h4 {
    margin: 15px 100px 15px 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.service-list {
  list-style-type:circle;
  margin: 0px 10px 0 0px;
  padding: 10px 20px 10px 30px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
  background-color: #fff;
}
.service-list p {
  margin: 15px 0px 15px 0px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}
.service-list h4 {
    margin: 15px 100px 15px 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.service-ventajas {
  list-style-type: circle;
  margin: 0px 10px 0 -15px;
  padding: 10px 20px 10px 35px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
  background-color: #fff;
  padding-bottom: 27px;
}
.service-ventajas p{
  margin: 15px 0px 15px 0px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.service-btn a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  border: 2px solid #272727;
  width: 300px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
  margin-bottom: 10px;
  background-color: #000;
  border-radius: 10px;
}
.gallery-services  .service-ventajas {
    list-style-type: circle;
    margin: 0px 10px 0 -15px;
    padding: 10px 20px 10px 35px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    background-color: #000;
    padding-bottom: 27px;
}
@media(max-width:990px){
    .service_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .service_list p {
      margin: 15px 0px 15px 0px;
    }
    .service_list h4 {
      margin: 15px 0px 15px 0px;
    }
}

@media(max-width:768px){
    .service_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .service_list p {
      margin: 15px 0px 15px 0px;
    }
    .service_list h4 {
      margin: 15px 0px 15px 0px;
    }
  }

@media(max-width:444px){
    .service_list {
      list-style-type:circle;
      margin: 0 -40px 0 -40px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .service_list p {
      margin: 15px 0px 15px 0px;
    }
    .service_list h4 {
      margin: 15px 0px 15px 0px;
    }
    .service-ventajas {
    list-style-type: circle;
    margin: 10px 0 0 0px;
    padding: 10px 20px 10px 35px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    background-color: #fff;
    padding-bottom: 27px;
    }
    .service-list {
      list-style-type:circle;
      margin: 0 -3px 0 0;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .service-list p {
      margin: 15px 0px 15px 0px;
    }
    .service-list h4 {
      margin: 15px 0px 15px 0px;
    }
    .gallery-services .service-ventajas {
    list-style-type: circle;
    margin: 10px -40px 10px -40px;
    padding: 10px 20px 10px 35px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    background-color: #000;
    padding-bottom: 27px;
    }
}

@media(max-width:352px){
    .service_list {
      list-style-type:circle;
      margin: 0px 10px 0 0px;
      padding: 10px 20px 10px 30px;
      border-radius: 6px;
      box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    }
    .service_list p {
      margin: 15px 0px 15px 0px;
    }
    .service_list h4 {
      margin: 15px 0px 15px 0px;
    }
}

/*===========================
  gallery
============================ */

.gallery {
	padding: 50px;
  background-color: #808B96;
}

.gallery .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.gallery figure {
	position: relative;	
	margin-top:30px;
	margin-bottom:30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}

.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.5;
}

.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}

.gallery-services {
  padding: 50px;
  background-color: #808B96;
}
.gallery-services .service_list{
    list-style-type: circle;
    padding: 10px 20px 10px 30px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgb(133 66 189 / 10%);
    background-color: #000
}
.gallery-services  .text-center h2 {
  text-transform:uppercase;
  font-weight:550;
  font-size:24px;
  margin-bottom:30px;
  color:#fff;
}
.gallery-services  .service_list p {
    margin: 15px 0px 15px 0px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.gallery-services  .service_list h4 {
    color: #fff;
    line-height: 1.1em;
}

.gallery-services  .service-ventajas p {
    margin: 15px 0px 15px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.gallery-services  .service-ventajas h4{
    color: #fff;
    line-height: 1.1em;
}
.gallery-services  .service-ventajas h3{
    color: #fff;
    line-height: 1.1em;
}
.gallery-services  figure {
  position: relative; 
  margin-top:30px;
  margin-bottom:30px;
  background: #272727;
  text-align: center;
  cursor: pointer;
}

.gallery-services  figure img {
  position: relative;
  display: block;
  opacity: 0.5;
}

.gallery-services  figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-services  figure figcaption::before,
.gallery-services  figure figcaption::after {
  pointer-events: none;
}
/*===========================
  capacitaciones
============================ */
table {
   width: 100%;
   border: 1px solid #000;
}
th, td {
   width: 25%;
   text-align: left;
   vertical-align: top;
   border: 1px solid #000;
   border-collapse: collapse;
   padding: 0.3em;
   caption-side: bottom;
}
caption {
   padding: 0.3em;
   color: #fff;
    background: #000;
}
th {
   background: #eee;
}
/*===========================
  contacto
============================ */

.contacto {
  padding:30px 0 30px 0;
  background-color: #f2f2f2;
}


.contacto .text-center h2 {
  text-transform:uppercase;
  font-weight:550;
  font-size:24px;
  margin-bottom:30px;
}

.contacto i {
  margin-top:20px;
  margin-bottom:10px;
  font-size:50px;
  color:#ddd;
}

.contacto h3 {
  margin-bottom:20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #272727;
 }


.contact-info {
    margin-bottom: 25px
}
.contact-info__icon {
    margin-right: 20px
}
.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-left: 1.5rem;
    font-size: 16px;
    color: #2a2a2a
}
.contact-info .media-body h3 a:hover {
    color: #222
}
.contact-info .media-body p {
    margin-left: 1.5rem;
    color: #8a8a8a
}

.form-contact label {
    font-size: 14px
}
.form-contact .form-group {
  background-color: #FDFEFE;
}
.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: #000;
    font:caption;
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}
.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}
.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0
}
.contact-section .btn_2:hover {
    background-color: #222
}

b,
sup,
sub,
u,
del {
    color: #222
}

.mb-30 {
    margin-bottom: 30px
}

.imp-name{
    grid-area: name;
}
.imp-asunto{
    grid-area: asunto;
}
.imp-email{
    grid-area: email;
}
.imp-message{
    grid-area: message;
}
.imp-submit{
    grid-area: submit;
    justify-self: center;
}

.btn-contact {
    display: grid;
    background: #000;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 30px 44px;
    border-radius: 5px;
    min-width: 200px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.btn-contact a{
    justify-self: center;
}
/* distribucion de inputs de seccion de contacto  */
.form-imputs{
        display: grid;
        grid-template-areas: "name asunto"
                            "email email"
                            "message message"
                            "submit submit";
        column-gap: 1rem;
        margin: 0 0 0 100px;
    }
/*inicio de estilos iconos de seccion de contacto:  */
.contact-icon{
        width: 3.5rem;

}
/* secciones en la informacion de contacto  */
.map{
    grid-area: map;
    margin: 0 0 0 25px;
}
.phone{
    grid-area: phone;
    margin: 0 0 0 25px;
}
.email{
    grid-area: email;
    margin: 0 0 0 25px;
}

@media(max-width:990px){
    .contact-info-responsive{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "map phone email"; 
        
            
    }
    .contact-icon{
        width: 3.5rem;

}
    
    .form-imputs{
        padding: 0 1rem;
    }

}
@media(max-width:768px){
    .contact-info-responsive{
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "map phone"
        "email email"; 
    }
    .form-imputs{
        display: grid;
        grid-template-areas: "name asunto"
                            "email email"
                            "message message"
                            "submit submit";
        column-gap: 1rem;
        margin: 0 0 0 0;
    }
}
@media(max-width:444px){
    .contact-info-responsive{
        grid-template-columns: 40% 1fr;
        grid-template-areas: "map phone phone"
        "email email email";  
        gap: 1rem;
    }
    
    .navbar-brand a  img{ 
      width: 100%;
        height: 240%;
    }

}
@media(max-width:352px){
    .contact-info-responsive{
        grid-template-columns: 1fr;
        grid-template-areas: "map"
        "phone"
        "email";  
        gap: 1rem;
        padding-left: 1rem;
    }

}
/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h4,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	color:#fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
	top: 30px;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.action {
  overflow: visible;
  padding: 0px;
  width: 100%;
  background: #f2f2f2;
  position: relative;
}

.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.action .left-text p {
  padding-top: 20px;
}
.action .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.action .left-text p {
  padding-top: 20px;
}
.action .left-text em {
  font-size: 16px;
  color: #2b262f;
  font-weight: 400;
  font-style: normal;
}
.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpeg);
}

/* --- Map --- */
.map{
	position: relative;
  margin: 30px 25px 0 25px
}

.google-map{
  position:relative;
    height: 400px;
    width: 100%;
}
/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
}

.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.contact-page p {	
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
  border-radius:0;
  color: #fff
}

textarea#message{
   resize: none;
   padding: 10px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*===========================
  Footer
============================ */
footer {
	padding:50px;
	background:#272727;
}

footer p {
	color:#fff;
}

footer h4 {
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#ffffff;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}

.img-footer{
  width: 100%;
  margin: 15px 0px 0px -15px;
}

@media(max-width:990px){
    .img-footer{
  width: 50%;
  margin: 0px 0px 0px -15px;
  }
}
@media(max-width:768px){
    .img-footer{
  width: 50%;
  margin: 0px 0px 0px -15px;
  }
}

@media(max-width:444px){
    .img-footer{
  width: 120%;
  margin: 0px 0px 0px -15px;
  }
}

@media(max-width:352px){
    .img-footer{
  width: 50%;
  margin: 0px 0px 0px -15px;
  }
}

.contact-info {
	color:#fff;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

.copyright {
	margin-top:250px;
  text-align: right;
  color: #ffffff;
}

.copyright a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
} 

@media(max-width:990px){
    .copyright {
  margin-top:30px;
  text-align: right;
  color: #ffffff;
  }
}

@media(max-width:768px){
    .copyright {
  margin-top:30px;
  text-align: right;
  color: #ffffff;
  }
}

@media(max-width:444px){
    .copyright {
  margin-top:30px;
  text-align: center;
  color: #ffffff;
  }
}

@media(max-width:352px){
    .copyright {
  margin-top:30px;
  text-align: right;
  color: #ffffff;
  }
}

/* boton de scroll top  */

.scroll-top-btn {
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/flecha-arriba.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:60%;
    z-index: 1000;
    width: 5rem;
    height: 3rem;
    bottom: 1rem;
    right: 2rem;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 500ms ease;
}

.scroll-top-btn.desaparecer-btn {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575.98px) {
    .scroll-top-btn {
    right: 1.5rem;  
    }
}

#section-counter {
  position: relative;
  z-index: 0;
}

.ftco-counter {
  padding: 4em 0; }
  .ftco-counter .text strong.number {
    font-weight: 400;
    font-size: 40px;
    color: #1b212c; }
  .ftco-counter .text span {
    font-size: 16px;
    color: #8d9db9; }
  @media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px; } }
  .ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #167ce9; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; 
  }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
  }

.block-18 .text span {
    display: block;
  }

.ftco-counter .text span {
    font-size: 16px;
    color: #8d9db9;
    font-weight: 800;
  }

.bg-light {
    background: #f2f2f2 !important;
  }

  .btn-wsp{
    position: fixed;
    width: 80px;
    height: 80px;
    line-height: 80px;
    bottom: 50px;
    right: 50px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  }

  .btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background: #fff;

  }

  #back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  #back-to-top:hover {
    background-color: #555;
  }

  .logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 40s linear infinite;
}

.logo {
  height: 80px;
  width: auto;
  margin: 0 25px;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.logo:hover {
  filter: grayscale(0%);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Estilos del formulario Mailchimp */
#mc_embed_signup {
  background: #ffffff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#mc_embed_signup input.email {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

#mc_embed_signup input.button {
  background-color: #000000;
  color: white;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

#mc_embed_signup h2 {
  text-align: center;
}

.carousel-inner .item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* Banner de cookies */
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-size: 16px;
}

#cookie-banner p {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

/* Contenedor de botones */
#cookie-banner .cookie-buttons {
  margin-top: 10px;
}

/* Botones de cookies */
#cookie-banner button {
  margin: 0 10px;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Carrusel de fotos (parte quienes somo)*/

.right-image {
  width: 280px;
  margin: 0 20px 0 0;   
  float: left;         
}

.mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr;   
  gap: 4px;
}

.mosaic img {
  width: 100%;
  height: 207px;        
  object-fit: cover;
  border-radius: 4px;
  display: block;

  filter: none !important;
  opacity: 1 !important;
}







