@charset "utf-8";
/* CSS Document */


#carrousell{

display: none;
}



/*===============================1024px=========================*/


@media all and (min-width:1024px){

	#servicios{
		display: none;
	}
	
#carrousell{
width: 100%;
height: 900px;
text-align: center;
margin-top: 0px;
	background-color:rgba(236,236,236,1.00);
	padding-top: 40px;
	padding-bottom: 0px;
	display: block;	
}

#carrousell .slider_8{
	
	display: none;
	
	}	
	
	

.icon-cards {
  position: relative;
  width: 80%;
  height: 30vw;
  max-width: 380px;
  max-height: 250px;
  margin: 0;
  color: white;
  perspective: 1000px;
  transform-origin: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


.icon-cards__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-30vw) rotateY(0);
  -webkit-animation: carousel 13s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: carousel 13s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;

}

.datos{
	width: 100%;
	padding: 0px;
	
	}
	

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}


#carrousell .icon-ok{
	padding-top: 0px;
	text-align: center;
	font-size: 30px;
	margin: auto;
	color:rgba(249,118,39,1.00);
	text-shadow: 0.2px 0.2px 1px rgba(41,41,41,0.60);	
}


#carrousell h2{
	font-size: 30px;
	padding-bottom: 5px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	/*text-shadow: 2px 2px 4px rgba(41,41,41,0.65);*/
	padding-top: 10px;
	}

#carrousell p{
	font-size: 15px;
	color:rgba(13,13,13,1.00);
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	width: 52%;
	margin: auto;
	font-weight:500;
	letter-spacing: 0px;
	padding-top: 20px;
	margin-bottom: 70px;
	}
	
	
	#carrousell .icon-cards__item a{
	width: 100%;
    height:auto;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
	
#carrousell .icon-cards__item a h6  {
width: 100%;
margin-top: -5px;
padding-top: 0px;	
font-family: 'Abel', sans-serif;
color:rgba(0,0,0,1.00);
background-color:rgba(0,0,0,0.20);
font-weight: 900;
text-align: center;	
font-size: 15px;
padding: 5px  10px;
border-radius:0px 0px 10px 10px;
word-spacing: 1px;
display: block;
margin-left: auto;
margin-right: auto;
 }	


#carrousell .icon-cards__item a h6:hover  {
color:whitesmoke;
background-color:rgba(255,106,19,1.00);
box-shadow: 1px 1px 6px rgba(41,41,41,0.30);
border-radius:0px 0px 10px 10px;
margin-bottom: 0px;
 }



.icon-cards__item img{
border-radius:10px 10px 0px 0px;	
}

.icon-cards__content.step-animation {
  -webkit-animation: carousel 8s infinite steps(1) forwards;
  animation: carousel 8s infinite steps(1) forwards;
}


.icon-cards__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60vw;
  height: 40vw;
  max-width: 380px;
  max-height: 250px;
 /* max-width: 380px;
  max-height: 250px;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
 
  transform-origin: center;
  border-radius:10px 10px 0px 0px;
 
}

.icon-cards__item:nth-child(1) {
  background: #FDD94F;
  transform: rotateY(0) translateZ(35vw);
 
}
.icon-cards__item:nth-child(2) {
  background: #F87949;
  transform: rotateY(120deg) translateZ(35vw);
}
.icon-cards__item:nth-child(3) {
  background: #FBAB48;
  transform: rotateY(240deg) translateZ(35vw);
}
	


@-webkit-keyframes carousel {
  0%, 17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }
  27.5%, 45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%, 72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%, 100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}

@keyframes carousel {
  0%, 17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }
  27.5%, 45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%, 72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%, 100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}
/*html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #110F15;
}
*/
.checkbox {
  position: relative;
  margin-top: 300px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #F47956;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox:hover {
  color: #F7A95A;
}
.checkbox__checkbox {
  position: relative;
  top: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  background: white;
  border: 1px solid currentColor;
  border-radius: 4px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.checkbox__checkbox::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.checkbox__label {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox > input:checked ~ .checkbox__checkbox {
  border-color: transparent;
  background: #F47956;
  -webkit-animation: jelly 0.6s ease;
          animation: jelly 0.6s ease;
}
.checkbox > input:checked ~ .checkbox__checkbox:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
	
	
	
	
	
	

