html,body{
    color:white;
    font-family: 'Poppins', sans-serif;    
    height:100%;
    max-width: 100%;
    min-width: 100%;
    margin:auto 0;
    
  }
.portada{
    background: rgba(0,0,0,0.4) url(https://www.fullsmart.pe/wp-content/uploads/2021/12/Bg_Mobile.jpg) no-repeat fixed center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100% ;
    text-align: center;  
 }

 .portada:before {
	content:'';
	position: absolute;
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}

.portada h1 {
	font-size: 60px;
	color: #fff;
	position: relative;
}
.portada h2 {
  padding-top:10px;
  font-weight: 300;
	color: #fff;
	position: relative;
}
.portada button {

  color: #fff;
	position: relative;
}

.portada form {
  padding:20px;
  background: rgb(4,26,34);
  background: linear-gradient(148deg, rgba(4,26,34,0.7940126734287465) 0%, rgba(43,41,38,0.5699230375744048) 100%);  border:2px solid rgb(48, 224, 32);
  border-radius: 15px;
	position: relative;

  
}

 .text{
   margin: 30px 0px 10px 0px;	
   padding: 50px;
   display: inline-block;
   justify-content: center;
 }
 .text h1{
    font-family: 'Poppins', sans-serif;    
    justify-content: center;
    width:100%;
    margin:0 auto;
    font-size:3rem;
    color:white;
  }

.services h1 {
    font-family: 'Poppins', sans-serif;    
    font-size: 36px;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    color: white;

}
.services h2 {
    font-family: 'Poppins', sans-serif;    
    color: white;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
}

#titulos1{
  font-size:20px;
}


.splide img{
    width: 120px;
    margin:auto 0;
}


footer {
  padding: 2rem 0;
  background-color: #212529;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
}

footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Poppins', sans-serif;    
}

.copyright {
  color: white;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    
}
.swing img {
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 30px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

/* EFECTO PARALAX */

.bg {
  animation:slide 2s ease-in-out infinite alternate;
  background-image: linear-gradient(-50deg,#FC9B00 10%,#3e529e 50%, #3e529e 100%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

.content {
  background-color:rgba(255,255,255,.8);
  border-radius:.25em;
  box-shadow:0 0 .25em rgba(0,0,0,.25);
  box-sizing:border-box;
  left:50%;
  padding:10vmin;
  position:fixed;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/* SCROLL STYLE */
.boxcss {

  transform: translateX(400%);
  transition: transform 0.4s ease;
}

.boxcss:nth-of-type(even) {
  transform: translateX(-600%);
}

.boxcss.show {
  transform: translateX(0);
}


body {
  background: #333;
   color: white;
}
.slider-container {    
   max-width: 1000px;
   padding: 2rem 3rem;
   margin: 2rem auto 0 auto;
   overflow: hidden;
   border-radius: 5px;    
   position:relative;

}

img {
   display: inline-block;
   vertical-align: top;
   max-width: 100%;
}

.my-slider {
   position: relative;    
}

.slider-item {

  position: relative;

}

.controls {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   left: 0;    
   width: 100%;    
   top: 50%;
   transform: translatey(-50%);
   display: flex;
   align-items: center;    
   justify-content: space-between;


   li:hover {
       cursor: pointer;        
   }
}






.card {
   text-align: center;    
   margin: 0 auto;
   max-width: 200px;       
   color: #333;
   background: white;
   border-radius: 5px;
   padding-bottom: .75rem;
   font-family: 'Poppins', sans-serif;    
   overflow: hidden;
   box-shadow: 2px 2px rgba(black, .3);
   position: relative;
   &:before {
       content: '.card';
       position: absolute;
       bottom: 0;
       color: blue;
   }
   img {
       margin-bottom: .25rem;
   }
   
   h2 {
       margin: 0 0 .25rem;
   }
   p {
       margin: 0;
       padding: 0 .5rem;
   }
}

#float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	border-radius:10px;
	text-align:center;
  font-size:20px;
	box-shadow: 2px 2px 2px rgb(5, 5, 5);
  z-index:100;
}


