@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);
  background-color: #fafafa;
}

header {
  width: 100%;
  height: 70vh;
  margin-bottom: 20px;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.4),
      rgba(83, 241, 228, 0.3),
      rgba(79, 184, 211, 0.1)
    ),
    url(../img-cerrajeria/imagen1.jpg);
  background-size: 100vw 62vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border: 0px solid #000;
}

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;
}

/********************************C U E R P O *******************************************************************/
.contenido {
  max-width: 1280px;
  height: auto;
  margin: auto;
  padding-top: 130px;
  padding-left: 0%;
  display: block;
}

.mensaje {
  width: 1000px;
  height: 200px;
  background-color: rgb(26, 29, 29, 0.6);
  padding-top: 0px;
}

.mensaje h1 {
  padding: 20px 50px;
  font-family: "Dancing Script", cursive;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: justify;
}

/******************************** F O R M U L A R I O *******************************************************************/
/* Cuerpo del formulario*/
.formulario {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.form-contacto {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
  padding: 30px;
}
.form-contacto h1 {
  padding-bottom: 30px;
  color: #1620b8;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -box-sizing: border-box;
  font-size: 16px;
  resize: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  outline: none !important;
}

input#condiciones {
  margin: 0px;
  padding: 0px;
  height: 20px;
  width: 20px;
}

.avisoLegal {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}

.avisoLegal a {
  font-size: 14px;
  font-weight: 600;
  color: #1620b8;
}

.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;
}

#aviso {
  color: #0cb406;
}
/******************************************************************************/
.informacion {
  /* background-color: #1a99e7; */
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
}

.informacion h2 {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1620b8;
  border: 0px solid #000;
}

.informacion ul {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 15px;
}

.informacion ul li {
  line-height: 1.5em;
  font-size: 20px;
  color: #666;
}

.informacion ul li i {
  padding-right: 10px;
  font-size: 20px;
  color: #1620b8;
}

.informacion .texto {
  padding-top: 10px;
  line-height: 1.5em;
  font-size: 16px;
  color: #666;
  text-align: center;
}

/********************************S O M O S   E X P E R T O S*******************************************************************/
.subtitulo {
  text-align: center;
  font-weight: 500;
  color: #1620b8;
  margin-bottom: 40px;
  font-size: 40px;
}
.experts {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.cont-expert {
  width: 20%;
  text-align: center;
  margin-bottom: 20px;
}

.cont-expert img {
  width: 80%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
  cursor: pointer;
}

.n-expert {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1620b8;
}

/* Aqui inicia el estilo para footer*/

footer {
  background: #41b7fe;
  padding-bottom: 0.1px;
  color: #f2f2f2;
}

/* 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;
}

/* Aqui inicia el codigo para responsive design */
/***************************************************************************************************/
@media screen and (max-width: 1366px) {
  header {
    width: 100%;
    height: 60vh;
    border: 0px solid #000;
  }
  .contenedor {
    padding: 30px 0px;
    border: 0px solid #000;
  }
  .contenido {
    padding-top: 130px;
    padding-left: 0px;
  }

  .mensaje {
    width: 600px;
    height: 180px;
    background-color: rgb(26, 29, 29, 0.5);
    padding: 0px;
  }
  .mensaje h1 {
    font-family: "Dancing Script", cursive;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
  }
  .formulario {
    width: 90%;
    padding-top: 50px;
  }
  .form-contacto h1 {
    font-size: 24px;
    text-align: center;
  }

  .informacion {
    padding: 30px;
    margin: 30px 0px;
  }
}
/***************************************************************************************************/
@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    height: 400px;
    background-size: 100vw 55vh;
    border: 0px solid #000;
  }

  .contenido {
    padding-top: 15%;
    padding-left: 5%;
  }

  .mensaje {
    width: 650px;
    height: 150px;
    background-color: rgb(26, 29, 29, 0.5);
    padding-top: 25px;
    padding-bottom: 5%;
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Dancing Script", cursive;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
  }

  .subtitulo {
    font-size: 28px;
    font-weight: 500;
  }

  .n-expert {
    font-size: 16px;
    font-weight: 500;
  }
}
/***********************************************************************************/
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    height: 310px;
    background-size: 100vw 55vh;
    border: 0px solid #000;
  }

  .contenedor {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    margin: auto;
    padding: 40px 0px;
    border: 0px solid #000;
  }
  .contenido {
    padding-top: 12%;
    padding-left: 5%;
  }
  .logo {
    width: 40%;
    margin: auto;
  }

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

  .telefono p {
    display: none;
  }

  .mensaje {
    width: 50%;
    height: 150px;
    background-color: rgb(26, 29, 29, 0.5);
    margin-top: 50px;
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .form-contacto {
    width: 52%;
  }

  .form-contacto h1 {
    padding-bottom: 24px;
    color: #1620b8;
    font-size: 24px;
  }

  .informacion {
    width: 40%;
  }

  .titulo h2 {
    font-size: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
    color: #1620b8;
  }

  .n-expert {
    font-size: 14px;
    font-weight: 500;
  }
}

/***********************************************************************************/
@media screen and (max-width: 640px) {
  header {
    width: 100%;
    height: 290px;
    background-size: 100vw 60vh;
    border: 0px solid #000;
  }

  .logo {
    width: 35%;
    padding: 0px;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

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

  .telefono {
    width: 40%;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

  .telefono p {
    font-size: 12px;
    font-weight: 600;
    display: block;
  }

  .mensaje {
    width: 60%;
    height: 140px;
    background-color: rgb(26, 29, 29, 0.5);
    margin-top: 60px;
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .form-contacto {
    display: none;
  }

  .informacion {
    width: 80%;
    padding-bottom: 20px;
  }

  .titulo h2 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #1620b8;
  }
}

/***********************************************************************************/
@media screen and (max-width: 460px) {
  header {
    width: 100%;
    height: 280px;
    background-size: 100vw 70vh;
    border: 0px solid #000;
  }
  .contenido {
    padding-top: 15%;
    padding-left: 5%;
  }
  .mensaje {
    width: 70%;
    height: 130px;
    background-color: rgb(26, 29, 29, 0.5);
    margin-top: 75px;
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .logo {
    width: 40%;
    padding: 0px;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

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

  .telefono {
    width: 40%;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

  .telefono p {
    font-size: 12px;
    font-weight: 500;
    display: block;
  }

  .form-contacto {
    display: none;
  }

  .informacion {
    width: 80%;
    padding-bottom: 20px;
  }

  .titulo h2 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #1620b8;
  }
  .gallery .subtitulo {
    text-align: center;
    padding-bottom: 30px;
    color: #1620b8;
    font-size: 20px;
  }
  .subtitulo {
    font-size: 22px;
    font-weight: 500;
  }

  .n-expert {
    display: none;
  }
}
