@font-face {
    font-family: 'social_shapesregular';
    src: url('fonts/social_shapes-webfont.woff2') format('woff2'),
         url('fonts/social_shapes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
 overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.big-logo{
  background-image: url('img/big-logo.png');
  background-size:cover;
  width:250px;
  height:80px;
  position:absolute;
  left:50%;
  margin:-150px 0 0 -125px;
  transform:scale(0.9,0.9);
  transition:5s;
}

.besting{
  margin-top:50px;
  font-weight:bold;
  color:#FFFAFA;
  font-size:4rem;
  opacity:0;
  transition:5s;
}



.go-service{
position:absolute;
left:50%;
width:100px;
height:50px;
margin:-47px 0 0 -50px;
border-radius:50px 50px 0 0;
background-color:#FFF;
background-image:url('img/downarrow.png');
background-repeat: no-repeat;
background-position: center 12px;
z-index:10;
}

@media only screen and (max-width: 992px) {
  .big-logo{
  width:150px;
  height:48px;
  margin:-250px 0 0 -75px;
}

@media screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio:0){
  .big-logo{
  width:150px;
  height:48px;
  margin:-100px 0 0 -75px;
} 
}

.besting{
  margin-top:50px;
  font-size:2rem;
  font-weight:bold;
  color:#FFFAFA;
}

.go-service{
  background-position: center 18px;
}

}

.contactus{
  background-image: url('img/contactus.png');
  background-position:left center;
  background-size:25px 25px;
  width:25px;
  height: 25px;
  padding-left:5px;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left:50%;
  top:50%;
  margin:-32px 0 0 -32px;
  opacity:0.5;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.full-container {
  margin: 0 auto;
  background-color:transparent;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.full-hands{
	position:absolute;
background-image:url('img/hands.png');
background-size: cover;
background-position:-100px 100px;
background-repeat: no-repeat;
width:100%;
height: 700px;
opacity: 0;
transform: translatey(200px);
transition:3s;
}

.loading-screen{
	position:fixed;
	z-index:100000;
	width:100%;
	height:100%;
	background:#212121;
}
.datacenter {
	background: #191919;
  margin: 0 auto;
  width:100%;
  height: 200px;
}




.full-container.our-clients{
	background-color:#212121;
}

.full-container.white{
  background-color:#FFF;
  margin-top:-20px;
}
.full-container.white2{
  background-color:#FFF;
}

.full-container.footer{
  background-color:#212121;
  min-height: 50px;
}


@media only screen and (min-width: 601px) {
  .full-container {
    min-height:740px; 
  }

}

@media only screen and (min-width: 993px) {
  .full-container {
    min-height:740px;
  }


}

blockquote.blue-grey-darken-4 {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #263238;
}

i.social-net {
  font-family: 'social_shapesregular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}

.ml12 {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

.clients-logos {
 width:100%;
 height:140px;
 background-size:cover;
 background-position:50% 50%;
 background-color:#FFF;
 background-repeat: no-repeat;
 border-radius: 7px;
 transition: 2s;
 margin-bottom:20px;
 padding:0;
}



.clients-logos.meroli {
 background-image:url('img/meroli-logo.png');
}

.clients-logos.neperhotel {
 background-image:url('img/neperhotel-logo.png');
}
.clients-logos.plazamotos {
 background-image:url('img/plazamotos-logo.png');
}
.clients-logos.unir {
 background-image:url('img/unir-logo.png');
}
.clients-logos.leonardo {
 background-image:url('img/leonardo-logo.png');
}
.clients-logos.hospitalprivado {
 background-image:url('img/hospitalprivado-logo.png');
}


.clients-logo-hover {
 background-color:rgba(255,255,255,0.7);
 width:100%;
 height:100%;
 border-radius: 7px;
 opacity: 0;
 transition: 0.8s;
}

.clients-logo-hover:hover {opacity: 1;}

#rotative {
	/* Safari */
-webkit-transform: rotate(45deg);

/* Firefox */
-moz-transform: rotate(45deg);

/* IE */
-ms-transform: rotate(45deg);

/* Opera */
-o-transform: rotate(45deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);

}

.ipx-icon {
 width:140px;
 height:140px;
 font-size:80px;
 border-radius:80px;
 transition: 1s;
}
.ipx-icon.tic {
 background:#64b5f6;
 padding:33px 0 0 1px;
}
.ipx-icon.tic:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.mantenimiento {
 background:#d4e157;
 padding:31px 0 0 2px;
}
.ipx-icon.mantenimiento:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.voip {
 background:#9575cd;
 padding:33px 0 0 1px;
}
.ipx-icon.voip:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.virtualizacion {
 background:#f06292;
 padding:30px 0 0 1px;
}
.ipx-icon.virtualizacion:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.soportesoftware {
 background:#81c784;
 padding:31px 0 0 1px;
}
.ipx-icon.soportesoftware:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.datacenter_icon {
 background:#ff8a65;
 padding:31px 0 0 1px;
}
.ipx-icon.datacenter_icon:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.desarrollo {
 background:#ef5350;
 padding:31px 0 0 4px;
}
.ipx-icon.desarrollo:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}
.ipx-icon.seguridad {
 background:#4db6ac;
 padding:33px 0 0 1px;
}
.ipx-icon.seguridad:hover {
 transform: rotate(360deg);
 box-shadow: 0 0 20px #BBB;
}

.sexy-divisor{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    width:77%;
    margin-left:12%;
}
.sexy-divisor.dark{
	background:#AAA;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#AAA), to(#212121));
}
.sexy-divisor.clear{
	background:#999;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#999), to(#fff));
}

#fade-row1 {
 opacity:0;
 transition:1s;
}

#fade-row2 {

 opacity:0;
 transition:1s;
}

#fade-row3 {
/*transform:translate(150px);	*/
opacity: 0;
transition:1s;
}

#fade-row4 {
/*transform:translate(-150px);	*/
opacity: 0;
transition:1s;
}

@media only screen and (min-width: 700px)  {
#fade-row1{
transform: translate(100px);
}

#fade-row2{
	transform: translate(100px);
}

}

#fade-row5 {
opacity: 0;
transition:1s;
}

#scale-object1 {
transform:scale(0.5);
opacity: 0;
transition:1.5s;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background-color: transparent;
      background-size: cover;
      background-repeat:no-repeat;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide.fst-sl{
	background-image: url('img/1.jpg');
}
.swiper-slide.snd-sl{
	background-image: url('img/2.jpg');
}
.swiper-slide.trd-sl{
	background-image: url('img/3.jpg');
}
.swiper-slide.fth-sl{
	background-image: url('img/4.jpg');
}
.swiper-slide.fith-sl{
	background-image: url('img/5.jpg');
}
.swiper-slide.sth-sl{
	background-image: url('img/6.jpg');
}

.footer-logo{
  width:133px;
  height:23px;
  padding:0 0 0 0;
  background-image: url('img/footerlogo.png');
  background-color: transparent;
  background-position:right 3px;
  background-repeat:no-repeat;
}