*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
html {
    overflow-x: hidden;
  }
/**body contenedor principal**/
body {
    margin: 0;
	padding: 0;
	text-align: center;
    background-image: url("img/fondo-jabon-transparente-burbujas-agua-bolas-o-esferas_73126-114.png");
    
    overflow-x: hidden;}
    .page1{
        width: 100%;
        height:100vh;
    
    }
    .page2{
        width: 100%;
        height:70vh;
    }
    
    
    /****************************** setting semi trans background when scrolled *******************/
    
    .page1{
        background: url("img/imagen\ principal.jpg") no-repeat center center; height: 600px;;    /*responsive bckgrnd img */
        background-size: cover;
        background-attachment: fixed;                /* parallex effect 1*/
    }
    
    .page2{
        background-color: rgb(77, 75, 75);
        opacity: 0.75;
        
    }
    .page2wrapper{
        background: url("img/segunda-imagen-principal.jpg") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
    .content{
        color: rgb(244, 0, 0);
        padding:12%;
    }
    .content h2{
        color: #f7f7fa;
    }
    /*boton whatsapp*/
.whatsapp{
    background-color: #3d5e3a;
    border: 1px solid rgb(245, 237, 237);
    float: left;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
   position:fixed;
    padding: 25px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
}


.whatsapp{
    transform: scale(1.1);
    transition: 0.3s;
}

.whatsapp{
    width: 80px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgb(255, 251, 251);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
} 



/**titulo DESTAPACIONES**/
header {
    width: 100%;
    padding: 10px;
    background:linear-gradient(rgb(43, 244, 3),rgb(231, 234, 231)) ;
    color: rgb(246, 3, 3);
    text-align: center;
    background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
animation: text 5s linear infinite;
text-decoration: none;
font-family:'Futura';
 font-weight: 900;

}

header button{
    background:linear-gradient(rgb(43, 244, 3),rgb(231, 234, 231)) ;
    color: rgb(246, 3, 3);
    text-align: center;
    background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
animation: text 5s linear infinite;
text-decoration: none;
font-family:'Futura';
 font-weight: 900;
 font-size: 28px;
 cursor: pointer;
 border: none;
}
@keyframes text{
    0%{
        filter:hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}
/**fin titulo laguna azulII**/

 

/** navegacion **/
nav ul{
    list-style: none;
    text-align: center;
   
   
}
nav ul li{
    display: inline-block;
    padding: 20px;
    transition: all ease-in-out 250ms;
}
ul li a{
  font-weight: bold;
 font-size: 18px;
    color:rgb(0, 0, 0);
    
    text-decoration: none;
}
nav ul li a:hover{
   
    color:rgb(252, 0, 0);
   
}

.hide{
    font-weight:bolder;
    font-size: 22px;
    padding: 16px;
    cursor: pointer;
    color:rgb(6, 6, 6);
    display: none;
}
#servicios1 p , h2{
color: rgb(8, 8, 8);
font-weight: bold;}
/**pantalla 768**/
@media (max-width: 768px){

    ul li{
        width: 100%;
        padding: 16px;
        text-align: left;
    }
    .hide{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li a:hover{
   
        color:rgb(232, 7, 7);
       
    }
    .text-center{
        font-family: 'Futura';
      color: rgb(12, 12, 12);
        font-weight:500;
        text-decoration: none;
      margin-bottom: 15px;
      padding: 10px;
     }
     
    }
    body {
        margin: 0;
        padding: 0;
        text-align: center;
        background-image: url("img/fondo-jabon-transparente-burbujas-agua-bolas-o-esferas_73126-114.png");
        
        overflow-x: hidden;}
  
    header button{
        background:linear-gradient(rgb(43, 244, 3),rgb(231, 234, 231)) ;
        color: rgb(246, 3, 3);
        text-align: center;
        background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    animation: text 5s linear infinite;
    text-decoration: none;
    font-family:'Futura';
     font-weight: 900;
     font-size: 28px;
     cursor: pointer;
     border: none;
    }
    @keyframes text{
        0%{
            filter:hue-rotate(0deg);
        }
        100%{
            filter: hue-rotate(360deg);
        }
    }
 
section#cta {
	background-image: url('img/imagen-trabajemos-juntos.jpg');
	min-height: 150px;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cta-title h2{
color: rgb(247, 244, 244);
font-weight: bold;
font-size: 30px;
}
@media(min-width: 991px) {
	section#cta {
		min-height: 250px;
	}
}
/*IMAGEN Y BOTON DE CONTACTO*/
.cta-button-container .cta-button {
	font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
	background: #196512;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    color: rgb(250, 243, 243);
	text-decoration: none;
	border: none;
}
/*FIN IMAGEN Y BOTON DE CONTACTO*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 5rem 0 2.5rem 0;
   
  }
  .footer h1{
    text-align: center;

  }
  
  .footer h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: rgb(5, 5, 5);
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer a {
    color: #0a0a0a;
    font-weight: 600;
  }
  
  .footer .copyright {
    margin-bottom: 0px;
  }
  
  .footer .copyright, .footer .credits {
    font-size: 14px;
    color: rgb(6, 6, 6);
  }
  
  .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f7f7fa;
    position: relative;
    text-align: center;
    transition: .3s background ease;
    color: #0e0f0f;
    line-height: 0;
  }
  
  .social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .social a:hover {
    color: rgb(236, 0, 166);
    background: #021687;
  }
  
  .social a i {
    line-height: 0;
  }
  
  #resultado{
    margin-bottom: 15px;
  }
  /*texto formulario y contacto*/
 .mb-3 {
    color: rgb(7, 7, 7);
    font-weight: bold;
 }
.mb-0{font-weight: bolder;
color: #0a0a0a;

}
