*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
    font-family: "dado_titulo";
    src: url("../font/Gotham-Thin.otf");
}

/* ************************* BANNER ********************** */

.inicio_banner {
    
}

ul,ol{
	list-style: none;
}

.slideshow{
	width: 100%;
	position: relative;
}

.slider li{
	overflow: hidden;
}

.slider li img{
	width: 100%;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 15px 50px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h2{
	font-size: 80px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 30px;
    font-family: "dado_titulo";
    font-weight: 900;
}

.caption_img {
    width: 200px;
    height: 150px;
    top: 20px;
    position: absolute;
}

.principal span img {
    width: 250px;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.7));
    margin-top: 10px;
}

.principal h2 {
    font-weight: 900;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.7));
    margin-top: 0PX;
}

.principal p {
    color: #ffffff;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.87));
    font-family: "dado_titulo";
    font-weight: 900;
    letter-spacing: 8px;
}

.pagination{
	position: absolute;
	top: 102%;
	width: 100%;

	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 35px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}

@media (max-width:1300px) {


}

@media (max-width:600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 35px;
	}

	.left, .right{
		font-size: 30px;
	}

	.slider li img{
		width: 600px;
        object-fit: cover;
	}

	.pagination{
		display: none;
	}
}

@media (max-width:550px) {}

@media (max-width:450px) {

.slider li img{
    height: 600px;
    object-fit: cover;
}

.slider .caption h2{
	font-size: 35px;
}

.slider .caption p{
	margin-top: 10px;
	font-size: 50px;
    font-family: "dado_titulo";
    font-weight: 900;
}

.principal span img {
    width: 200px;
    height: 200px;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.7));
    margin-top: 0px;
}

.principal h2 {
    font-weight: 900;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.7));
    margin-top: 10PX;
}

.principal p {
    color: #ffffff;
    filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.87));
    font-family: "dado_titulo";
    font-weight: 900;
    letter-spacing: 8px;
}

.pagination{
	position: absolute;
	top: 102%;
	width: 100%;

	display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 20px;
	margin: 2px 5px;
	color: #858585;
	cursor: pointer;
}

.left, .right{
	display: none;
}

}

/* ************************* REGISTRO ********************** */

.registro {
    width: 100%;
    height: auto;
    padding: 20px 50px 50px 50px;
}

.registro h3 {
    width: 100%;
    text-align: center;
    font-family: "dado_titulo";
    letter-spacing: 5px;
    font-size: 80px;
    margin-bottom: 30px;
    color:#000000;
}

.clientes {
    width: 100%;
    height: auto;
    text-align: center;
}

.clientes_ind {
    width: 200px;
    height: auto;
    display: inline-block;
    margin: 20px;
    background: #ffffff;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.clientes_ind img {
    width: 100%;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 5));
            transform: translateX(calc(-250px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 5));
            transform: translateX(calc(-250px * 5));
  }
}

.sslider {
  background: #ffffff;
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
  height: 100px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}

.sslider::before, .sslider::after {
  background: linear-gradient(to right, #fdfdfd 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.sslider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.sslider::before {
  left: 0;
  top: 0;
}

.sslider .sslide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 10);
}

.sslider .slide {
  height: 50px;
  width: 250px;
}

.sslide img{
  
}

@media (max-width:1200px) {}

@media (max-width:950px) {}

@media (max-width:600px) {}

@media (max-width:550px) {}

@media (max-width:450px) {
    
.registro {
    width: 90%;
    height: auto;
    padding: 20px 0px 50px 0px;
    margin: auto;
}

.registro h3 {
    font-size: 60px;
    margin-bottom: 30px;
}

.clientes {
    width: 100%;
    height: auto;
    text-align: center;
}

}

/* ************************* SERVICIOS ********************** */

.servicios {
    width: 100%;
    height: auto;
    background: #ebebeb;
    padding-top: 40px;
}

.servicios h3 {
    width: 100%;
    text-align: center;
    font-size: 80px;
    margin-bottom: 30px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
}

.servicio {
    width: 100%;
    height: auto;
    text-align: center;
    
}

.servicio_ind {
    width: 270px;
    height: 440px;
    background: white;
    margin: 30px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
}

.servicio_ind img {
    width: 50%;
    margin: 20px auto;
}

.servicio_ind a {
    font-size: 25px;
    font-weight: 900;
}

.servicio_ind ul {
    margin: 40px auto;
}

.servicio_ind li {
    margin: 5px auto;
    font-size: 20px
}

.boton_es {
    width: 100%;
    height: auto;
    text-align: right;
    padding-right: 30px;
}

.boton_es a {
    font-family: serif;
    font-size: 15px;
    padding: 10px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-decoration: none;
    color: black;
}

.boton_es a:hover {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
}

@media (max-width:1200px) {}

@media (max-width:950px) {}

@media (max-width:600px) {}

@media (max-width:550px) {}

@media (max-width:450px) {
    
.servicios {
    width: 100%;
}

.servicios h3 {
    font-size: 60px;
}

.servicio {
    width: 100%;
    height: auto;
    text-align: center;
    
}

.servicio_ind {
    width: 270px;
    height: 440px;
    background: white;
    margin: 30px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -1px 12px 0px rgba(0,0,0,0.75);
}

.servicio_ind img {
    width: 50%;
    margin: 20px auto;
}

.servicio_ind a {
    font-size: 25px;
    font-weight: 900;
}

.servicio_ind ul {
    margin: 40px auto;
}

.servicio_ind li {
    margin: 5px auto;
    font-size: 20px
}

.boton_es {
    width: 100%;
    height: auto;
    text-align: right;
    padding-right: 30px;
}

.boton_es a {
    font-family: serif;
    font-size: 15px;
    padding: 10px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-decoration: none;
    color: black;
}

.boton_es a:hover {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
}
    
}

/* ************************* FOOTER ********************** */

.footer {
    width: 100%;
    height: auto;
    text-align: center;
}

.footer_ind {
    width: auto;
    height: 250px;
    display: inline-block;
    background: white;
    margin: 20px;
    vertical-align: top
}

.footer_ind img {
    height: 100%
}

.footer_ind ul {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

.footer_ind li{
    height: auto;
    padding: 10px;
}

.footer_ind a {
    width: 50px;
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.fa-phone,
.fa-envelope,
.fa-location-dot,
.fa-whatsapp {
    text-align: center;
    width: 40px;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.copy {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.copy hr {
    width: 60%;
    margin: 10px auto;
}

@media (max-width:1200px) {}

@media (max-width:950px) {}

@media (max-width:600px) {}

@media (max-width:550px) {

.footer_ind {
    height: auto;
}

.footer_ind img {
    height: 250px;
        
}

}

@media (max-width:450px) {

.copy {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
    
}

/* ************************* PROYECTOS ********************** */

.proyecto {
    background: #133C50;
    height: auto;
}

.proyecto_title {
    width: 100%;
    display: block;
    text-align: center;
}

.proyecto_title h3 {
    color: white;
    padding: 20px;
    font-size: 80px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
}

.proye  {
  display: flex;
  padding:35px;
  height: auto;
  align-items: center;
  justify-content: center;
}

.wrapper{
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative;
}

.wrapper i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active{
  transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover{
  background: #f2f2f2;
}

.wrapper i:first-child{
  left: -22px;
  display: none;
}

.wrapper i:last-child{
  right: -22px;
}

.wrapper .carousel{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img{
  pointer-events: none;
}

.carousel img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}

.carousel img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) { 
  .carousel img{
    width: 90%;
  }
}

@media (max-width:450px) {

.proyecto_title {
    width: 90%;
}

.proyecto_title h3 {
    color: white;
    padding: 20px;
    font-size: 50px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
}
    
}