@import url(https://fonts.googleapis.com/css?family=Nunito);

html {
  height: 100%;
  overflow: hidden;
}

body { 
  margin:0;
  padding:0;
	perspective: 1px;
	transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Nunito;
}

.PARA h1 {
    font-size: 3.5em;  
    color: #fff;
    text-shadow: 0 5px 3px #000;
    text-align: center;
}

.PARA p {
  font-size: 3.5em;
  line-height: 1.5em;
  color: #333;
    text-align: justify;
}
.PARA .header {
  text-align: center;
 /* font-size: 1.5em;*/
  color: #fff;
  text-shadow: 0 5px 3px #000;
}

.PARA .slider {
  position: relative;
  padding: 25px;
  min-height: 100vh;/*85*/
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}

.PARA img {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 25%;
  height: auto;/*250*/
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 7px;
  border-radius: 5px;
  background: rgba(255,255,255, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    z-index: -1;
}

.PARA img:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.PARA .slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, .9);
}

.PARA .title {
  width: 60%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255, .7);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, .9);
    
}

.PARA .slider:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.PARA .slider:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

 .PARA .slider, .PARA .slider:before {
  background: 50% 50% / cover;  
}
#title {
  background-image:url(Servicios/1.jpg);
  z-index:2;
}

#title h1 {
 transform: translateZ(.25px) scale(.75);
 transform-origin: 50% 100%;

}
#slide0 {
  background-image:url(Servicios/1.jpg);
  z-index:2;
}

#slide1:before {
  background-image:url(Servicios/2.jpg);
  transform: translateZ(-1px) scale(2);
    z-index: -2;
}

#slide2 {
  background-image:url(Servicios/3.jpeg);
  z-index:2;
}

#slide3:before {
  background-image:url(Servicios/4.jpg);
  transform: translateZ(-1px) scale(2);
    z-index: -2;
}

#slide4 {
  background-image:url(Servicios/5.jpg);
    z-index: -2;
}
@media screen and (max-width:600px){
    .PARA h1{
         font-size: 1.7em;
    }
}
@media screen and (max-width:950px){
    .PARA img {
         width: 60%;
        height: auto;
    }
}
@media screen and (max-width:600px){
    .PARA img {
         width: 60%;
        height: auto;
    }
}

@media screen and (max-width:600px){
    .whatsapp {

  width:55px;
  height:55px;
  bottom:20%;
  right:10px;
  
}

.whatsapp-icon {
  margin-top:10px;
}
.whatsapp:hover{
    background-color:#fff;
  color:#954f9b;
}
.Mail-Send{
 position:fixed;
  width:55px;
  height:55px;
  bottom:29%;
  right:10px;
  background-color:#954f9b;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
}
.Mail-Send:hover{
    background-color:#fff;
  color:#954f9b;
}
}
