/*
Theme Name: Plasmable
Theme URI:
Author: Mauricio Sanhueza (Plasmable)
Version: 1.0 */
:root {
  --width-rectangle: 200px;
  --height-rectangle: 200px;
}
html{
	width: 100%;
    scroll-behavior: smooth;  
}
body{
   margin: 0;
   padding: 0;
}

h1, h2, h3, h4, h5{
	font-family: 'Oswald', sans-serif;
	}

p{
 font-family: 'Ubuntu', sans-serif;
 font-weight: 300;

}
a{
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}


.logo{
	font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 40px;
	display: inline-block;
	position: absolute;
	left: 1%;
	top: 2%;
	text-decoration: none;
}
.logo:hover{
	text-decoration: none;
	color: #fff;
}
#menu{
	position: fixed;
	left: 15%;
	top: 10%;
}
.toogle-menu + label{
  cursor: pointer;
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  position: fixed;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  transition: .5s;
  background: rgba(236,238,240,.9);
  color: blue;
  z-index: 100;
  border-radius: 10px;
  z-index: 100000;
  box-shadow: 5px 5px 15px #444;
}
/*.toogle-menu + label:before{
	content: "MENU";
	position: absolute;
	font-size: 20px;
	left: 50%;
	bottom: -50px;
	padding: 5px;
	background: rgba(236,238,240,.9);
    transform: translateX(-50%);
    border-radius: 5px;
    color: #26b28f;
    transition: .5s;
}*/
.toogle-menu:checked + label:before{
	opacity: 0;
}
.toogle-menu + label .barra{
	width: 50px;
	height: 3px;
	background:  #26b28f;
	position: relative;
}
.toogle-menu:checked + label .barra{
	background: transparent;
}
.toogle-menu + label .barra:before{
	content: "";
	position: absolute;
	width: 60%;
	height: 3px;
	right: 0;
	top: 14px;
	background:  #26b28f;
	transition: .5s;
}
.toogle-menu + label .barra:after{
	content: "";
	position: absolute;
	width: 60%;
	height: 3px;
	left: 0;
	bottom: 14px;
	background:  #26b28f;
    transition: .5s;
}
.toogle-menu:checked + label .barra:before{
	top: 0px;
	transform: rotate(-45deg);
    width: 100%;

}
.toogle-menu:hover + label .barra:before{
	width: 100%;
}
.toogle-menu:checked + label .barra:after{
	bottom: 0px;
	transform: rotate(45deg);
	width: 100%;
}
.toogle-menu:hover + label .barra:after{
	width: 100%;
}
.toogle-menu:checked + label{
	transform: translate(-50%, -50%) rotate(90deg);
	left: 50%;
    top: 10%;

}
.toogle-menu{
	display: none;
}
.menuItem, .menuItem2, .menuItem3, .menuItem4, .menuItem5{
	width: 90px;
	height: 50px;
	left: 50%;
    top: 10%;
    transform: translateX(-50%) rotate(190deg) skew(-15deg);
	position: fixed;
	cursor: pointer;
	transition: 1s;
	opacity: 0;
	z-index: 10000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	perspective: 700px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(.18,.98,.83,.67);


}
.menuItem:hover{
	color: #fff;
	top: 12%;
}
.toogle-menu:checked ~ .menuItem {
	opacity: 1;
	left: 36%;
	top: 3%;
	font-size: 10px;
	transform: rotate(360deg) translateX(-50%);
	}
.toogle-menu:checked ~ .menuItem2 {
	opacity: 1;
	left: 64%;
	top: 3%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem3 {
	opacity: 1;
	left: 41%;
	top: 14%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem4 {
	opacity: 1;
	left: 59%;
	top: 14%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem5 {
	opacity: 1;
	left: 50%;
	top: 20%;
	transform: rotate(360deg) translateX(-50%);
}
.title-item-nav{
	text-align: center;
	margin: auto;
	padding-top: 12px;	
	font-size: 18px;
	color: #fff;
	background: rgb(39,215,171);
background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
	width: 100%;
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
	position: relative;
	overflow: hidden;
    z-index: 100000;
    border-radius: 10px;
}
.title-item-nav:before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(39,215,171);
	background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
	transition: .3s;
	z-index: -1;
}
.title-item-nav:hover{
    color: #fff;
    text-decoration: none;
}
.title-item-nav:hover:before{
	left: 0;
}
.background-menu{
	width: 750px;
	height: 750px;
	background: rgba(73, 225, 176, .5);
	left: 50%;
	top: -170%;
	position: fixed;
	transform: translateX(-50%);
	transition: .7s;
	transition-delay: .3s;
	border-radius: 8px;
	z-index: 1000;
	border-radius: 50%;
	box-shadow: 5px 5px 15px #444;
	animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);

}
.toogle-menu:checked ~ .background-menu{
	top: -530px;
}
.numero-telefono{
	position: fixed;
	right: 0;
	top: 0;
	background:  #26b28f;
	padding: 10px;
	z-index: 100000;
	border-bottom-left-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}
.numero-telefono a{
	color: #fff;
}
.numero-telefono a:hover{
	text-decoration: none;
}
.main-home{
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(9,9,121,1) 100%);
	width: 100%;
	height: 100vh;
	
}
.container-title-main{
	position: absolute;
	left: 0;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title-main{

  	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
}
.typed{
	color: #fff;
	z-index: 1000;
}
.text-main{
	color: #fff;
	font-size: 25px;
}

.pulse{
	/*background:  linear-gradient(-45deg, #1abd94 20%,  #26b28f, #27d7ab);*/
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
	margin: auto;
	padding: 10px 15px 10px 15px;
	font-size: 20px;
	text-decoration:none;
	animation: animate 2s linear infinite;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	transition: .3s;
	border-radius: 8px;
	transform: translateY(25px);
	overflow: hidden;
}
.pulse:hover{
	text-decoration: none;
	color: #fff;
}

@keyframes animate {
	0%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	30%
	{
		box-shadow: 0 0 0 50px rgba(38, 178, 143,.0);
	}
	60%
	{
		box-shadow: 0 0 0 90px rgba(38, 178, 143,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(38, 178, 143,0);
	}
}
.container-rectangles{
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.rectangle{
	position: absolute;
	width: var(--width-rectangle);
	height: var(--width-rectangle);
	background: rgb(73,225,176);
	border-radius: 15px;
	animation: animaRectangle 5s infinite reverse;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.rectangle:nth-child(1){
	background: url(../images/sde.png);
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.rectangle:nth-child(2){
	width: calc(var(--width-rectangle)*1.4);
	height: calc(var(--width-rectangle)*1.4);
	transform: rotate(10deg);
	background: rgba(73,225,176,.5);
	border-radius: 10px;
	animation: animaRectangle2 6s infinite reverse;
}
.rectangle:nth-child(3){
	width: calc(var(--width-rectangle)*1.6);
	height: calc(var(--width-rectangle)*1.6);
	transform: rotate(30deg);
	background: rgba(73,225,176,.5);
	border-radius: 15px;
	animation: animaRectangle3 7s infinite reverse;
}
.rectangle:nth-child(4){
	width: calc(var(--width-rectangle)*1.8);
	height: calc(var(--width-rectangle)*1.8);
	transform: rotate(46deg);
	background: rgba(73,225,176,.2);
	border-radius: 25px;
	animation: animaRectangle4 8s infinite reverse;
}

@keyframes animaRectangle{
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(60deg) scale(.8);
	}
	100%{
		transform: rotate(0deg);
	}
}
@keyframes animaRectangle2{
	0%{
		transform: rotate(10deg);
			
	}
	
		
	50%{
		transform: rotate(-160deg);
		box-shadow: 0 0 0 0 rgba(38, 178, 143,.7);
	}
	100%{
		transform: rotate(10deg);
	}
}
@keyframes animaRectangle3{
	0%{
		transform: rotate(30deg);
	}
	50%{
		transform: rotate(60deg);
	}
	100%{
		transform: rotate(30deg);
	}
}
@keyframes animaRectangle4{
	0%{
		transform: rotate(46deg);
	}
	50%{
		transform: rotate(-160deg) scale(1.3);
	}
	100%{
		transform: rotate(46deg);
	}
}

.title-section{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	position: relative;
	display: inline-block;
	z-index: 10;
	padding: 15px 25px 15px 25px;
	background: rgba(4,4,4,.9);
}
/*SERVICIOS*/
.container-card {
  position: relative;
  display: flex;
  justify-content: center;
}
.card {
  display: flex;
  height: 420px;
  width: 300px;
  background: #17141d !important;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  color: #fff;
}
.card:not(:first-child) {
    margin-left: -50px;
}
.card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}
.card:hover ~ .card {
  position: relative;
  left: 50px;
  transition: 0.4s ease-out;
}
.icon-service{
	width: 150px;
	font-size: 60px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.title-card {
  color: white;
  font-weight: 300;
  position: relative;
  left: 20px;
  top: 15px;
  text-align: center;
}
.bar {
  position: relative;
  top: 10px;
  left: 0px;
  height: 5px;
  width: 250px;
  margin: 20px;
}
.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}
.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0,154,217);
  background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgba(217,147,0,1) 65%, rgba(255,186,0,1) 100%);
  transition: 0.6s ease-out;
}
.card:hover .filledbar {
  width: 220px;
  transition: 0.4s ease-out;
}
.text-card{
  padding: 20px;
  text-align: justify;

}
/*FIN SERVCIOS*/

/*SECCIÓN PLANES*/
.container-plans{
background: rgb(39,215,171);
background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
}
.container-plan{
	color: #f2f2f4;
	transition: .3s;
	padding: 0;	
	background: #d0d2d2;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}
.container-plan:hover{
	transform: translateY(-20px);
	box-shadow: -1px 1px 12px #444;
}
.container-plan:before{
    content: "";
    position: absolute;
    background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(9,9,121,1) 100%);
    top: 0%;
    left: 0;
    width: 200%;
    height: 150px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    transform: scale(1);
    transition: .4s;
    transform-origin: center top;
}
.container-plan:hover:before{
	transform: scale(1);
	height: 480px;
	border-bottom-left-radius: 13%;
    border-bottom-right-radius: 55%;
}

.container-title-price-plan{
	background: transparent;
	margin: 0;
    position: relative;
	text-align: center;
	height: 150px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.container-title-price-plan .price-plan{
	font-size: 40px;
	transition: .3s;
}
.list-advantage{
	list-style: none;
	color: #444;
	padding-top: 10px;
	transform: scale(1);
	transition: .4s;
	transform-origin: center top;
}
.container-plan:hover .list-advantage{
    transform: scale(1);
    color: #fff;
}
.list-advantage li{
	padding-left: 15px;
	padding-top: 9px;
	font-size: 13px;
	display: flex;
	align-items: center;
	text-align: center;
}
.container-btn{
	padding: 10px;
}
.btn-plan{
	background: rgb(39,215,171);
    background: linear-gradient(153deg, rgba(39,215,171,1) 0%, rgba(19,194,151,0.5942752100840336) 57%, rgba(42,42,193,1) 100%);
	padding: 10px 20px 10px 20px;
	min-width: 150px;
	color:#fff;
	font-weight: bold;
	transition: .3s;
	text-align: center;
	display: inline-block;
	transform: translateY(0px);
	border-radius: 11px;
	animation: animate 3s infinite ;

}
.btn-plan:hover{
	text-decoration: none;
	color: #fff;
    box-shadow: 10px 10px #fff;	
	transform: translateY(-5px);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(9,9,121,1) 100%);		
}
/*FIN  PLANES*/

/*Inicio Portafolio*/
.container-phone{
	width: 340px;
	height: 480px;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1700px;
	perspective-origin: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container-phone:before{
   content: "";
   position: absolute;
   width: 90%;
   height: 40px;
   left: 50%;
   transform: translateX(-50%) translateZ(-300px);
   bottom: -5%;
   background: #777;
   filter: blur(15px);
   transition: .5s;
   border-radius: 50%;
}
.container-phone:hover:before{
	transform: translateX(-60%);
	height: 30px;
	background: #555;
	filter: blur(13px);
	z-index: -1;
}
.box-phone{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #17141d;
	position: relative;
	border-radius: 20px;
	transition: .3s;
	transform-style: preserve-3d;
	box-shadow: -1px 1px  1px #444,
	             -2px 2px  1px #444,
	             -3px 3px  1px #444,
	             -4px 4px  1px #444,
	             -5px 5px 1px #444,
	             -6px 6px 1px #444,
	             -7px 7px  1px #444,
	             -8px 8px  1px #444,
	             -9px 9px 1px #444;
    transform: translateZ(-300px) rotateX(25deg);
    opacity: 1;   
}
 .container-phone:hover .box-phone{
	transform: translateY(-15px)  rotateX(5deg) rotateY(25deg)   translateZ(10px);
	transition: .3s;
}
.box-phone:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
    border-radius: 5px;
}
.content-phone{
	width: 320px;
	height: 380px;
	transform-style: preserve-3d;
}
.title-phone{
	background: #868a89;
    width: 100%;
    height: 15%; 
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	border-radius: 7px;
	z-index: 10;
	transform: translateZ(0px) scale(0);
}
.container-phone:hover .box-phone .title-phone{
	transform: translateZ(100px) scale(1);
}
.title-phone h3{
	font-family: 'Montserrat', serif;
	font-weight: 900;
	color: #fff;
}
.text-phone{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	transition: .3s;
	border-radius: 13px;
}
.text-phone:before{
	content: "";
	position: absolute;
    width: 40px;
    height: 40px;
    left: 10%;
    bottom: 10%;
    background: rgba(4,4,4,.7);
    border-radius: 50%;
    transition: .5s;  
}
.text-phone img{
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
	z-index: -1;
}
.text-phone img:nth-child(2){
    top: 100%;
    transform: scale(1);
}
.text-phone p{
	position: relative;
	color: #fff;
	padding: 10px;
	text-align: justify;
	z-index: 10;
	transform: translateX(-100%);
	transition: .5s;
	transition-delay: .3s;
	z-index: 1000;
	transform-style: preserve-3d;	      
}
 .container-phone:hover .box-phone .text-phone p{
	transform: translateX(0%);
}
 .container-phone:hover .box-phone .text-phone:before{
	transform: scale(19);
}
.btn-link-phone{
    width: 100%;
    height: 20%;
    left: 0;
    top: 0;
    border-radius: 7px;
    transition: .5s;
    transform-style: preserve-3d;
    position: absolute;
    transform: translateY(0%);
    z-index: -1;
}
.btn-link-phone a{
	/*background:  linear-gradient(-45deg, #1abd94 20%,  #26b28f, #27d7ab);*/
	background: rgba(67, 169, 143, .7);
	display: block;
	width: 100%;
	left: 0;
    top: 0;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: .5s;
    border-radius: 7px;  
    z-index: 10;
}
.btn-link-phone a:hover{
	background: rgba(67, 169, 143, .8);
	text-decoration: none;
	z-index: 100;	
    transform: scaleX(1.1);
}
.container-phone:hover .box-phone .content-phone .btn-link-phone{
	transform: translateY(50%) translateZ(70px);
	 z-index: 10;
}
.btn-phone{
   display: none;
}
.btn-phone + label{
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background: #302A3D;
   position: absolute;
   bottom: -8%;
   left: 50%;
   transform: translate(-50%,50%);
   border-right: 1px solid #fff;
   cursor: pointer;
   transition: .3s;
   z-index: 1000;
   animation: animate-btn-phone 2s infinite;
}
.btn-phone:checked + label{
   border-bottom: 1px solid #fff;
   border-right: 1px solid transparent;
}


.aparece{
	animation: anima-phone 2.5s backwards; 
	opacity: 1;
}
@keyframes animate-btn-phone {
	0%
	{
		box-shadow: 0 0 0 0 rgba(48, 42, 61,.7);
	}
	30%
	{
		box-shadow: 0 0 0 20px rgba(48, 42, 61,.0);
	}
	60%
	{
		box-shadow: 0 0 0 30px rgba(48, 42, 61,0);
	}
	100%
	{
		box-shadow: 0 0 0 0 rgba(48, 178, 42,0);
	}
}
@keyframes anima-phone{
	0%{
		transform: rotateY(60deg) translateZ(-20px);
	}
	50%{
		transform: rotateY(45deg)
	}
	70%{
		transform: rotateY(5deg);
	}
	100%{
		transform: translateZ(-300px) rotateX(25deg);     
	}
}
/* Fin portafolio*/

/*Inicio Contacto*/
.contenedorContacto{
	position: relative;
	 background: rgb(39,215,171);
background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-form{
	background: #f3f3f3;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #111;
  	
	width: 90%;
	height: 280px;
	z-index: 100;

}
.text-entremos{
	font-weight: bold;
	color: #444;
	
}
.form{
	width: 100%;
	border-radius: 15px;
	padding: 30px;
	box-shadow: -15px -15px 15px rgba(255,255,255,.3),
	             15px  15px 15px rgba(0,0,0,.3),
	             inset -5px  -5px 5px rgba(255,255,255,.3),
	             inset  5px   5px 5px rgba(0,0,0,.3);	
}
.form input[type="text"]
{
   border: none;
   background: transparent;
   border-bottom: 1px solid #17141d;
   padding: 10px;
   margin: 10px;
   outline: none;
   display: inline-block;
   width: 50%;
   position: relative;
   transition: .3s;
   color:#fff;
}
.form .form-call input{
	transition: .3s;
	position: relative;
	color: #fff;
	font-size: 18px;
	background: #26b28f;
}
.form-call input{
	color: #fff;
}
.form input:focus{
	border: none;
	background: #17141d;
	border-bottom: 1px solid #fff;
	transition: 2s;
}
.form input + label{
   position: relative;
   left: 75px;
   transition: .3s;
   font-size: 18px;
   color: #fff;
}
.form input:focus + label{
	left: 0px;
}
.form textarea{
   width: 50%;
   border: none;
   background: transparent;
   border-bottom: 1px solid #26b28f;
   color: #111;
   margin: 10px;
   border-bottom: 1px solid #17141d;
   color:#fff;
}
.form textarea + label{
   position: relative;
   left: 75px;
   transition: .3s;
   font-size: 18px;
   color: #fff;
}
.form textarea:focus {
   background: #17141d;
	border-bottom: 1px solid #fff;
	transition: 2s;
}
.form textarea:focus + label{
   left: 0px;
}

.form .form-call button{
	border: none;
}
::placeholder
{
	color: #fff;
	right: 112px;
	font-size: 18px;
}
.boton-formulario{
	background: #17141d;
	width: 100%;
	margin-top: auto;
	font-size: 20px;
	text-decoration:none;
	padding: auto;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	transition: .5s;
	display: block;
	width: 50%;
}
/*Fin Contacto*/
/* Inicio wsp*/
.contenedorWsp{
	position: fixed;
	right: 15px;
	bottom: 50%;
	transform: translateY(-50%);
	width: 40px !important;
	height: 40px;

	z-index: 1000;
	transition: .3s;
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	width: 55px;
}
.wsp{
	border-radius: 10%;
	transition: 3.3s;
	width: 100%;
	background: #1cbc64;
	box-shadow:  1px 1px  #54e463,
            	 2px 2px  #54e463,
            	 3px 3px  #54e463;
}
.container-phone-call{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 15px;
	bottom: 35%;
	transform: translateY(-50%);
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	background: red;
	 border-radius: 10%;
	background: #1cbc64;
	
}
.container-phone-call a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	box-shadow:  1px 1px  #54e463,
            	 2px 2px  #54e463,
            	 3px 3px  #54e463;
    border-radius: 10%;
}
.container-phone-call i{
	
	color: #fff;
	
	font-size: 30px;
	
}
.contenedorWsp:hover .wsp{
	background: #fff;
}
.contenedorTelefono{
	perspective:700px;
	position: fixed;
	right: 32px;
	bottom: 122px;
	z-index: 20;
	transition: .3s;
	box-shadow: 20px 20px 20px rgba(0,0,0,.5);
	transform: perspective(0px) rotateX(20deg) rotateY(0deg) skew(-15deg);
}
.contenedorTelefono:hover{
	transform:  rotateX(0deg) skew(0deg);
}
.contenedorTelefono a{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 10%;
	transition: .3s;
	width: 70px;
	background: #0819f0;
	box-shadow:  1px 1px  #0e0e54,
            	 2px 2px  #0e0e54,
            	 3px 3px  #0e0e54,
            	 4px 4px  #0e0e54,
            	 5px 5px  #0e0e54;
}
.contenedorTelefono:hover a{
	background: #4670c1;
}
.contenedorTelefono a {
	font-weight: 900;
	font-size: 30px;
}
#abrir-modal, #cerrar-modal{
	display: none;
}
#abrir-modal + label{
   width: 100px;
   height: 20px;
   top: 53%;
	transform: translateY(-50%) rotate(-90deg);
	position: fixed;
	left: -3%;
	z-index: 100000;
	cursor: pointer;
	transition: .6s;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}
#abrir-modal + label span{
   width: 100px;
   height: 20px;
	position: fixed;
	left: 0%;
	z-index: 100000;
	cursor: pointer;
	transition: .6s;
	color: #fff;
	font-size: 18px;

}

#abrir-modal:checked ~ #cerrar-modal + label{
   transform: scale(1);
}
#cerrar-modal + label{
   width: 100px;
   height: 20px;
   top: 40%;
	transform: translateY(-37%) rotate(-90deg) scale(1);
	position: fixed;
	left:  390px;
	z-index: 100000;
	cursor: pointer;
	transition: .6s;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
.call-phone{
	width: 50%;
	height: 50%;	
	position: fixed;
	left: 50%;
	top: -100%;
	transform: translate(-50%,-50%);
	z-index: 1000;
	border-radius: 12px;
	transition: .4s;
	transition-timing-function: cubic-bezier(.16,.76,.84,.53);
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
    background: linear-gradient(56deg, rgba(39,215,171,1) 0%, rgba(44,165,135,1) 35%, rgba(42,42,193,1) 100%);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.3) 0px 0px 8px;
}

.abrir-form{
	left: -50%;
}
.cerrar-form{
	left: -100%;
}
.form-call{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 100%;
}

.form-call h4{
	color: #fff;
	font-size: 32px;
}
.form-call .exis{
   color: #fff;
   position: absolute;
   right: 10px;
   top: 8px;
   font-size: 30px;
   cursor: pointer;
}
.form-call input[type="text"]
{
   border: none;
   background: transparent;
   border-bottom: 1px solid #17141d;
   padding: 10px;
   margin: 10px;
   outline: none;
   display: inline-block;
   width: 100%;
   left: 50%;
   transform: translateX(-50%);
   position: relative;
   transition: .3s;
}
.form-call input:focus{
	border: none;
	background: #17141d;
	border-bottom: 1px solid #fff;
	transition: 2s;
}


footer{
	margin-top: 0;
	color: #fff;
	background: #17141d;
    transition: .5s;
   
}
.tel-footer{
	color: #fff;
}
.tel-footer:hover{
	text-decoration: none;
	color: #fff;
}
/*Responsive*/
@media screen and (max-width:576px) {
	/*Inicio y menu*/
	.logo{
	
	font-size: 34px;

}
.toogle-menu + label{
  width: 60px;
  height: 60px;
  top: 5%;
}
.toogle-menu + label:before{
	content: "";
	position: absolute;
	background: transparent;
}
.toogle-menu:checked + label{
	transform: translate(-50%, -50%) rotate(90deg);
	left: 50%;
    top: 5%;
}
.toogle-menu:checked ~ .menuItem {
	opacity: 1;
	left: 16%;
	top: 2%;
	font-size: 10px;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem2 {
	opacity: 1;
	left: 84%;
	top: 2%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem3 {
	opacity: 1;
	left: 21%;
	top: 10%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem4 {
	opacity: 1;
	left: 79%;
	top: 10%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem5 {
	opacity: 1;
	left: 50%;
	top: 14%;
	transform: rotate(360deg) translateX(-50%);
}
.background-menu{
	width: 200%;
	height: 750px;
	left: 50%;
	top: -320%;
	visibility: hidden;
}

.container-title-main{
	width: 100%;
	top: 35%;
}
.title-main{
	font-size: 28px;
}
.text-main{
	font-size: 20px;
}
.container-rectangles{
	position: absolute;
	left: 50%;
	width: 50%;
	top: 75%;
	transform: translate(-50%,-50%);
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.rectangle{
	width: calc(var(--width-rectangle)*0.5);
	height: calc(var(--width-rectangle)*0.5);
	
}
.rectangle:nth-child(1){
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.8) 0%, rgba(44,165,135,.8) 35%, rgba(9,9,121,.8) 100%);
	opacity: .9;
}
.rectangle:nth-child(2){
	width: calc(var(--width-rectangle)*0.7);
	height: calc(var(--width-rectangle)*0.7);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.7) 0%, rgba(44,165,135,.7) 35%, rgba(9,9,121,.7) 100%);
	transform: rotate(10deg);
	border-radius: 10px;
	animation: animaRectangle2 6s infinite reverse;
}
.rectangle:nth-child(3){
	width: calc(var(--width-rectangle)*0.9);
	height: calc(var(--width-rectangle)*0.9);
	transform: rotate(30deg);
    background: linear-gradient(56deg, rgba(39,215,171,.4) 0%, rgba(44,165,135,.4) 35%, rgba(9,9,121,.4) 100%);
	border-radius: 15px;
	animation: animaRectangle3 7s infinite reverse;
}
.rectangle:nth-child(4){
	width: calc(var(--width-rectangle));
	height: calc(var(--width-rectangle));
	transform: rotate(46deg);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.2) 0%, rgba(44,165,135,.2) 35%, rgba(9,9,121,.5) 100%);
	border-radius: 25px;
	animation: animaRectangle4 8s infinite reverse;
}


.call-phone{
	width: 80%;
	z-index: 100000;
}

/*Formulario llamar*/

/*fin formulario llamar*/

/*INICIO CARD*/
.container-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card:not(:first-child) {
  margin-left: 17px;
}
.card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
  width: 300px;
  background-color: #17141d;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
  transition: 0.4s ease-out;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.card:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-out;
}
.card:hover ~ .card {
  position: relative;
  left: 0px;
  transition: 0.4s ease-out;
}
.icon-service{
	width: 150px;
	font-size: 60px;
	padding: 20px;
	text-align: center;
	display: inline-block;
	position: relative;
	left: 25%;
	transform: translateX(-50%);
}
.title-card {
  color: white;
  font-weight: 300;
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  width: 80%;
  text-align: center;
  top: 15px;
  text-align: center;

}
.bar {
  position: relative;
  top: 10px;
  left: 0px;
  height: 5px;
  width: 250px;
  margin: 20px;
}
.emptybar {
  background-color: #2e3033;
  width: 100%;
  height: 100%;
}
.filledbar {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: rgb(0,154,217);
  background: linear-gradient(90deg, rgba(0,154,217,1) 0%, rgba(217,147,0,1) 65%, rgba(255,186,0,1) 100%);
  transition: 0.6s ease-out;
}
.card:hover .filledbar {
  width: 100%;
  transition: 0.4s ease-out;
}
.text-card{
  padding: 20px;
  text-align: justify;
}

.numero-telefono{
	position: fixed;
	left: 0;
	top: 95%;
	width: 40%;
	height: 5%;
	border-top-right-radius: 5px;
}
/*INICIO SERVICIOS*/
.container-plan:hover:before{
	height: 480px;
	border-bottom-left-radius: 10%;
    border-bottom-right-radius: 55%;
}
/*FIN SERVICIOS*/
/*INICIO CONTACTO*/
.container-text-section-contacto{
	width: 80%;
	margin: auto;


}
.contenedorContacto{
	padding: 0px;
}
.form input + label{
   left: 15px;  
}

.form input[type="text"]
{
   width: 60%;
 
}
.form textarea + label{
   left: 15px;
   
}
.form textarea{
   width: 60%;
}
/*FIN CONTACTO*/
}

@media  (max-width:850px) and (min-width:577px) and (orientation: landscape){

.title-main{
	font-size: 2rem;	
}
.text-main{
	font-size: 1.2rem;
}
.call-phone{
	width: 50%;
	z-index: 100000;
}
.toogle-menu:checked ~ .menuItem {
	opacity: 1;
	left: 26%;
	top: 2%;
	font-size: 10px;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem2 {
	opacity: 1;
	left: 74%;
	top: 2%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem3 {
	opacity: 1;
	left: 31%;
	top: 20%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem4 {
	opacity: 1;
	left: 69%;
	top: 20%;
	transform: rotate(360deg) translateX(-50%);
}
.toogle-menu:checked ~ .menuItem5 {
	opacity: 1;
	left: 50%;
	top: 24%;
	transform: rotate(360deg) translateX(-50%);
}
.background-menu{
	width: 100%;
	height: 750px;
	left: 50%;
	top: -320%;
	visibility: hidden;
}
/*.toogle-menu:checked ~ .background-menu{
	top: -157%;
	visibility: hidden;
}*/
.container-rectangles{
	position: absolute;
	left: 70%;
	width: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.rectangle{
	position: absolute;
	width: calc(var(--width-rectangle)*0.5);
	height: calc(var(--width-rectangle)*0.5);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.5) 0%, rgba(44,165,135,.5) 35%, rgba(9,9,121,.5) 100%);
	border-radius: 15px;
	animation: animaRectangle 5s infinite reverse;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.rectangle:nth-child(1){
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.5) 0%, rgba(44,165,135,.5) 35%, rgba(9,9,121,.5) 100%);
	background: url(../images/sde.png);
	box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.rectangle:nth-child(2){
	width: calc(var(--width-rectangle)*0.7);
	height: calc(var(--width-rectangle)*0.7);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.5) 0%, rgba(44,165,135,.5) 35%, rgba(9,9,121,.5) 100%);
	transform: rotate(10deg);
	border-radius: 10px;
	animation: animaRectangle2 6s infinite reverse;
}
.rectangle:nth-child(3){
	width: calc(var(--width-rectangle)*0.9);
	height: calc(var(--width-rectangle)*0.9);
	transform: rotate(30deg);
    background: linear-gradient(56deg, rgba(39,215,171,.4) 0%, rgba(44,165,135,.4) 35%, rgba(9,9,121,.4) 100%);
	border-radius: 15px;
	animation: animaRectangle3 7s infinite reverse;
}
.rectangle:nth-child(4){
	width: calc(var(--width-rectangle));
	height: calc(var(--width-rectangle));
	transform: rotate(46deg);
	background: rgb(39,215,171);
    background: linear-gradient(56deg, rgba(39,215,171,.2) 0%, rgba(44,165,135,.2) 35%, rgba(9,9,121,.5) 100%);
	border-radius: 25px;
	animation: animaRectangle4 8s infinite reverse;
}

.card {
  display: flex;
  height: 450px;
  width: 330px;
  background-color: #17141d;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
  transition: 0.4s ease-out;
  position: relative;
 
  color: #fff;
}
.title-card{
	font-size: .7rem;
	width: 80%;
	padding: 7px 0px 7px 0px;
}
.emptybar {
  background-color: #2e3033;
  width: 50%;
  height: 100%;
}
.card:hover .filledbar {
  width: 50%;
  transition: 0.4s ease-out;
}
.text-card{
	font-size: .7rem;
}
.container-phone{
	transform: scale(.8);
}

.container-phone{
	width: 300px;
	height: 480px;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1700px;
	perspective-origin: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-phone{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 100%;
	background: #17141d;
	position: relative;
	border-radius: 20px;
	transition: .3s;
	transform-style: preserve-3d;
	box-shadow: -1px 1px  1px #444,
	             -2px 2px  1px #444,
	             -3px 3px  1px #444,
	             -4px 4px  1px #444,
	             -5px 5px 1px #444,
	             -6px 6px 1px #444,
	             -7px 7px  1px #444,
	             -8px 8px  1px #444,
	             -9px 9px 1px #444;
    transform: translateZ(-300px) rotateX(25deg);
    opacity: 1;   
}
.call-phone{
	width: 50%;
	height: 80%;	
}
}


