/* Global Styles */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "Euclid Circular A", "Poppins";
  color: #222;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
  width: 100%;
  height: 72px;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  z-index: 2;
}

nav a {
  color: #9f9f9f;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

nav span {
  margin-right: 10px;
}

nav a.active {
  color: #94ba33;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0 5%;
  text-align: center;
}
@media(min-width:769px)
{
    section
    {
        padding: 0 15%;
    }
}

#video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  }
  #video_pattern {
  background:#fff;
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  }

@keyframes cambiar{
  0%{background-position: 0 50%;}
  50%{background-position: 100% 50%;}
  100%{background-position: 0 50%;}
}
section:nth-child(3) {
  background: #bcf5ff;
}

section:nth-child(4) {
  width: 100%;
  height: 800px;
  background: linear-gradient(30deg, #0ecda0 0%,#3583db 100%);
  -webkit-animation-: adjustHue 10s infinite; 
}
.container-contact h1
{
  font-weight: 100;
  font-size: 1.3rem ;
}
.content-funciones
{
  margin-top: 5rem;
}
.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px #508fb9;
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}
@keyframes adjustHue {
  50% {
    -webkit-filter: saturate(150%) hue-rotate(-35deg);
  }
}

p {
  color: #565656;
  line-height: 1.8;
}

section:nth-child(4) h2 {
  color: rgb(255 255 255 / 96%);
}

section:nth-child(4) p {
  color: #003f66;
  text-align: justify;
}
section:nth-child(5) {
  background: linear-gradient(270deg, #53cff0, #76ffc7, #9ac6ff);
  background-size: 600% 600%;

  -webkit-animation: AnimationName 7s ease infinite;
  -moz-animation: AnimationName 7s ease infinite;
  animation: AnimationName 7s ease infinite;
  color: #003f66;
}
@-webkit-keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}
@keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}

section:nth-child(6) {
  background: linear-gradient(270deg, #c4afff, #dbcdf6, #86e0f2);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 7s ease infinite;
  -moz-animation: AnimationName 7s ease infinite;
  animation: AnimationName 7s ease infinite;
  padding: 2rem 0;
}
@-webkit-keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}
@keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}
.content-wrapper p
{
  color: #003f66;
}
.content-wrapper h1
{
  color: white;
  font-weight: 100;
}
.frmcontact
{
  background-color: #ede1ff;
}
.titulo
{
  font-size: 6.5rem;
  margin: 0;
  color: white;
  font-family: 'Philosopher', sans-serif;
  font-weight: 400;
}
.sub-titulo
{
  color: white;
  margin: 0;
  font-weight: 400;
}
.boton
{
  color: white;
  background-color: #94ba33;
  padding: .8rem 2rem;
  border-radius: 5px; 
  font-weight: 700;
  text-decoration: none;
}
.btn-demostracion
{
  margin-top: 2rem;
  animation: bounce;
  animation-duration: 2s; 
}
.btn-demostracion:hover
{
  transform: scale(1.2);
  transition: .8s ease-in-out;
}
.funcion{
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: white;
  padding: 0 0 1rem 0; 
  box-shadow: 0 0 15px rgb(0 0 0 / 25%); 
}
.funcion:hover
{
  transform: scale(1.1);
  transition: .5s ease-in-out;
}
.funcion h4
{
  color: #003f66;
  background-color: white;
  padding: 1rem 0;  
  margin: 2rem 0 0 0;
}
.imagen img
{
  border-radius: 5px;
}
.icono
{
  display: flex;
  justify-content: center;
}
.ful-img
{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.ful-img img
{
  width: 75%;
  max-width: 1280px;
}
.ful-img span
{
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 1.6rem;
  color: white;
  cursor: pointer;
}
.imagen img
{
  background-repeat: no-repeat;
  background-size: cover;
  width: 18rem;
  height: 10rem;
}
.content h1
{
  color: white;
  margin-bottom: 3rem;
  font-weight: 100;
}
.requisitos p
{
  margin: 0;
  text-align: justify;  
}
.parrafo
{
  text-align: justify;
}

.formulario
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
label
{
  display: block;
  font-size: 1.1rem;
}
input
{
  width: 100%;
  height: 2rem;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 1rem;
}
textarea
{
  width: 100%;
  font-size: 1rem;
  border: 1px solid silver;
  border-radius: 5px;
  height: 10rem;
}
.footer
{
  height: 8rem;
  background-color: #003f66;
}
.contenido-footer a
{
  color: #009dff;
  margin-left: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}
.contenedor
{
  max-width: 80%;
}
.logo img
{
  width: 4.5rem;
  height: 4.5rem;
}
.texto p
{
  margin: 0;
  color: #009dff;
}
.btnEnviar
{ 
  background-color: #94ba33;
  padding: .8rem 1.6rem;
  border-radius: 5px; 
  cursor: pointer;
}
.btnEnviar button
{
  font-weight: 700;
  background-color: #94ba33;
  border: none;
  text-decoration: none;
  color: white;
  margin: 0;
}
.contenedor-info p
{
  margin: 0;
}
.info
{
  border: 1px solid #003f66;
  border-radius: 5px;
  padding: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contenido-form
{
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 2rem;
}
.codigoqr
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.codigoqr img
{
  width: 15rem;
  height: 15rem;
}
.btnClic
{
  background-color: #003f66;
  padding: .5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  margin-left: .5rem;
  font-size: .8rem;
  color: white;
}
.container-contact
{
  margin: 6rem 0;
}
.frmcontact
{
  background: linear-gradient(270deg, #bfa7ff, #ff987c, #8392f8);
  background-size: 600% 600%;
  animation: AnimationName 7s ease infinite;
}
@keyframes AnimationName {
  0%{background-position:0% 86%}
  50%{background-position:100% 15%}
  100%{background-position:0% 86%}
}




@media(max-width: 767px)/*Mobile Phone*/
{
/*SIDEBAR*/
.sidebar-container {
  width: 281px;
  height: 100vh;
  background-color: #003f66;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 0 10px rgba(128, 128, 128, 0.507);
  transition: 0.5s;
  z-index: 10;
  position: fixed;
  top: 0;
}

/* TOGGLE */
.toggle {
  position: absolute;
  top: 33px;
  right: -37px;
  z-index: -1;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
  flex-direction: column;
  cursor: pointer;
}

.lines {
  width: 60%;
  height: 2px;
  display: block;
  background-color: grey;
  padding-right: 10px;
}

.toggle-function {
  transform: translate(-281px, 0);
  transition: 0.5s;
}

/* PROFILE CARD */
.profile-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #3583db;
  background-position: center;
}
.profile-card img
{
  width: 5rem;
  height: 5rem;
}
.profile-card .title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #191e24;
}

.profile-card .subtitle {
  font-weight: 300;
  font-size: 1.3rem;
  color: white;
  letter-spacing: 1px;
}

/* LIST CONTAINER */
.links-list li a,
.signout a,
.social-media-icons {
  color: white;
  display: block;
  font-weight: 300;
  padding: 5px 0;
  text-decoration: none;
  font-size: 1.3rem;
  transition: ease-in-out 0.2s;
}

.links-list i{
  color: white;
  margin-right: 1rem;
}


.links-list li {
  width: 100%;
  margin-top: 3rem;
}

.links-list li:nth-child(6) {
  padding-top: 10px;
  border-top: 1px rgba(128, 128, 128, 0.15) solid;
}

.social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.6rem;
  margin: 95px 0;
}
.social-media-icons a {
  color: white;
}
ul
{
  list-style: none;
}
/*======================================================*/
/*END SIDEBAR*/
/*======================================================*/

  .navbar-principal
  {
    display: none;
  }
  section:nth-child(4)
  {
   width: 100%;
   height: auto;
  }
 video
 {
  display: none;
 }

 .section-principal
 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(30deg, #0ecda0 0%,#3583db 100%);
  -webkit-animation-: adjustHue 10s infinite; 
 }
 .content
 {
  display: flex;
  flex-direction: column;
  margin-top: -15rem;
 }
 .fichas
 {
  padding: 0 2rem;
 }

.funcion
 {
  width: 23rem;
  margin-bottom: 1rem;
 }
.imagen img
 {
  width: 21.5rem;
  height: 13rem;
  margin-top: 1rem;
 }
 .funcion h4
 {
  margin: 0;
  font-size: 1.2rem;
 }
.container-requisitos, .container-beneficios
{
  margin: 1.5rem 0;
  width: 100%;
}
.icono img
{
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}
.contenedor-info
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.info
{
  margin: .5rem 0;
}
.icono img
{
  width: 4.5rem;
  height: 4.5rem;
}
.formulario
{
  display: flex;
  flex-direction: column;
}
.container-contact
{
  margin: 2rem 0;
}
.contenido-form
{
  width: 23rem;
  height: 51rem;
  padding: 1rem;
}
.campo
{
  margin-bottom: 1rem;
}
.campo label
{
  text-align: left;
}
.campo input
{
  height: 2.5rem;
}
.codigoqr img
{
  display: none;
}
.btnClic
{
  background-image: url(../img/whatsapp.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 6rem;
}
.contenido-footer
{
  padding: 1rem;
  height: 100%;
}
.info-empresa
{
  display: flex;
}
.contenido-footer>.navegacion
{
  display: none;
}
.icono-flecha
{
  margin: 1.4rem 0 0 3.5rem;
}
.icono-flecha img
{
  width: 3rem;
  height: 3rem;
}
hr
{
  width: 16rem;
}
.calendario
{
  width: 24rem;
}
.modal-body
{
  display: flex;
  flex-direction: column;
}
}/*END Mobile Phone*/

@media(min-width: 768px)/*Desktop*/
{
  .div1
  {
    background-image: url(../img/whatsapp.png);    
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    position: relative;
    top: 12rem;
    right: -1rem;
    background-color: #003f66;
    width: 2rem;
    height: 2rem;
  }
  .sidebar-container
  {
    display: none;
  }

  .btnClic, .icono-flecha
  {
    display: none;
  }
  .funciones
  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;  
    background-color: rgba(239 239 239 / 22%);
    padding: 3rem;
    border-radius: 10px;
  }
  .campo
  {
    text-align: left;
    margin: .5rem 0;
  }
  .form
  {
    width: 27rem;
  }
  .navegacion
  {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
  }
  .contenido-footer
  {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  .info-empresa{
    display: flex;
    justify-content: right;
  }
  .contenedor-info
  {
    display: grid;   
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: center;
  }
  .fichas
  {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: white;
    padding: .5rem 3rem;
    border-radius: 10px;
    align-items: center;
    gap: 3rem;
    width: 85%;
    margin: 0 auto;
  }
.contenido-requisitos{
    background-color: white;
    padding: 1rem 4rem;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
}
.codigoqr p
{
  display: none;
}
}
.calendario
{
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 2rem;
}

