* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/************ **********************************************************
                             Banner image
************************************************************************/
.banner-image {
  background: linear-gradient(rgba(0, 0, 0, 0.237), rgba(0, 0, 0, 0.304)),
    url(../assets/img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/************ **********************************************************
                              Finish
 ************************************************************************/

/************ **********************************************************
                              Navbar
 ************************************************************************/

#navbar {
  position: fixed;
  width: 100%;
}

.navbar-brand {
  font-family: "Poppins";
  font-size: 1.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 h1 {
    font-size: 18px;
    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: #002147; /* fallback for old browsers */
  z-index: 2;
}

.back a {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.back .nav-link {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

/************ **********************************************************
                              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 #fff;
  width: 350px;
}

@media only screen and (max-width: 600px) {
  .content .btn {
    width: 60%;
  }
}

.content .btn:hover {
  background-color: #002147;
  border-radius: 25px;
  box-shadow: 0px 5px 2px 2px #fff;
}
.content .btn {
  background-color: #002147;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  border-radius: 30px;
}

/************ **********************************************************
                              Finish
 ************************************************************************/

/* nosotros */

.nosotros {
  padding: 60px;
  margin-bottom: 60px;
}

.nosotros h1 {
  margin-bottom: 80px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .nosotros {
    padding: 15px;
  }
}

.nosotros img {
  height: 400px;
  width: 100%;
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .nosotros img {
    margin-top: 30px;
  }
}

.nosotros img:hover {
  opacity: 1;
}

.para {
  display: none;
  width: 100%;
}

.nosotros input {
  width: 200px;
}

/*  Finish */

/* ventajas */

.card1 {
  background-color: #002147;
  color: white;
  margin-bottom: 60px;
  padding: 50px;
}

@media screen and (max-width: 600px) {
  .card1 {
    padding: 10px;
  }
}

.card1 h3.card-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}

.card1 h6 {
  text-align: center;
}

.card1 p {
  font-size: 20px;
  text-align: center;
}

/* Finish */

/* servicio */

.servicio {
  padding: 20px;
}

.servicio h1 {
  font-weight: 600;
  text-align: center;
}

/* Finish */

/* ExtranjerÃ­a */

h1.display-2 {
  text-align: center !important;
  margin-bottom: 30px;
  font-weight: 600;
}

.beneficios ul li {
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .beneficios h1 {
    font-size: 60px;
  }
}

.beneficios .list1 {
  background-color: #002147;
  color: #ffffff;
  max-width: 750px;
  min-height: 100px;
  height: 580px;
  padding: 60px;
  margin: 50px auto;
  border-radius: 30px;
}

.beneficios .list2 {
  background-color: #002147;
  color: #ffffff;
  max-width: 550px;
  min-height: 100px;
  height: 680px;
  padding: 50px;
  margin: 50px auto;
  border-radius: 30px;
}

@media screen and (max-width: 600px) {
  .beneficios .list2 {
    height: 700px;
  }
  .beneficios .list1 {
    height: 600px;
  }

  .beneficios .list1 h1 {
    font-size: 35px;
  }
}

/* contacto */

.contacto h2 {
  margin-bottom: 60px;
  font-weight: 600;
}

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;
}

.btn3 {
  margin-top: 20px;
  width: 250px;
  background-color: #002147;
  color: white;
}

/* footer */

footer {
  margin-top: 60px;
  padding: 9px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #002147;
  color: white;
  text-align: center;
}

footer ul li a {
  text-decoration: none;
  margin-left: 30px;
  color: white;
}
footer ul,
.copyright {
  margin-top: 15px;
}

.avisos {
  padding: 60px;
  background-color: #6c6c6c;
  color: white;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
  .avisos {
    padding: 30px;
  }
}
