@charset "utf-8";

/* CSS Document */
:root {
  --color1: rgb(219, 144, 0.5);
  --color2: rgb(23, 180, 83, 0.0788);
  --color3: rgb(11, 194, 211, 0.0623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenidos: 45px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  list-style: none;
}

body {
  font-family: verdana, "Open Sans", sans-serif;
  color: rgba(7, 7, 7, 1);
}

header {
  width: 100%;
  height: 70vh;
  background-image: linear-gradient(
      to bottom,
      rgba(91, 144, 241, 0.2),
      rgba(207, 247, 243, 0.3),
      rgba(79, 184, 211, 0.1)
    ),
    url(../img/img-enrollable.jpg);
  background-size: 100vw 80vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

nav {
  width: 100%;
  position: fixed;
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
}

/********************************E N C A B E Z A D O *******************************************************************/
.contenedor {
  width: 90%;
  max-width: 1280px;
  overflow: hidden;
  margin: auto;
  padding: 30px 0px;
  border: 0px solid #000;
}

.contenedor-nav {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  overflow: hidden;
  border: 0px solid #000;
}

.logo {
  margin: auto;
  border: 0px solid #000;
}

.telefono {
  margin: auto;
  padding: 0px 10px;
  border: 0px solid #000;
}

.telefono p {
  text-align: center;
  font-size: 14px;
  color: #151e6e;
}

.enlaces {
  position: relative;
  border: 0px solid #000;
}
.menu_bar {
  display: none;
  margin: 0px;
  padding: 0px;
}

.menu-movil {
  display: none;
  margin: 0px;
  padding: 0px;
}

/* Estilo para el mensaje en el cuerpo */

.mensaje1 h1 {
  padding-top: 35%;
  padding-left: 20%;
  color: #1620b8;
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  font-size: 40px;
}
/* Mensaje cookies */
#div-cookies {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #12abfe;
  box-shadow: 0px -5px 15px gray;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.muestra {
  padding-top: 100px;
  text-align: center;
  font-size: 30px;
}
/* Aqui inicia el codigo para formulario de presupuesto */
.modulo {
  width: 70%;
  margin: auto;
  border: 0px solid #000000;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
input#button_enviar {
  height: 40px;
  width: 180px;
  background: #41b7fe;
  border: 0px;
  margin-top: 20px;
  margin-left: 20%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
input#button_limpiar {
  height: 40px;
  width: 180px;
  background: #41b7fe;
  border: 0px;
  margin-top: 20px;
  margin-left: 10%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(pie/PIE.htc);
}
input#button_enviar:hover {
  background: #12abfe;
}
input#button_limpiar:hover {
  background: #12abfe;
}

.modulo h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #06f;
  text-align: center;
  padding-bottom: 30px;
}
form label {
  font-family: Tahoma, Geneva, sans-serif;
  color: #666;
  font-size: 14px;
}
.g-recaptcha {
  height: 40px;
  width: 180px;
  background: #41b7fe;
  border: 0px;
  margin-top: 3%;
  margin-bottom: 2%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -box-sizing: border-box;
}
.g-recaptcha:hover {
  background: #838586;
  margin-top: 3%;
  margin-bottom: 2%;
  background: #1a99e7;
  color: #fff;
  cursor: pointer;
}

/* Aqui inicia el codigo para foot */
footer {
  background: #41b7fe;
  padding-bottom: 0.1px;
  color: #f2f2f2;
  border: 0px solid #000;
}
/* Aqui inicia el codigo para responsive design */
/******************************************************************************************/
@media screen and (max-width: 1366px) {
  header {
    width: 100%;
    height: 70vh;
    background-size: 100vw 75vh;
    border: 0px solid #000;
  }

  .contenedor {
    padding: 30px 0px;
    border: 0px solid #000;
  }

  .mensaje1 h1 {
    padding-top: 28%;
    padding-left: 20%;
    color: #1620b8;
    font-family: "Dancing Script", cursive;
    font-weight: 600;
    font-size: 40px;
  }
}

/******************************************************************************************/
@media screen and (max-width: 1280px) {
  header {
    width: 100%;
    height: 65vh;
    background-image: linear-gradient(
        to bottom,
        rgba(91, 144, 241, 0.2),
        rgba(207, 247, 243, 0.3),
        rgba(79, 184, 211, 0.1)
      ),
      url(../img/img-enrollable.jpg);
    background-size: 100vw 80vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  .mensaje1 h1 {
    padding-top: 30%;
    padding-left: 20%;
    color: #1620b8;
    font-family: "Dancing Script", cursive;
    font-weight: 600;
    font-size: 40px;
  }
}
/******************************************************************************************/
@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(
        to bottom,
        rgba(91, 144, 241, 0.2),
        rgba(83, 241, 228, 0.3),
        rgba(79, 184, 211, 0.1)
      ),
      url(../img/img-enrollable.jpg);
    background-size: 130vw 75vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }

  .contenedor-nav .enlaces {
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    overflow: hidden;
  }

  .logo img {
    width: 80%;
    padding-left: 10px;
  }

  .telefono p {
    text-align: center;
    font-size: 12px;
    color: #151e6e;
  }

  .mensaje1 h1 {
    font-size: 35px;
    padding-top: 30%;
    text-align: center;
  }
  .modulo {
    width: 80%;
    margin: auto;
    border: 0px solid #000000;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
  }
}
/******************************************************************************************/
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(
        to bottom,
        rgba(91, 144, 241, 0.2),
        rgba(83, 241, 228, 0.3),
        rgba(79, 184, 211, 0.1)
      ),
      url(../img/img-enrollable.jpg);
    background-size: 120vw 68vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  .logo {
    width: 40%;
    margin: auto;
  }

  .logo img {
    width: 100%;
    padding-left: 20px;
  }

  .telefono p {
    display: none;
  }

  .mensaje1 h1 {
    font-size: 28px;
    padding-top: 35%;
    text-align: center;
  }
  .modulo {
    width: 100%;
    margin: auto;
    border: 0px solid #000000;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
  }
}
