
/* :root {
	--rosita: #fadbd6;
	--rosa: #e58d97;
	--marron: #59373b;
	--textoChico: 16px;
  
	--rosadito:#F8C2D9;
	--amarillo: #FDF4BD;
	--verdeAgua : #99D4BD;
	--celeste: #55C6CE;
	--violeta: #CEB7D9;
	--violetaFuerte :#C38BBD;
	--rojoFuerte: #EB1B25;
  
  
	--primary-50:#e8f9f4;
	--primary-100:#b6ebdd;
	--primary-200:#93e2cc;  
	--primary-300:#62d4b5;    
	--primary-400:#44cca6;
	--primary-500:#14B893; 
	--celesteModaClub:#14B893;
	--primary-600:#13ae83;
	--primary-700:#0f8866;
	--primary-800:#0c694f;
	--primary-900:#09503c;
  
	--negroModa:#021510;
  
  
  } */

  .imgNosotros{
    width: 150px;
  }

  .divImgSucural{
	overflow:hidden;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:3px solid var(--primary-400);
    display:inline-block;
  }




  .googleMapSucursal{
	align-items: center;
	margin: auto;
  }
  .h1Nosotros{
   
    font-size: 30px;
    color: var(--negroModa);
  }
.h2Nosotros{
    font-family: 'BattenyPersonal';
    font-size: 20px;
    color: var(--primary-900);
}
:root {
	--rate: 19.9%;
	--function: ease-in-out;
	--slide-distortion-delay: 0s;
	--slide-distortion-time: 0.5s;
	--slide-reset-delay: 0.4s;
	--slide-reset-time: 0.5s;
	--slider-offset: 0%;
	--slider-time: 1s;
  }
  .sucursalH2{
	margin: 5%;
	background-color: var(--primary-400);
	text-align: center;
	border-radius: 3%;
  }

  
  /* img {
	width: 150px;
	height: 150px;
  } */

  .wrapper {
	padding: 0;
  }
  
  .slider {
	overflow: hidden;
  }
  
  .slider__inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	transform: translateX(var(--slider-offset));
	transition-property: transform;
	transition-duration: var(--slider-time);
	transition-timing-function: ease;
	will-change: transform;
  }
  
  .slider__item {
	flex: 1 0 100%;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: auto;
  }
  
  
  .slider__image {
	width: 100%;
	height: auto;
	transform: translateX(0);
	animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
	animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
	animation-fill-mode: forwards, forwards;
	animation-direction: normal, reverse;
  }
  
  .slider__image:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .slider__image:nth-child(1) {
	clip-path: inset(0 0 calc(var(--rate) * 4) 0);
  }
  
  .slider__image:nth-child(2) {
	clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
  }
  
  .slider__image:nth-child(3) {
	clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
  }
  
  .slider__image:nth-child(4) {
	clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
  }
  
  .slider__image:nth-child(5) {
	clip-path: inset(calc(var(--rate) * 4) 0 0 0);
  }
  
/***** Animatio *****/  /***** End Animatio *****/
 
  .slider__item--animating .slider__image:nth-child(1) {
	animation-name: animation-1, animation-1;
  }
  
  .slider__item--animating .slider__image:nth-child(2) {
	animation-name: animation-2, animation-2;
  }
  
  .slider__item--animating .slider__image:nth-child(3) {
	animation-name: animation-3, animation-3;
  }
  
  .slider__item--animating .slider__image:nth-child(4) {
	animation-name: animation-4, animation-4;
  }
  
  .slider__item--animating .slider__image:nth-child(5) {
	animation-name: animation-5, animation-5;
  }
  
   /***** Keyframes *****/  /***** End Keyframes *****/
   
  @keyframes animation-1 {
	from {
	  transform: translateX(0);
	}
	to {
	   transform: translateX(-50px);
	  transform: translateX(-5vw);
	}
  }
  
  @keyframes animation-2 {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-3vw);
	}
  }
  
  @keyframes animation-3 {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(1vw);
	}
  }
  
  @keyframes animation-4 {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(3vw);
	}
  }
  
  @keyframes animation-5 {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-1vw);
	}
  }
  
  @keyframes slide {
	to {
	  transform: translateX(-100%);
	}
  }
  
  /*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){ 
	.slider img {
		width: 1500px;
		height: 1300px;
	  }
	  .imgFrenteLocal{
		width: 250px;
		height: 200px;
		border-radius: 20%;
	  }
}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

	.slider img {
		width: 1500px;
		height: 1300px
	  }
	  .imgFrenteLocal{
		width: 250px;
		height: 200px;
		border-radius: 20%;
	  }
}
/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.imgFrenteLocal{
		width: 150px;
		height: 100px;
		border-radius: 20%;
	  }
	  .imgFrenteLocalEquipo{
		width: 300px;
		height: 200px;
		border-radius: 20%;
		align-items: center;
		margin-bottom: 10%;
	  }
}
