:root {
  --mgizq: 13%;
  --mgder: 13%;
    --swiper-theme-color: #D0B55C;
	--fadeindhover: 0.5s;
}

@font-face {
    font-family: "TT Firs Neue Trial Var Roman";
    src: url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.eot");
    src: url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/5d142601b903c50f97692721f594aa0a.svg#TT Firs Neue Trial Var Roman")format("svg");
}

@font-face {
    font-family: "fuente-ev-web-local";
    src: url("../font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.woff")format("woff"),;
}

/*@font-face {
    font-family: "fuente-ev-web-local";
    src: url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.eot");
    src: url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.eot")format("embedded-opentype"),
    url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.woff2")format("woff2"),
    url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.woff")format("woff"),
    url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.ttf")format("truetype"),
    url("/font/new/web/webfonts/5d142601b903c50f97692721f594aa0a.svg#fuente-ev-web-local")format("svg");
}*/

/*@import url(https://db.onlinewebfonts.com/c/bc3d686231203de67d111be6bec8ecf7?family=TT+Firs+Neue+Bold);*/

html{
    overflow-x: hidden; 
	  	margin-top: -10px!important;
	  	padding-top: -10px!important; 
	margin-bottom: 0;
	padding-bottom: 0;
  }

body{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0!important;
	padding-top: 0!important;
    overflow-x: hidden;
	/*font-family: 'Barlow', sans-serif!important;
	border: solid 1px #D0D0D0;*/
		margin-bottom: 0;
	padding-bottom: 0;
	/*font-family: "fuente-ev-web-local";*/
	font-family: "fuente-ev-web-local";
  /*max-width: fit-content;*/
}

content{
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 100%;
  /*max-width: fit-content;*/
	position: relative;
	top: 0; /* antes -88px */
}

/*video .mobile{
	display: none;
}*/

/* Barra de navegación */

nav {
    display: flex;
	position: sticky;
	top: 50px;
	z-index: 9999;
  background-color: #000000;
    width: 100%;
    /*padding: 23px;*/
    height: 90px;
    flex-direction: row;
    align-items: center;
	/*border-bottom: 1px #fff solid;*/
	padding-left: var(--mgizq);
	padding-right: var(--mgder);
}

nav img{
	width: 100%;
	height: auto;
	max-width: 125px;
}

nav svg{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	display: inline-block;
}

.afterlogo{
	width: 100%;
    text-align: center;
}

.avisotop{	
	background-color: #FFCF01;
    position: absolute;
    right: 0;
    padding: 11px 12%;
    font-family: 'Inter';
    font-size: 26px;
    color: #636466;
    /*max-width: 850px;*/
}

.coregir-ancho{
	width: unset;
}

.avisotop span{
	font-weight: bold;
}

.menu {
    position: relative;
    padding-right: 0%;
    font-family: "fuente-ev-web-local";
    font-size: 16px;
    /* position: absolute; 
    top: 25px;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0px;
}

nav ul li{
	display: inline;
	padding-left: 15px;
}

nav ul li a{
	color: white!important;
	text-decoration: none;
}

nav ul li a:hover{
	color: #38DC82!important;
}

nav ul li .destacado{
	color: #38DC82!important;
	text-decoration: none;
	padding: 12px 0px;
	transition: var(--fadeindhover);
}

/*nav ul li .destacado:hover{
	color: #FFFFFF!important;
	text-decoration: none;
	border: 2px solid #D0B55C;
	padding: 12px 25px;
	background-color: #D0B55C;
}*/

.menu-hamburguesa{
	padding: 1%;
	padding-right: 5%;
  padding-left: 0%!important;
	float: right;
	display: none;
	padding-left: 83%;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #38DC82!important;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
	transform: rotate(-45deg) translate(-8px, 6px);
	background-color: #38DC82!important;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-7px, -7px);
	background-color: #38DC82!important;
}

@media only screen 
	and (max-width : 1150px) {
	footer .elementos-footer {
		display: flex;
		justify-content: space-evenly;
	}
		
	.bajada .item {
		width: 21%;
	}
}

@media only screen 
	and (max-width : 970px) {
		
	.menu-hamburguesa{
		display: block;
		z-index: 999999;
		position: absolute;
		right: 8%;
		/*top: 20px;*/
	}

	.menu{
		display: none;
		position: absolute;
		height: 100vh;
		background-color: #000000;
		width: 40%;
		min-width: 450px;
		padding: 0!important;
		/*margin: 0!important;*/
		z-index: 9999;
		right: 0;
    margin-top: 45px;
    
	}

	nav{
		top: 0;
	}

	nav ul{
		padding-top: 90px;
	}

	nav ul li {
		display: flex;
		padding-left: 15px;
		padding-top: 30px;
	}	

	/*#myVideo {
		min-width: 150%!important;
		width: 150%!important;
	}*/
		
	.bajada .item {
		width: 22%!important;
		padding: 25px 20px!important;
	}

}

@media only screen 
	and (max-width : 720px) {
		
	/*.mySwiper {
		width: 100%;
		height: 400px;
	}
		
	.fullslide h1 {
		width: 60%;
		font-size: 22px
	}*/
		
		.fullslide .boton-negro{
			font-size: 16px;
		}
		
	/*#myVideo {
		width: 200%!important;
	}*/
		
	.menu{
		width: 100%;
		min-width: 280px;
		/*top: 68px;*/
	}
		
	/*video .web{
		display: none;
	}*/
		
}

/* Fin barra de navegación */

/* Swipper 

	.mySwiper {
		width: 100%;
		height: 80vh;
	}

	.mySwiper2 {
		width: 100%;
		height: auto;
	}



	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 100%vh;
	}

	.swiper {
		margin-left: auto;
		margin-right: auto;
	}
*/


	.top{
		width: 100%;
		height: 774px;
    margin-top: -123px;
		background-repeat: no-repeat;
		background-image: url("../img/top-1920.jpg");
		background-size: cover;
		background-position: center;
	}
  .top h1{
    font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    line-height: 64px;
    padding-top: 330px;
    text-align: center;
    margin-bottom: 0;
  }

  .top-join-us{
    width: 100%;
		height: 1120px;
    margin-top: 8px;
		background-repeat: no-repeat;
		background-image: url("../img/top-join-1920.jpg");
		background-size: cover;
		background-position: center;
  }
  .top-services h1{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    line-height: 52px;
    margin-top: 290px;
    text-align: center;
    margin-bottom: 0;
  }
  .top-services p{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    font-size: 21px;
    margin-right: auto;
    margin-left: auto;
    width: 49%;
    text-align: center;
    margin-top: 1%;
  }
  .top-contact h1{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    line-height: 52px;
    margin-top: 290px;
    text-align: center;
    margin-bottom: 0;
  }
  .top-contact p{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    font-size: 21px;
    margin-right: auto;
    margin-left: auto;
    width: 47%;
    text-align: center;
    margin-top: 1%;
  }
  .top-join-us h1{
    /*font-family: "fuente-ev-web-local";*/
    font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    line-height: 60px;
    margin-top: 450px;
    text-align: center;
    margin-bottom: 0;
  }
  .top-join-us p{
    /*font-family: "fuente-ev-web-local";*/
    font-family: "fuente-ev-web-local";
    color: #FFFFFF;
    font-size: 21px;
    margin-right: auto;
    margin-left: auto;
    width: 47%;
    text-align: center;
    margin-top: 1%;
  }
  .v-line{
    border-left: 1px solid #707070;
    height: 500px;
    position: absolute;
  }

  .about-us{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us h2{
  font-family: "fuente-ev-web-local";
	font-size: 40px;
	color: black;
  text-transform: uppercase;
  text-align: center;
  padding-top: 86px;
  font-weight: 600;
  }
  .about-us p{
    font-family: "fuente-ev-web-local";
    font-size: 21px;
    color: black;
    text-align: center;
    line-height: 28px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us img{
    width: 100%;
  }
  #banner-1{
    display:block;
    cursor: pointer;
  }
  #banner-2{
    display: none;
  }
  #banner-3{
    display: none;
  }
  #banner-4{
    display: none;
  }
  #how-2{
    display: none;
  }
  #how-3{
    display: none;
  }
  #how-4{
    display: none;
  }
 

@keyframes mymove {
  25% {background-position: center;}
}

/*#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: 100%;
}*/

/*.fullslide{
	position: relative;
	color: #fff;
	width: 100%;
	padding: 20px;
	bottom: 0%;
font-family: "fuente-ev-web-local";
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	display: flex;
	flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  line-height: 52px;
  margin-top: 220px;
}

.fullslide h1{
	position: relative;
  margin-left: auto;
  margin-right: auto;
	width: 75%;
	text-align: center;
  font-size: 50px;
  line-height: 52px;

}

.fullslide a{
	position: relative;
	left: 13%;
	width: auto;
}

.swiper-pagination-bullet {
    width: 50px!important;
    border-radius: 0!important;
	background-color: #38DC82!important;
}

.swiper-button-next, .swiper-button-prev{
	color: #38DC82!important;
}


 */

.emergency{
	position: fixed;
    bottom: -12px;
    right: var(--mgder);
	z-index: 999;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
-webkit-box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
-moz-box-shadow: 0px 0px 13px 1px rgba(145,142,142,0.75);
	transition: var(--fadeindhover);
	background-color: #FFFFFF;
}

.emergency:hover{
		box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
}

.emergency img{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.outclients{
	width: 100%;
}

/*.testimony{
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: 80%;
	text-align: left;
	justify-content: space-between;
	padding-top: 75px;
	padding-bottom: 75px;
}

.testimony div:first-child{
	width: 60%;
}

.testimony div:last-child{
	width: 35%;
}

.testimony div p{
	color: #414141;
	font-style: italic;
}

.testimony h2{
	font-weight: 700;
    width: 76%;
}

.testimony h3{
	color: #D0B55C;
	font-style: italic;
}

.testimony div .stars{
	width: 192px!important;
	height: 33px!important;
}
*/

footer{
	display: flex;
  background-color: #3A3E42;   
  justify-content: center;
  padding: 15px 50px 80px;
  flex-direction: column;
}
#texto-1-footer{
  text-align: left;
  /*font-family: "fuente-ev-web-local";*/
  font-family: "fuente-ev-web-local";
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0px;
}
#texto-2-footer{
  text-align: center;
  /* font-family: "fuente-ev-web-local"; */
  font-family: "fuente-ev-web-local";
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 0px;
  margin-top: 36px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0px;
}
footer p{
  text-align: center;
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0px;
}
footer a{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
	font-size: 11px;
	color: white;
  text-align: center;
}

footer .elementos-footer{
	display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .elementos-footer div{
  width: 15%;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 380px;
}

footer .elementos-footer div img{
	width: 35px;
}
hr { 
  position: absolute;
  width: 100%;
  border: none;
  height: 1px;
  background: #EBEBEB;
  /*margin-top: 195px;*/
  left: 0px;
   } 

.img-redes-footer a{
	margin: 10px;
}

.img-redes-footer a img{
	height: 18px;
	width: auto!important;
}

.img-redes-footer{
	display: flex;
}



/*.bajada{
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
}

.bajada .item{
	border: 2px solid #000000;
    text-align: center;
	font-family: 'Barlow', sans-serif;
    font-size: 16px;
    letter-spacing: -0.26px;
    color: #000000;
    width: 16%;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 25px 46px;
}*/

* {
    box-sizing: border-box;
  }
  
  /* flex container-1 


  .flex-container-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .flex-item-left-1 {
    flex: 50%;
  }
  .flex-container-1 h2{
    font-family: 'Barlow', sans-serif;
	font-weight: 700;
	size: 42px;
	color: black;
    text-transform: uppercase;
  }
  .texto-flex-1{
    font-family: 'Barlow', sans-serif;
	font-weight: 400;
	size: 20px;
	color: black;
    width: 94%;
    margin-bottom: 30px;
  }*/


  .boton-negro, button {
    /*font-family: "fuente-ev-web-local";*/
    font-family: "fuente-ev-web-local";
	  size: 16px;
	  color: white;
    background-color: #38DC82;
    padding: 25px;
    width: 27%;
    text-decoration: none;
	border: solid 2px #38DC82;
}
  .boton-negro a{
    text-decoration: none;
  }
  .boton-negro:hover, button:hover{
    background-color: transparent;
    border: solid 2px #6AD474;
    color: #6AD474;
  }
  #servicios{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*height: auto;
    padding-bottom: 50px;
    padding-top: 25px;
    max-width: fit-content;*/

  }

  /*.flex-item-right-1 {
    flex: 50%;
    padding: 40px;
    padding-left: 8%;
  }*/

  /*
  /*
  /*
  /*
/* aca empieza opiniones el slider entero */
.opiniones{
    height: auto;
    padding-bottom: 50px;
    padding-top: 25px;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}
#titulo-opiniones{
  font-family: "fuente-ev-web-local";
	font-size: 40px;
	color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

/*.cd__intro{
  padding: 60px 30px;
  margin-bottom: 15px;
       flex-direction: column;

}
.cd__intro,
.cd__credit{
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: center;
   background: #fff;
   color: #333;
   line-height: 1.5;
   text-align: center;
}

.cd__intro h1 {
  font-size: 18pt;
  padding-bottom: 15px;

}
.cd__intro p{
  font-size: 14px;
}

.cd__action{
  text-align: center;
  display: block;
  margin-top: 20px;
}

.cd__action a.cd__btn {
 text-decoration: none;
 color: #666;
  border: 2px solid #666;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 5px;
}
.cd__action a.cd__btn:hover{
  background: #666;
  color: #fff;
   transition: .3s;
-webkit-transition: .3s;
}
.cd__action .cd__btn:before{
 font-family: FontAwesome;
 font-weight: normal;
 margin-right: 10px;
}
.down:before{content: "\f019"}
.back:before{content:"\f112"}

.cd__credit{
   padding: 12px;
   font-size: 9pt;
   margin-top: 40px;

}
.cd__credit span:before{
  font-family: FontAwesome;
  color: #e41b17;
  content: "\f004";


}
.cd__credit a{
  color: #333;
  text-decoration: none;
}
.cd__credit a:hover{
  color: #1DBF73; 
}
.cd__credit a:hover:after{
   font-family: FontAwesome;
   content: "\f08e";
   font-size: 9pt;
   position: absolute;
   margin: 3px;
}
.cd__main{
 background: #fff;
 padding: 20px;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
 
}
.cd__main{
   display: flex;
   width: 100%;
}

@media only screen and (min-width: 1360px){
   .cd__main{
     max-width: 1280px;
     margin-left: auto;
     margin-right: auto; 
     padding: 24px;
   }
}


.cd__main{
  display: block !important;
  background: #ddfcf5 !important;
  min-height: 450px;
 height: 100vh;
}*/
.container {
width: 100%;
height: 100%;
}
.card {
background-color: #E6E6E6;
width: 300px;
height: 55%;
border-radius: 36px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
padding: 20px 0 0 0;
transition: transform 400ms;
opacity: 0.5;
box-shadow: none;
}

.quote-icon {
position: absolute;
z-index: 0;
opacity: 0.05;
left: 3%;
top: 0;
}

.avatar {
width: 120px;
height: 120px;
border-radius: 150px;
border: 5px solid #f9fafe;
box-shadow: 0 0 50px #ccc;
position: absolute;
top: 0;
left: 50%;
transform: translate(-60px, -60px);
z-index: 1;
}

.header {
margin: 50px 0 0 0;
text-align: center;
z-index: 1;
}

.name {
font-family: "Hammersmith One", sans-serif;
text-transform: uppercase;
font-size: 22px;
margin: 0;
}

.title {
  font-family: "fuente-ev-web-local";
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
  padding: 0 0px 15px;
  color: #000000;
  text-align: left;
}

.txt-container {
width: 300px;
margin: 0;
height: 100%;
z-index: 1;
padding: 15px 15px 15px 15px;
overflow: hidden;
}

.txt {
  width: 100%;
  height: 65%;
  font-family: "fuente-ev-web-local";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #000000;
  margin: 0;
  -webkit-line-clamp: 4;
}

.txt p{
  -webkit-line-clamp: 4 !important;
}
.swiper-pagination{
  position: relative !important;
}

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
display: flex !important;
justify-content: center;
align-items: center;
/*height: 600px;*/
padding-top: 100px;
padding-bottom: 100px;
}

.swiper-slide-active {
z-index: 1;
}

.swiper-slide-active .card {
  box-shadow: 0 8px 5px -7px #6AD474;
  opacity: 1;
  transform: scale(1.3);
}

.swiper {
margin-left: auto;
margin-right: auto;
}
.swiper-button-next, .swiper-button-prev {
  color: #6AD474!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #6AD474!important;
}


.swiper-button-next:focus,
.swiper-button-prev:focus {
outline: none;
}

@media (max-height: 400px) {
.header {
  margin: 40px 0 0 0;
}
.name {
  font-size: 12px;
}
.title {
  font-size: 10px;
}
.quote-container {
  padding: 5px 20px 20px 20px;
}
.quote-icon {
  width: 75px;
  height: 75px;
}
.avatar {
  width: 100px;
  height: 100px;
  transform: translate(-50px, -50px);
}
}

/* aca termina opiniones el slider entero */
/*
/*
/*
*/

/* flex container-2 */

  .flex-container-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 85px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex-item-left-2 {
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-item-left-2 img{
    width: 80%;
    margin-right: 115px;
  }
  .flex-container-2 h2{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
	font-size: 40px;
	color: black;
  text-transform: uppercase;
  }
  .texto-flex-2{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
	font-size: 21px;
	color: #3A3E42;
  width: 100%;
  margin-bottom: 30px;
  }

 

  .flex-item-right-2 {
    flex: 50%;
    padding: 40px;
    padding-left: 13%;
  }
  .flex-item-right-2 ul{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 21px;
    list-style: none;
    /*list-style: url('../image/punto-verde.jpg');*/
    padding-left: 0px;
    width: 80%;
    margin-bottom: 0px;
  }
  .flex-item-right-2 li{
    padding-bottom: 0px;
  }

  .flex-item-right-2 img{
    float: left;
    margin-top: 3px;
  }
  
/* flex container-3 */

  .flex-container-3 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex-item-left-3 {
    flex: 40%;
  }

	.flex-item-left-3:first-child {
		flex: 43%;
		margin-right: 5px;
	}
	.flex-item-left-3:last-child {
		flex: 43%;
		margin-left: 5px;
	}
  .flex-item-left-3 h2{
	font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: rgb(0 0 0);
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-bottom: 5px;
  }

.flex-container-3 p{
	font-weight: 600;
	line-height: 1.5;
}
 


  .flex-item-right-3 {
    flex: 50%;
  }


  /* flex container-4 */

  .flex-container-4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #EFEFEF;
  }
  
  .flex-item-left-4 {
    flex: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .flex-container-4 h2{
  font-family: 'Barlow', sans-serif;
	font-weight: 700;
	size: 42px;
	color: black;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  }
  .texto-flex-4{
  font-family: 'Barlow', sans-serif;
	font-weight: 400;
	size: 17px;
	color: black;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  }
  .boton-negro-4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    size: 18px;
    color: white;
    background-color: black;
    padding: 15px;
    width: 200px;
    text-decoration: none;
    text-align: center;
	min-width: 200px;
	border: solid 2px #D0B55C;
	 
}
 

  .flex-item-right-4 {
    flex: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
  }

   /* flex container-5 */


  .flex-container-5{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .flex-item-center-5 {
    flex: 35%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 55px;
  }
  .flex-container-5 h2{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    size: 42px;
    color: black;
    text-transform: uppercase;
  }
  .texto-flex-5{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    size: 20px;
    color: black;
    width: 95%;
    margin-bottom: 30px;
  }
  #texto-flex-5-bis{
    font-weight: 400;
  }

  .flex-item-right-5 {
    flex: 40%;
    background-image: url('../img/bano.jpg');
    background-repeat: no-repeat;
    height: 650px;
    max-height: 749px;
  }

  .flex-item-left-5 {
    flex: 25%;
    background-image: url('../img/kit.jpg');
    background-repeat: no-repeat;
    height: 650px;
    max-height: 749px;
  }


/*container-mobile*/
  #container-5-mobile{
    width: 100%;
  }
  #imagen-5-mobile{
    width: 100%;
    float: left;
    height: auto;
  }

#container-5-mobile h2{
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    size: 25px;
    color: white;
    text-transform: uppercase;
}

  #texto-5-mobile{
    width: 100%;
    float: left;
    height: auto;
    background-color: black;
    padding: 29px;
    
  }
  #texto-5-mobile p{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    size: 12px;
    color: white;
    margin-bottom: 30px;
  }

  #texto-flex-5-bis-mobile{
    font-weight: 400;
  }
  .flex-container-6{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*padding-bottom: 95px;
    padding-top: 40px;*/
    margin-left: auto;
    margin-right: auto; 
  }
  .flex-container-6-1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*padding-bottom: 95px;
    padding-top: 40px;*/
    margin-left: auto;
    margin-right: auto; 
  }
  .flex-container-6-services{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    justify-content: center;
    padding-bottom: 95px;
    padding-top: 40px;
  }
  
  #servi{
    font-family: "fuente-ev-web-local";
	font-size: 40px;
	color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
    /*font-family: "fuente-ev-web-local";
font-family: "fuente-ev-web-local";
    font-size: 40px;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;*/
  }

  .flex-item-left-6{
    width: 50%;
    background-image: url('../img/service-1920-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .flex-item-left-6-1{
    width: 50%;
    background-image: url('../img/service-1920-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .flex-item-left-6-2{
    width: 50%;
    background-image: url('../img/service-1920-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .flex-item-right-6{
    width: 50%;
    padding: 30px;
    padding-left: 4%;
    background-color: #F5F5F5;
  }
  .flex-item-left-6-3{
    width: 50%;
    background-image: url('../img/service-1920-4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
 .titulo-cubo{
    font-family:'fuente-ev-web-local';
    font-size: 30px;
    color: #3A3E42;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding-left: 30px;*/
    width: 100%;
  }
.texto-cubo{
    /*font-family: "fuente-ev-web-local";*/
    font-family: "fuente-ev-web-local";
    font-size: 21px;
    text-align: left;
    color: #3A3E42;
    width: 45%;
    margin-left: 0% ;
    margin-right: 0%;
  }
  .flex-item-left-6 img{
    padding-left: 0%;  
  }
  /*.flex-item-right-6 img{
    padding-left: 5%; 
  }*/
  .lista{
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 83%;
  }
  .lista-item {
    display: flex;
  }
  .caja-scroll{
    width: 100%;
    height: auto;
    padding-bottom: 120px;
  }
  .caja-scroll h1{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 40px;
    text-align: center;
    color: #3A3E42;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 100px;
  }
  div.scroll-logos {
    overflow: auto;
    white-space: nowrap;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-left: 12%;
  }
  
  div.scroll-logos img {
    display: inline-block;
    margin-right: 70px;
    margin-left: 70px; 
  }
  .contenedor::-webkit-scrollbar {
    -webkit-appearance: none;
    
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
    width: 30px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #38DC82;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
    width: 5px;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;  
}
  
.container-form{
  display: flex;
  width: 100%;

}
.container-form-join{
  display: flex;
  width: 100%;
  padding-bottom: 50px;
}
.form-izquierdo{
width: 45%;
background-color: #38DC82;
}
.form-derecho{
  width: 55%;
  background-color: #F8F8F8;
  padding-bottom: 50px;
}
.form-derecho-join-us{
  width: 100%;
}
.container-form h1{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 40px;
    margin-left: 28%;
    color: #3A3E42;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 75px;
}
.form-derecho h1{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 40px;
    margin-left:85px;
    color: #3A3E42;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 75px;
}
.container-form-join h1{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 40px;
    color: #3A3E42;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 75px;
    text-align: center;
}
.form-izquierdo p{
    /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 21px;
    text-align: left;
    color: #3A3E42;
    margin-left: 28%;
    width: 65%;
    margin-bottom: 35px;
}.form-derecho-join-us p{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
  font-size: 21px;
  text-align: center;
  color: #3A3E42;
  width: 35%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.sub-titulo{
  font-family:'fuente-ev-web-local'!important;
  font-size: 21px;
  text-align: left ;
  color: #000000;
  
}
.grid-container-footer{
  display: flex;
  width: 15%;
  height: auto;
  margin-top: 50px;
  margin-left: 28%;
}
.grid-container-footer img{
  padding-right: 10px;
}
#chico {
  display: none;
}
.form-agregado{
  width: 70%;
  margin-left: 85px;
}
.form-agregado-join-us{
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.fotito-h4{
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-direction: column;
}
.fotito-h5{
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-direction: column;
  /*padding-left: 380px;*/
}
.fotito-h5 p{
  width: 80%;
}
/*.fotito-h5 button{
  width: 35%;
}*/
#linea-texto{
  display: flex;
  width: 100%;
}


/*.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {

  background-color: #38DC82!important;
}

.hs-input {
  background-color: greenyellow;
}
.hbspt-form input {
  background-color: #08973c;
}*/


/* Responsive */
@media only screen 
	and (max-width : 680px) {
		
	.mySwiper{
		  height: 390px;
	  }
		
	#myVideo {
		/*min-width: 150%!important;*/
		width: 110%!important;
	}
		
	footer .elementos-footer{
		display: flex;
		flex-direction: column;
	}
		
	footer .elementos-footer div {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
  footer p{
    text-align: left;
  }		
}
/*@media (max-width: 1730px){
  .fotito-h5 {
    padding-left: 230px;
  }
}*/


/* Responsive 430 */
  @media (max-width: 430px){
	  .mySwiper{
		  height: 350px;
	  }
	  .mySwiper .swiper-pagination{
		display: none!important;
	  }  
	.menu-hamburguesa {
		right: 4%;
		/*top: 23px;*/
	}
  .flex-container-6 h1{
    font-size: 34px!important;
    text-align: center!important;
    padding-left: 0px!important;
  }
  .caja-scroll h1{
    font-size: 34px!important;
  }
  .container-form h1{
    font-size: 34px!important;

  }
  .scroll h2{
    font-size: 34px!important;
  }
  .fullslide h1{
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .top button{
    font-size: 12px !important;
    width: 40%!important;
  }
  .top{
    background-image: url('../img/top-430.jpg')!important;
    height: 834px!important;
    margin-top: -26px!important;
  }
  .top h1{
    font-size: 38px;
    line-height: 44px;
    padding-top: 290px!important;
  }

  .top-join-us{
    background-image: url('../img/top-join-430.jpg')!important; 
    height: 874px!important;
  }
 .form-agregado{
  margin-left: auto!important;
  margin-right: auto;
 }
  .form-agregado-join-us{
    width: 70%;
  }
  .form-derecho-join-us p{
    width: 75%;
  }
  .top-join-us p{
    width: 90%;
  }
  .titulo-cubo{
    font-size: 20px;
    /*padding-left: 15px;*/
  }
  button {
    width: 60%!important;
  }
  #banner-3{
    display:none!important;
  }
  #banner-4{
    display:block;
    cursor: pointer;
  }
  #how-3{
    display: none!important;
  }
  #how-4{
    display: block;
  }
  .swiper-button-prev .swiper-button-next{
    display: none!important;
  }
  .flex-item-left-6-2{
  
    background-image: url('../img/service-430-3.jpg')!important;
    
  }
}



  @media (min-width: 550px){
    .flex-container-3{
        display: none;
    }
    #container-5-mobile{
      display: none;
    }
	  .celu{display: none}  
  }
  @media (max-width:550px){

    #chico{
      display: block;
      width: 100%;
    padding-top: 25px;
    }
    #grande{
      display: none;
    }
    .flex-container-2{
      padding-bottom: 60px !important;
    }
    div .scrollmenu img{
      width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    }
  }



  @media (max-width: 549px){
    .flex-container-1{
        display: none;
    }
    .flex-container-5{
      display: none;
    }
	  
	  .bajada{
		  display: none;
	  }
	  
	  .compu{
		  display: none;
	  }
	  
	  .testimony{
		  flex-direction: column;
	  }
	  
	  .testimony div{
		  width: 100%!important;
	  }
    footer .elementos-footer{
      padding-top: 50px;
   }
  
    
  }

/* Responsive 800 */

  @media (min-width: 800px){
    /*hr{
      display: none;
    }*/
  }

  @media (max-width: 800px){
    .flex-item-right-4, .flex-item-left-4{
      flex: 100%;
    }
    .v-line{
      display: none;
    }
    .flex-item-center-5{
      padding: 10px;
    }
    .flex-container-6{
      flex-direction: column;
      align-items: center;
    }
    .flex-container-6-1{
      flex-direction:column-reverse;
      align-items: center;
    }
    .flex-container-6-services{
    background-color: white;
    padding-top: 85px;
    margin-left: 2%;
    flex-direction: column;
    }
    .flex-item-left-6{
      width: 85%;
      background-image: url('../img/service-1366-1.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 411px;
    }
    .flex-item-left-6-1{
      width: 85%;
      background-image: url('../img/service-1366-2.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 411px;
    }
    .flex-item-left-6-3{
      width: 85%;
      background-image: url('../img/service-1366-4.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 411px;
    }
    .flex-item-left-6-2{
      width: 85%;
      background-image: url('../img/service-1366-3.jpg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 411px;
    }
    .flex-item-right-6{
      width: 85%;
      margin-left: 0%;
    }
    .flex-container-6 p{
    /*margin-left: 8%;*/
    margin-right: 26%;
    text-align: left;
    }
  
    .caja-scroll h1{
    text-align: left;
    margin-left: 8%;
    }
    .container-form{
      flex-direction: column;
    }
    .form-izquierdo{
      width: 100%;
    }
    .form-derecho{
     width: 100%;
    }
  
    .container-form p {
      margin-left: 8%;
    }
    .grid-container-footer{
      margin-left: 8%;
      padding-bottom: 70px;
    }

    .fullslide{
      margin-top: 165px;
    }
    .fullslide h1{
      font-size: 40px;
      line-height: 42px;
      width: 75%;
    }
    .top button{
      width: 30% !important;
    }
    .top{
      background-image: url("../img/top-800.jpg")!important;
    }
    .top-join-us{
      background-image: url('../img/top-join-800.jpg');
      height: 767px;
    }
    .top h1{
      padding-top: 245px;
    }
    .top-join-us h1{
      margin-top: 300px;
    }
    .form-agregado{
      width: 80%;
    margin-left: 60px;
    }
    .form-agregado-join-us{
    width: 80%;
    }
    .form-derecho-join-us p{
      width: 55%;
    }
    .titulo-cubo{
      width: 65%;
    }
    #banner-2{
      display: none !important;
    }
    #how-2{
      display: none!important;
    }
    #banner-3{
      display:block;
      cursor: pointer;
    }
    #how-3{
      display: block;
    }
    .about-us p{
      width: 80%;
    }
}
@media (max-width: 930px){

  button{
    width: 50%!important;
  }
}




/* Responsive 1200 */

  @media (max-width: 1200px){
    .flex-item-right-1, .flex-item-left-1,.flex-item-right-2, .flex-item-left-2{
      flex: 100%;
    }
    
    .flex-container-2{
        flex-direction: column;
        padding-top: 0%;
        padding-bottom: 200px;
    }
    .texto-flex-2{
      width: 85%;
    }
    .flex-item-right-2{
        margin-top: 0%;
        padding-top: 0%;
    }
    .flex-item-left-2 img{
    width: 75%;
    margin-right: 0px;
    padding-top: 150px;
    }
    .titulo-cubo{
      width: 90%;
    }
  }
   

 /*scroll menu horizontal*/
.scroll{
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  
}
.scroll h2{
  /*font-family: "fuente-ev-web-local";*/
font-family: "fuente-ev-web-local";
    font-size: 40px;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 100px;
}

div.scrollmenu {  
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #970808;
}

div .scrollmenu img{
	width: 100%;
	/* To get horizontal scroll, change width to 150% */
}

.boton-negro {
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  margin-top: 2%;
}

.fullslide .boton-negro {
  max-width: 350px!important;
}

.boton-negro-scroll a{
  text-decoration: none;
}
.boton-negro-scroll:hover{
  background-color: #6AD474;
}
/* fin scroll menu horizontal*/
 

  @media (max-width: 680px){
	div .scrollmenu img{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		/* To get horizontal scroll, change width to 250% and remove the paddings (or change to 0)*/
	}

	div.scrollmenu {
		width: 100%;
	}


  }

/* width */
.scrollmenu ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollmenu ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrollmenu ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scrollmenu ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 98%;
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 45px;
  font-weight: bold;
  cursor:pointer;
}

.close-modal:hover,
.close-modal:focus,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button{
	cursor: pointer;
    font-family: 'fuente-ev-web-local', sans-serif!important;
    font-size: 16px;
    text-transform: capitalize;
    width: 20%;
    border: solid 2px #6AD474;
    transition: var(--fadeindhover);
    border-radius: 18px;
    /*margin: 6%;*/
    padding: 25px;
    white-space: nowrap;
}

.top button{
  font-size: 16px;
  text-transform: uppercase;
	/*margin-left: var(--mgizq);*/
	transition: var(--fadeindhover);
	max-width:204px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  margin-top: 30px;
  width: 20%;
  display: block;
}

footer button, footer button:hover {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	text-align: left;
}

footer p a{
	text-decoration: none;
	color: inherit!important;
}

  @media (max-width: 680px){  
	.top button {
		font-size: 16px;
    font-weight: 600;
    padding: 24px!important;
    width: 40%!important;
	}	 
	  
	.fullslide h1 {
		width: 95%!important;
    margin-top: 0px;
    font-size: 34px;
    line-height: 32px;
	}	
  .fullslide{
    margin-top: 80px;
  }
	  
	.testimony {
		padding-top: 45px;
	}
	  
	.flex-item-left-4 {
		padding-top: 50px;
	}
  }

  
@media (prefers-color-scheme: dark) {
	.swiper-button-next, .swiper-button-prev {
		color: #FFFFFF!important;
	}
	
  @media (max-width: 680px){	

		/*.scrollmenu img{
				filter: invert(1)!important;
		  }
		}*/

		.bar1, .bar2, .bar3 {
			background-color: #CCCCCC!important;
		}

		.change .bar1 {
			background-color: #CCCCCC!important;
		}

		.change .bar3 {
			background-color: #CCCCCC!important;
		}

	}
}
	
.legal{
	margin-top: 145px;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.logonav{
	cursor: pointer;
  padding-top: 10px;
}
	
@media (max-height: 750px){	
	.fullslide{
		margin-top: 150px!important;
	}
	.fullslide h1 {
   	 	width: 75%;
    	font-size: 34px;
      line-height: 32px;
      margin-top: 50px;
	}
	
	.top button{
		padding: 14px 6px;
		width: 16%;
	}
}

@media (max-height: 680px){	
	.fullslide{
		margin-top: 80px!important;
	}
}
@media (max-height: 380px){	
	.fullslide{
		margin-top: 0px;
	}
}
@media (max-width: 530px){
.fullslide h1 {
  width: 95%;
  font-size: 34px;
  line-height: 32px;
  margin-top: 0px;
}
.top button {
  width: 45%;
}

	}
  /*@media (max-width: 1060px){
    .fullslide{
      margin-top: 130px;
    }
  }*/
  @media (max-width: 470px){
    .fullslide h1 {
      width: 100%;
      font-size: 28px;
      line-height: 26px;
      margin-top: 10px;
    }
    .card{
      width: 280px;
    }
    .swiper-button-next{
      display: none!important;
    }
   .swiper-button-prev{
      display: none!important;
    }
    .txt-container{
      width: 280px;
    }
    .txt{
    font-size: 16px;
    line-height: 26px;
    }
    .title{
      font-size: 18px;
    }
  }
  @media (max-width: 380px){
    .fullslide h1 {
      margin-top: 0px;
    }
  }
  @media (max-width: 340px){
    button{
      width: 90%!important;
      padding: 16px;
    }
    }
  
  @media (max-width: 900px){
    .container-form h1{
      margin-left: 8%;
    }
    .form-izquierdo p{
      margin-left: 8%;
    }
    .grid-container-footer{
      margin-left: 8%;
      width: 25%;
    }
    .form-derecho h1{
      text-align: center;
      margin-left: 0%;
    }

  }
  /*@media (min-height: 1110px){

  }*/
  @media (min-width: 1110px){
.fullslide h1{
  width: 60%;
}
  }
  @media (max-width: 1366px){
    .texto-cubo{
      width: 68%;
    }
    button{
      width: 35%;
    }
    /*.fotito-h5{
      padding-left: 0!important;
    }
    .fotito-h5 button{
      width: 35%;
    }*/
    .texto-2-footer{
      left: 50px;
    }
    .top{
      width: 100%;
      height: 774px;
      margin-top: -123px;
      background-repeat: no-repeat;
      background-image: url("../img/top-1366.jpg");
      background-size: cover;
      background-position: center;
    }
    .top-join-us{
      background-image: url("../img/top-join-1366.jpg");
    }

    .top h1{
      width: 75%;
    }
    #banner-1{
      display: none;
    }
    #banner-2{
      display:block;
      cursor: pointer;
    }
    #how-1{
      display: none;
    }
    #how-2{
      display: block;
    }
    .swiper-backface-hidden .swiper-slide {
      width: 60%;
    }
    .swiper-wrapper {
      width: 60%;
    }
  }
  @media (min-width: 1920px){
.top{
  height: 960px;
}
.top h1{
  padding-top: 420px;
  width: 40%;
}
/*#texto-2-footer {
  left: 0%;
  margin-left: auto;
  margin-right: auto;
}*/
  }
  @media (max-width: 1490px){
    button {
      width: 35%;
    }
  }
  
.logo-brand{
	width: 120px!important;
}
  



