:root{
	--verde: rgb(124 255 112)
}
*{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
	background-image: linear-gradient(360deg, rgb(11 95 27 / 46%) -20%, #000000c4 78%), url(img/fondo.jpg);
	display: flex;;
    flex-direction: column;
    overflow-anchor: 10px;
    transition: 0.5s;
    background-attachment: fixed;
	font-family: 'Ubuntu';
}



header{
	display: flex;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    background-color: #0000003f;
    top: 0;
	backdrop-filter: blur(5px);
    /* height: 100%; */
    width: 100%;
    transition: 1.5s;
    z-index: 2000;
    align-items: flex-start;

}

header.abajo{
	background-color: rgba(0, 0, 0, 0.705);
}

.head__img{
	width: 9vh;

}
.logo{
	display: flex;
	align-items: center;
	filter: drop-shadow(0px 0px 4px #68ff8146);
	transition: 1s; 
}
.logo:hover{
	filter: drop-shadow(0px 0px 8px #04fd2ebd);
	transition: 1s; 
}
.head__menu{
	width: 100%;
	display: flex;
	margin-right: 20px;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.textlogo{
	color: white;
	margin-left: 16px;
}

.menu__text{
	color: white;
	text-decoration: none;
	padding: 20px;
	transition: 0.5s;
}

.menu__text:hover{
	background-color: white;
	color: black;
}

.fondo{
	background: linear-gradient(180deg, rgba(56,56,56,1) 7%, rgba(34,34,34,1) 83%);
		padding-bottom: 50px;
}

.section1__img{
	width: 90%;
	max-width: 500px;
	margin-top: 50px;
	filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.5));
	animation: bounce-down 3s linear infinite;

}

.section1__title{
	font-size: 7vh;
	margin-bottom: 0;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
}
.section1__subtitle{
	font-size: 2.4vh;
	margin-top: 6px;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
}
.section1{
	margin-top: 150px;
	position: relative;
}

.section1__div{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin: 107px 20px 20px 20px;
    justify-content: center;
}
.section1__text{
	display: flex;
	flex-direction: column;
	align-items: left;
	font-family: 'Ubuntu', serif;
	color: white;
	margin: 20px;
	align-items: center;
}

.section1__p{
	text-align: center;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
}

.section1__wave{
	width: 100%;
	margin-bottom: -5px;

}

.wave{
	filter: drop-shadow(0px -10px 15px var(--verde));
}


.conocimientos{
	justify-content: center;
	margin-top: 20px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 90%;
	flex-wrap: wrap;

}
.exp{
	justify-content: space-evenly;
	margin-top: 20px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 80%;
	margin-bottom: 150px;
}
.conocimiento{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 20px 20px 80px 20px;
	border-radius: 20px;
	color: white;
	flex-wrap: wrap;
	align-items: center;
}
.expc{
	background-color: #29292977;
	animation-duration: 2s;
  	animation-name: exp;
  	animation-iteration-count: infinite;
	animation-direction: alternate;
	border: solid 2px var(--verde);
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 485px;
	width: 300px;
	border-radius: 20px;
	margin: 30px;
	color: white;

}
@keyframes exp {
	from {
		box-shadow:inset 0px 0px 15px rgba(0, 0, 0, 0.50),0px 0px 15px var(--verde);
	  }
	
	  to {
		box-shadow:inset 0px 0px 15px rgba(0, 0, 0, 0.50),0px 0px 20px var(--verde);
	  }
	}

.section2{
	background: linear-gradient(180deg, #0b0b0b 7%, rgba(0, 0, 0, 0.411) 83%);
	position: relative;
	padding-bottom: 0px;
	padding-top: 30px;
	font-family: 'Arvo', serif;
	margin-top: -10px;

}
.section2__title{
	margin: 0;
	margin-bottom: 60px;
	text-align: center;
	color: white;
	font-family: 'Arvo', serif;
	font-size: 35px;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: 2px;

}
.sectionp__title{
	margin: 0;
	text-align: center;
	color: white;
	font-family: 'Arvo', serif;
	font-size: 35px;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: 2px;

}
.planes{
    display: flex;
    align-items: center;
    justify-content: center;
}
.div_section2{
    align-items: center;
    display:flex;
}
.div_sectionc{
    align-items: center;
    display:flex;
	flex-direction: column;
}
.plan{
    height: 800px;
    width: 30%;
     margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0,0,0,0.3);
    border-radius: 15px;
    box-shadow:5px 5px 10px rgba(0,0,0,0.5);
    
}
.plan .btn__section2{
    margin-bottom: 30px;
}
.mv{
    bottom: 50px;
    position: relative;
}
.MasV{
    margin-bottom: 50px;
    display:inline;
   text-align: center;
   font-size: 23px !important; 
   color: white !important;
   text-shadow:5px 5px 3px rgba(0,0,0,0.5);
   padding: 15px;
   border-radius:40px;
   border:dotted 4px white;
}
.plan .p2_title{
    text-align: center;
    margin:15px;
    border-bottom:solid 1px white;
    margin-bottom: 6px;
    font-size: 30px;
    color: white;
}
.p2_stitle{
    margin:0px;
    font-size: 23px;
    color: white;
    margin-bottom:20px;
}
.p_text{
    width:30%;
}
.plan p{
    text-align: center;
    color:white;
    font-size:19px;
}
.plan h3{
    border:solid 3px white;
    
    padding:15px;
    border-radius:40px;
    color:white;
    font-size:40px;
}
.conocimiento__img{
	width: 50px;
	filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.7));
	transition: 0.5s;

}

.exp__img{
	border-radius: 6px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5) inset);
	width: 230px;
	margin: 0 auto;
	transition: 0.5s;

}
.pag h4{
	text-align: center;
    color: white;
    font-family: 'Ubuntu';
    font-weight: 500;
    letter-spacing: 8px;
}

.conocimiento__img:hover{
	width: 56px;
    animation: bounce-down 1.6s linear infinite;
}
footer{
	box-shadow: 0px -3px 20px var(--verde);
    text-align: center;
    background-image: linear-gradient(to bottom, #181818 0%, #050505 200%);
    font-family: 'Arvo', serif;
    color: var(--verde);
    margin: 0;
    display: flex;
    padding: 20px;
    margin-top: -5px;
    z-index: 300;
    justify-content: center;
}

.footer__text{
	margin: 0;
	font-weight: 400;
	font-size: 2vh;
}
.footer__link{
		text-decoration: none;
		font-weight: 700;
		text-shadow: 0px 0px 10px var(--verde);
		color: var(--verde);
		font-size: 2vh;
}
.btn__menu{
	display: none;
	cursor: pointer;
	border:none;
	margin-top: 10px;
	padding: 0;
	background-color: transparent;
	transition: .6s .1s;
}


@-webkit-keyframes bounce-down {
       25% {
            -webkit-transform: translateY(-4px);
       }
       50%, 100% {
            -webkit-transform: translateY(0);
       }
       75% {
            -webkit-transform: translateY(4px);
       }
}
 
@keyframes bounce-down {
        25% {
             transform: translateY(-6px);
        }
        50%, 100% {
             transform: translateY(0);
        }
        75% {
             transform: translateY(6px);
        }
}


.btn__menu:hover{
	transform: rotate(360deg);
}
.btn__menu span{
	display: block;
	background-color: #f3f3f3;
	height: 3px;
	width: 28px;
	margin: 10px auto;
}
.enlaces{
	display: flex;
	font-weight: 500;
}

@keyframes muestraMenu{
	from{opacity:0;}
	to{opacity: 1;}

}

@keyframes textoFlotando{
	from{top: 10px}
	to{top: -10px;}
}


body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width:7px;
}

body::-webkit-scrollbar-button:increment,body::-webkit-scrollbar-button {
    display: none;
} 


body::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #3c682b; 
}

.formulario{
	display: flex;
	flex-direction: column;
	margin-left: 80px;
	align-items: center;
}

.br-1.animado{
	transform: rotate(-45deg) translate(-10px, 8px);
}

.br-2.animado{
	opacity: 0;
}
.br-3.animado{
	transform: rotate(45deg) translate(-10px, -8px);
}

.btn__section1{
	text-decoration: none;
	border-radius: 50px;
	background-color: var(--verde);
	color: black;
	box-shadow: 0px 0px 10px #00ff2a;
	padding: 10px;
	width: 200px;
	text-align: center;
	font-family: 'Arvo', serif;
	font-weight: 700;
	margin-top: 10px;
	transition: 0.4s;
}
.btn__section1:hover{
	box-shadow: 0px 0px 16px #00ff2a;
	padding: 15px;
	transition: 0.4s;
}
.btn__section2{
	text-decoration: none;
	border-radius: 50px;
	background-color: var(--verde);
	color: black;
	padding: 10px;
	width: 200px;
	text-align: center;
	font-family: 'Arvo', serif;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
	transition: 0.5s;
}
.btn__section2:hover{
	text-decoration: none;
	border-radius: 50px;
	background-color: var(--verde);
	color: black;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.8);
	padding: 10px;
	width: 200px;
	text-align: center;
	font-family: 'Arvo', serif;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
}
.section3{
	background: linear-gradient(180deg, #0b0b0b 7%, rgb(0 0 0 / 56%) 83%);
	font-family: 'Ubuntu', serif;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: white;
	margin-top: -10px;
	z-index: 200;
}

.section2 h3{
	color: white;
    text-align: center;
    font-weight: 400;
    letter-spacing: 20px;
    margin: 0;
    display: inline-block;
}


  .pag{
	width: 23vw;
	display: flex;
    flex-direction: column;
    align-items: center;

  }
  .s2-porfolio{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    border-bottom: solid 1px #ededed;
  }
  .s2-porfolio::after{
	position: absolute;
    width: 1.45em;
    height: 72px;
    background-color: #0b0b0b;
    content: ".";
    margin-left: 281px;
  }
  .s2-diseno{
	display: flex;
	margin-top: 30px;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    border-bottom: solid 1px #ededed;
  }
  
  .container-cards img {
	width: 65%;
	height: 100%;
	object-fit:cover;
	margin: 20px;
	-webkit-box-reflect:below 2px linear-gradient(transparent, transparent, #0004);
	
	transform-origin:center;
	transform:perspective(800px) rotateY(15deg);
	transition:0.5s;
  }
  .container-cards {

	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	gap:20px;
	
  }
  .container-cards img:hover {
	transform:perspective(800px)       rotateY(0deg);
	opacity:1;
	cursor: pointer;
  }
  .container-cards img:hover ~ a {
	opacity: 1;
	bottom: 10px;
	transition: .6;
  }
  .container-cards a{
	opacity: 0;
    position: relative;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    background: var(--verde);
    border-radius: 30px;
    box-shadow: 0 0 10px var(--verde);
    z-index: 999;
    bottom: 92px;
    transition: 0.5s;
  }
  
  .s2-diseno h4{
	display: flex;
    justify-content: center;
    margin: 10px;
	color: white;
	font-family: 'Ubuntu';
	letter-spacing: 4px;
  }
  .t-port{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .s2-porfolio h4{
	display: flex;
    justify-content: center;
    margin: 10px;
	color: white;
	font-family: 'Ubuntu';
	letter-spacing: 4px;
  }

.div_formulario{
	display: flex;
    justify-content: center;
    font-size: 3vh;
    margin: 50px;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-250px * 7));
   }
}
.slider {
	background: #000000a6;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.slider::before, .slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider::before {
	left: 0;
	top: 0;
}
.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}
.slider .slide {
	height: 100px;
	width: 250px;
}
.card {
	width: 300px;
    height: 360px;
    background-image: linear-gradient(163deg, #00ff75 0%, #1aecbf 100%);
    border-radius: 20px;
    transition: all .3s;
    margin: 30px;
   }
   
   .card2 {
	width: 300px;
    height: 360px;
    background-color: #1a1a1a;
    transition: all .2s;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
   .card2 h2{
	padding: 10px;
	margin: 0px;
   }
   .card2 p{
	text-align: center;
	width: 80%;
   }
   .card2 i{
	font-size: 57px;
    margin: 20px;
    color: #06fa87;
    text-shadow: 0 0 10px #549969;
   }
   .card:hover > .card2 i{
	text-shadow: 0 0 17px #29bb3b;
	transition: 0.5s;
}
   .card2 i:hover{
    
   }
   .card2:hover {
	transform: scale(0.98);
	border-radius: 20px;
   }
   
   .card:hover {
	box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
   }
   
   .s3-cartas{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
   /*Text*/
   .text-title {
	text-transform: uppercase;
	font-size: 0.75em;
	color: #42caff;
	letter-spacing: 0.05rem;
   }
   
   .text-body {
	font-size: .8em;
	text-align: center;
	color: #6f6d78;
	font-weight: 400;
	font-style: italic;
   }
   
   /*Hover*/
   .card:hover .card-img {
	--size: 110px;
	width: var(--size);
	height: var(--size);
   }

.card-r {
	width: fit-content;
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 25px;
	gap: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
  }
  
  /* for all social containers*/
  .socialContainer {
	width: 52px;
	height: 52px;
	background-color: rgb(44, 44, 44);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition-duration: .3s;
  }
  /* instagram*/
  .containerOne:hover {
	background-color: #d62976;
	transition-duration: .3s;
  }
  /* twitter*/
  .containerTwo:hover {
	background-color: #00acee;
	transition-duration: .3s;
  }
  /* linkdin*/
  .containerThree:hover {
	background-color: #0072b1;
	transition-duration: .3s;
  }
  /* Whatsapp*/
  .containerFour:hover {
	background-color: #128C7E;
	transition-duration: .3s;
  }
  
  .socialContainer:active {
	transform: scale(0.9);
	transition-duration: .3s;
  }
  
  .socialSvg {
	width: 17px;
  }
  
  .socialSvg path {
	fill: rgb(255, 255, 255);
  }
  
  .socialContainer:hover .socialSvg {
	animation: slide-in-top 0.3s both;
  }
  
  @keyframes slide-in-top {
	0% {
	  transform: translateY(-50px);
	  opacity: 0;
	}
  
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  
  
.input_txt{
	width: 300px;
	margin: 20px 20px 20px 20px;
	border: none;
	border-radius: 50px;
	height: 50px;
	text-align: center;
	box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4);

}
.input_txt::-webkit-input-placeholder {
  text-align: center;

  line-height: 100px;
}

.input_txt.texto{
	height: 120px;
	border-radius: 20px;
}

.section3__p{
	width: 30%;
}
.section3__botones{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section3__btn{
	margin:20px 20px 10px 20px;
	padding: 20px 30px 20px 30px;
	border: none;
	border-radius: 20px;
	font-family: 'Arvo';
	font-weight: 700;
	box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4);
	font-size: 15px;
}

.section3__btn.wsp{
	background-color: var(--verde);
	color: black;
	text-decoration: none;

}

.section3__wave{
	height: 60px;
	width: 100%;
	background-image: url("img/wave3.svg");
	margin-top: 100px;
}

.section2__p {
	font-size: 4vh;
	font-family: 'Arvo';

}
.section1__pt {
	font-size: 1.8vh;
	font-weight: 600;
	font-family: 'Arvo';
	margin: 0px 0 7px 0;
	text-align: center;
}
.diseñogaleria{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.imggal{
	width: 300px;
	margin: 10px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.6);
}

.diseño{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.diseño_h1{
	color: white;
	font-size: 5vh;
	margin-top: 110px;
	font-family: 'Arvo';
}
.section4__p {
	font-size: 4.1vh;
	font-weight: 700;
	font-family: 'Arvo';

}
.div_section3{
	margin-top: 60px;
	text-align: center;
	align-items: center;
}

.fadeTop {
  opacity: 0; 
  transform: translate(0, 10vh);
  transition: all 1s;
}

.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 1s;
}
.fadeLeft {
	opacity: 0;
	transform: translate(-10vh, 0vh);
	transition: all 1s;
  }
.visible {
  opacity: 1;
  transform: translate(0, 0);
}




.paginag{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: 600;
	font-family: 'Arvo';

}
.paginag h2{
	text-shadow: 2px 2px 10px rgba(0, 0, 1.0);
}

.container{
	max-width: 1040px;
	margin: 0 auto;
}
.swiper{
	margin-top: 40px;
}
.swiper-slide{
	margin-bottom: 50px;
	border-radius: 20px;
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
	height: 420px ;
	width: 300px ;
	position: relative;
}
.swiper-slide img {
	width: 300px;
	border-radius: 15px;
	height: 420px;
}
.swiper-txt{
	color: white;
	padding: 25px;
	text-align: center;
}
.swiper-txt h3{
	font-size: 20px;
	margin-bottom: 5px;
}

@media (max-width:800px){
	.div_formulario{
		margin: 0;
	}
	.pag{
	width: 80%;
    flex-direction: column;
	}
	.logo{
		width: 200px !important;
	}
	.swiper{
		padding: 0 70px;
	}
	.swiper-slide img{
		width: 100%;
	}
    .planes{
        flex-direction:column;
    }
    .plan{
        width: 90%;
    }
    .mv{
        bottom:0;
    }
	.menu__text{
		width: 100%;
		text-align: center;
		padding: 20px 0 20px 0;
		font-size: 20px;
	}
	header{
		flex-direction: column;
		align-items: flex-start;
	}
	.head__menu{
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
	}

	.logo{
		margin: 0 auto;
	}
	.section1__div{
	flex-direction: column;
}
 	.section1__title{
 		text-align: center;
 	}
 	.section1__p{
	text-align: center;

	}
	.section1__pt{
	text-align: center;
	}
	.fondo{
	height: 110vh;
	}
	.section1__subtitle{
	text-align: center;
	}
	.conocimiento{
		margin: 20px;
	}
	.exp{
		flex-direction: column;
	}
	.expc{
		margin-bottom: 172px;
	}
	.btn__menu{
		display: block;
		position: absolute;
		right: 36px;
		top: 66px;
	}
	.enlaces{
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
    height: 60vh;
    background-color: #0000008c;
    width: 100%;
    opacity: 0;
    display: none;
	}
	.enlaces.desactivado{
		display: none;
	}

	.enlaces.activado{
		display: flex;
		animation:muestraMenu 500ms ease-in-out both;
	}
	.btn__section1{
		margin: 0 auto;
	}
	.formulario{
		margin-left: 0;
	} 
	.div_formulario{
		flex-direction: column;
		align-items: center;
	}
	.section2__p{
		font-size: 3vh;
	}
	.section3__p{
		width: 80%;
		text-align: center;
	}


}


