*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
  }

body {
    margin: 0;
	padding: 0;
	text-align: center;
    background: url("img/fondo-actual.webp");
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow-x: hidden;}
    .page1{
        width: 100%;
        height:100vh;
    
    }
    .page2{
        width: 100%;
        height:70vh;
    }
    
    
    /****************************** setting semi trans background when scrolled *******************/
    
    .page1{
        background: url("img/GridArt_20230606_180456066.webp") no-repeat center center; height: 600px;;    /*responsive bckgrnd img */
        background-size: cover;
        background-attachment: fixed;                /* parallex effect 1*/
    }
    
    .page2{
        background-color: black;
        opacity: 0.75;
        
    }
    .page2wrapper{
        background: url("img/GridArt_20230606_180747225.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
    .content{
        color: white;
        padding:12%;
    }
    /*boton whatsapp*/
.whatsapp{
    background-color: #090dec;
    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(6, 41, 239),rgb(231, 234, 231)) ;
    color: rgb(5, 85, 244);
    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;


}
@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{
  
 
    color:rgb(252, 246, 246);
    
    text-decoration: none;
}
nav ul li a:hover{
   
    color:rgb(4, 226, 156);
   
}

.hide{
    font-weight:bolder;
    font-size: 22px;
    padding: 16px;
    cursor: pointer;
    color:rgb(247, 247, 252);
    display: none;
}
#servicios1 p , h2{
color: rgb(254, 252, 252);}
/**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(9, 9, 9);
       
    }
    .text-center{
        font-family: 'Futura';
      color: rgb(2, 20, 74);
        font-weight:500;
        text-decoration: overline;
      margin-bottom: 15px;
      padding: 10px;
     }
     
    }
  

 
section#cta {
	background-image: url('img/GridArt_20230606_175857295.webp');
	min-height: 150px;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cta-title h2{
color: blue;
font-weight: bold;
font-size: 28px;
}
@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: #05f9f9;
    font-weight: bold;
    font-style: oblique;
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer a {
    color: #fdfdfd;
  }
  
  .footer .copyright {
    margin-bottom: 0px;
  }
  
  .footer .copyright, .footer .credits {
    font-size: 14px;
    color: aliceblue;
  }
  
  .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0a0a0a;
    position: relative;
    text-align: center;
    transition: .3s background ease;
    color: #05b5f5;
    line-height: 0;
  }
  
  .social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .social a:hover {
    color: rgb(250, 245, 249);
    background: #0e0e0e;
  }
  
  .social a i {
    line-height: 0;
  }
  
  #resultado{
    margin-bottom: 15px;
  }
  /*texto formulario y contacto*/
 .mb-3 {
    color: aliceblue;
 }
.mb-0{
color: #07e7e7;

}
