* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  box-sizing: border-box;
}

body,html {
  overflow-x: hidden;
}

/************ **********************************************************
                             Banner image
************************************************************************/
.banner-image {
  background: linear-gradient(
      rgba(0, 0, 0, 0.733),
      rgba(0, 0, 0, 0.247),
      rgba(0, 0, 0, 0.801)
    ),
    url("../img/02.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 75vh !important;
}
@media screen and (max-width: 600px) {
  .banner-image {
    background-position: top right 58%;
  }
}
/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Navbar
************************************************************************/

.navbar {
  position: fixed;
  width: 100%;
}

.navbar-brand {
  font-family: "Poppins";
  font-size: 2rem;
  font-weight: bolder;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.navbar-brand:hover {
  color: white;
}

.navbar-toggler {
  background-color: rgb(255, 255, 255);
  width: 50px;
  border-radius: 30px;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar ul li a {
  color: #ffffff;
  font-weight: bold;
}

.paraNav {
  color: black;
}

/*Media query phone  */
@media only screen and (max-width: 600px) {
  .navbar-brand {
    font-size: 25px;
    font-weight: bolder;
  }

  .navbar ul li a {
    margin-top: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
  }
  .navbar ul li a {
    padding-top: 3px;
  }

  .navbar ul li a:hover {
    color: rgb(255, 255, 255);
  }
}

@media only screen and (min-width: 600px) {
  .navbar-toggler {
    background-color: rgb(253, 253, 253);
  }
}

.navbar ul li a {
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.navbar ul li a:hover {
  color: rgb(255, 255, 255);
}

/********** tablets ***********/
@media (min-width: 700px) and (max-width: 900px) {
  .navbar-toggler {
    width: 100px;
    border-radius: 100px;
    background-color: rgb(253, 253, 253);
  }

  .navbar ul li a {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bolder;
  }
}

.back {
  /* background: linear-gradient(rgba(255, 188, 3, 0.918),rgba(247, 230, 4, 0.5)) ; */
  /* background-image: linear-gradient( 111.4deg,  rgba(7,7,9,1) 6.5%, rgba(27,24,113,1) 93.2% ); */
  background-color: #6d6c6c;
  z-index: 2;
}

.back a {
  color: rgb(255, 255, 255);
}

.back .nav-link {
  color: rgb(243, 243, 243);
}

/************ **********************************************************
                             Finish navbar
************************************************************************/

/************ **********************************************************
                             Content header
************************************************************************/
.content {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content h1 {
  font-weight: bolder;
}

.content p {
  text-align: center;
  font-weight: bolder;
  max-width: 50%;
}

@media only screen and (max-width: 600px) {
  .content p {
    max-width: 100%;
  }

  .para-hide-phone {
    display: none;
  }
}

.content .btn {
  border: 2px solid #ffffff;
  width: 560px;
  margin-right: 200px;
  box-shadow: 0 5px 5px 5px #000000;
}

.content .btn:hover {
  border-radius: 35px;
  background-color: #000000;
}

@media only screen and (max-width: 600px) {
  .content .btn {
    color: #000000;
    width: 60%;
    margin-right: 10px;
    margin-top: 120px;
  }
  .content .btn:hover {
    border-radius: 35px;
    background-color: #000000;
  }
}

.content .btn a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
  font-weight: bolder;
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Quien Somos
************************************************************************/

.quienSomos {
  margin-bottom: 60px;
}

.quienSomos h1 {
  font-size: 100px;
  margin-bottom: 80px;
  text-align: center;
}

.quienSomos h2 {
  margin-top: 30px;
}

.quienSomos img {
  box-shadow: 0px 5px 5px 3px rgba(27, 24, 113, 1);
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Quien_Somos
************************************************************************/

#Quien_Somos {
  background-image: linear-gradient(
    to top,
    rgb(150, 150, 150) 0%,
    lightgrey 1%,
    #e0e0e0 26%,
    #efefef 48%,
    #d9d9d9 75%,
    #bcbcbc 100%
  );
  color: black;
}

@media screen and (max-width: 600px) {
  #Quien_Somos h2 {
    font-size: 60px;
  }
}

.img2 {
  width: 100%;
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             QuéEs
************************************************************************/

.QuéEs h1 {
  font-size: 90px;
  margin-bottom: 80px;
  text-align: center;
}

.bg-color {
  background-image: linear-gradient(
    111.4deg,
    rgba(7, 7, 9, 1) 6.5%,
    rgba(27, 24, 113, 1) 93.2%
  );
  height: 350px;
}

@media only screen and (max-width: 600px) {
  .bg-color {
    height: 450px;
  }
}

.list {
  background: #f6f6f8;
  color: #000000;
  max-width: 550px;
  min-height: 100px;
  padding: 110px;
  margin: 50px auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .list {
    padding: 50px;
  }
}

.list3 {
  background: #f6f6f8;
  max-width: 65%;
  padding: 50px;
  min-height: 50px;
  font-weight: bolder;
}

@media only screen and (max-width: 600px) {
  .list3 {
    max-width: 450px;
    font-weight: bolder;
  }
}
/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Peudo
************************************************************************/

.Peudo {
  margin-bottom: 80px;
}

#peudo h2 {
  font-size: 75px;
  text-align: center;
  /* margin-bottom: 150px; */
}

#myCarousel {
  height: 450px;
}

.main-text ul li .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#question {
  display: block;
  font-weight: bold;
  text-decoration: none;
  user-select: auto;
  cursor: pointer;
  color: black;
}

#answer {
  display: none;
}

.rot {
  transform: rotate(90deg);
}
/************ **********************************************************
                             beneficios
************************************************************************/

.beneficios {
  margin-bottom: 80px;
}

.beneficios h1 {
  margin-top: 80px;
  font-size: 75px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .beneficios h1 {
    font-size: 80;
  }
}

.beneficios ul li {
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .beneficios h1 {
    font-size: 60px;
  }
}

.beneficios .list1 {
  background-image: linear-gradient(
    to top,
    rgb(150, 150, 150) 0%,
    lightgrey 1%,
    #e0e0e0 26%,
    #efefef 48%,
    #d9d9d9 75%,
    #bcbcbc 100%
  );
  color: #000000;
  max-width: 550px;
  min-height: 100px;
  padding: 60px;
  margin: 50px auto;
  box-sizing: border-box;
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             motivo
************************************************************************/
.motivo {
  margin-bottom: 80px;
}

.motivo h1 {
  margin-top: 65px;
  font-size: 75px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .motivo h1 {
    font-size: 63px;
  }
}

i.lamp {
  width: 150px;
  height: 150px;
}
/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                           NuestrasVentajas
************************************************************************/

.NuestrasVentajas {
  background-color: #bcbcbc;
  padding: 80px;
}

@media screen and (max-width: 600px) {
  .NuestrasVentajas {
    padding: 0px;
  }
}

.NuestrasVentajas h1 {
  font-size: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .NuestrasVentajas h1 {
    text-align: center;
    font-size: 65px;
  }
}

.NuestrasVentajas p {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .NuestrasVentajas p {
    text-align: center;
    padding: 15px;
  }
}

/************ **********************************************************
                           Finish
************************************************************************/

/************ **********************************************************
                             Contacto
************************************************************************/
.contacto {
  margin-top: 80px;
}

.contacto h2 {
  font-weight: bolder;
}

@media screen and (max-width: 600px) {
  .contacto h2 {
    font-size: 65px;
  }
}

form.php-email-form {
  background: #f3f3f3d1 !important;
  padding: 60px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0px #000;
  max-width: 650px;
  margin: 0 auto;
}

form.php-email-form {
  background: #f3f3f3d1 !important;
  padding: 60px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0px #000;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.btn3 {
  margin-top: 30px;
  width: 350px;
  border-radius: 25px;
  background-color: rgba(27, 24, 113, 1);
  color: white;
}

@media screen and (max-width: 600px) {
  .btn3 {
    width: 100px;
  }
}

/************ **********************************************************
                             Finish
************************************************************************/

/************ **********************************************************
                             Footer
************************************************************************/

footer {
  background-color: #bcbcbc;
}

footer ul {
  display: inline-block;
  padding: 10px;
}

footer ul li {
  display: inline-block;
  font-weight: 900;
}

footer ul li a {
  text-decoration: none;
  color: #000000;
  margin-left: 90px;
}

.copyright {
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  footer ul li a {
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
    text-align: center;
  }
}

/************ **********************************************************
                             Finish
************************************************************************/

.aviso {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #6d6c6c;
  color: white;
  border-radius: 25px;
  padding: 50px;
}

.aviso h1 {
  text-align: center;
}
