/*-----------------estilos base----------*/
* {
  outline: 1px solid rgba(138, 67, 67, 0);
}

body {
  font-family: 'arial', 'sans-serif';
}

/*-----------contenedores-----------*/

.contenedor {
  width: 100%;
  margin: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
}

section {
  width: 100%;
  position: relative;
}

.tit {
  text-align: center;
}

/*-----------------lineas----------------*/

.linea {
  width: 100%;
  height: 4px;
}

#lineahead {
  position: fixed;
  top: 70px;
  background: #bb1212;
  z-index: 1;
}


.lineadel {
  height: 1px;
  position: relative;
  background: #000000;
}

#lineaconta {
  position: relative;
  top: 3px;
  height: 1px;
  width: 90%;
  background: #fff;
  margin: 0 auto;

}

#linearedes {
  position: relative;
  top: 3px;
  width: 90%;
  height: 1px;
  background: #fff;
  margin: 0 auto;

}

#lineafoot {
  position: relative;
  top: 6px;
  width: 95%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

/*--------------banner--------------------*/

#banner {
  margin-top: 60px;
  height: auto;
}

#banner img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/*----------------seccionlogo----------------*/

#seccionlogo {
  position: relative;
  background: #191c1c;
  padding: 22px;
}

#divlogotipo {
  padding: 15px;
}

#divlogotipo img {
  display: block;
  margin: auto;
  width: 40%;
}

#divlogoname {
  padding: 15px;
}

#divlogoname img {
  display: block;
  margin: auto;
  width: 100%;
}

#seccionlogo div h3 {
  color: #fff;
  font-family: 'arial';
  font-size: 26px;
  padding: 5px;
  text-align: center;
}

/*---------------- conceptos------------------*/

#concep-liga {
  position: relative;
  top: -121px;
  background: #a53a3a;
  width: 88%;
  height: 22px;
  z-index: -1;
}

#secconceptos {
  padding: 20px;
  background: #fff;
  color: #000;
  text-align: center;
}

#secconceptos h2 {
  color: #000;

  font-size: 26px;
  padding: 10px;
  position: relative;
  top: -30px;
}

#lineacon {
  top: -30px;
}

#secconceptos .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: -22px;
}

.recc {
  margin: 1%;
  height: 133px;
  width: 133px;
  padding: 8px;
  border: .1px solid rgba(0, 0, 0, 0.6);
  background: #d1b6b038;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.recc h1 {
  color: #000;
  font-family: 'arial';
  position: relative;
  padding-top: 17px;
  font-size: 17px;
  width: 100%;
  height: 33%;
}

#rec1 img {
  position: relative;
  top: 22px;
  width: 48px;
}

#rec2 img {
  position: relative;
  top: 26px;
  width: 77px;
}

#rec3 img {
  position: relative;
  top: 17px;
  width: 38px;
}

#rec4 img {
  position: relative;
  top: 22px;
  width: 48px;
}

#rec5 img {
  position: relative;
  top: 14px;
  width: 44px;
}

#rec6 img {
  position: relative;
  top: 19px;
  width: 58px;
}

#lineacon2 {
  position: relative;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #000000;
}

/*-----------------------seccion servicios-----------------*/

#ligaserv {
  position: relative;
  top: -85px;
  background: #a53a3a;
  height: 22px;
  width: 10em;
  text-align: center;
  z-index: -1;
}

#seccionservicios {
  height: 320px;
  background: #191c1c;
  color: #fff;
  padding: 20px;
}

#seccionservicios h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 22px;
}

#divserv {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  height: 66%;
  width: 95%;
  padding-top: 2em;
}

.divservarios {
  display: flex;
  height: 35%;
  width: 100%;
  max-width: 380px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#divserv a {
  position: absolute;
}

#divserv h3 {
  font-family: 'arial';
  font-size: 19px;
  color: rgba(255, 250, 250, 0.9);
  text-align: center;
}

#lineaserv {
  position: relative;
  top: -14px;
  width: 100%;
  height: 1px;
  background: #fff;
}

#lineaserv2 {
  position: relative;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 2;
}

/*-------------- galeria imagenes----------------*/


/* -------modal muestra la imagen------ */
.modal {
  width: 100%;
  min-height: 100vh;
  background: rgb(16, 16, 17, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  display: none;
}

.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}


.modal__img {
  width: 99%;
  max-height: 100%;
  object-fit: contain;
}

.modal__boton {
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgb(216, 216, 216);
  cursor: pointer;
  /* font-weight: bold; */
  width: 40px;
  height: 30px;
  line-height: 40px;
  /* background: #1b1b1b21; */
  /* font-size: 1.5em; */
  /* text-align: center; */
  /* border-radius: 50%; */
  /* border: solid 1px #e2e2e221;   */
  border-bottom: solid 1px rgb(216, 216, 216);
}

.modal--open {
  display: block;
}


#ligaleria {
  /*--------liga-------*/
  position: relative;
  top: -122px;
  background: #bb1212;
  height: 22px;
  width: 10em;
  z-index: -2;
}


.galeria {
  margin: 0px;
  padding: 5px;
  background: #fff;
  color: #000;
}


.galeria__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
}

.galeria h2 {
  font-size: 26px;
  text-align: center;
  padding: 10px;
  top: -20px;
  position: relative;
}



.imgrec {
  margin: 10px;
}

.galeria__img {
  width: 330px;
  object-fit: cover;

  cursor: pointer;
  transition: all 0.4s;

}

.galeria__img:hover {
  transform: scale(1.02);
}


#lineagaldel {
  top: -24px;
}


#lineagaldel2 {
  top: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}



/*-------------sec-sobre mi-------------*/

#ligacontacto {
  /*-----------------liga----------*/
  position: relative;
  background: #bb1212;
  height: 1px;
  width: 100%;
  display: hide;
  z-index: -20;
}

#lineasobremi {
  position: relative;
  top: 8px;
  width: 100%;
  background: #191c1c;
}

#lineadelconta {
  top: 35px;
}

.secsobremi {

  height: 12%;
}

.secsobremi .contenedor {
  background: #cec4be;
  /* background: #bbbebe;  */
  padding: 20px 10px 40px 10px;
  width: 100%;
}

.secsobremi h2 {
  font-family: 'arial';
  font-size: 26px;
  text-align: center;
}

#contediv p {
  margin: 15px 11px 15px 11px;
}


#contenform {
  background: #e9e3e2;
  height: 500px;
}

/*---------------footer-------------------*/

footer {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  height: fit-content;
}

#contenfooter {
  background: #191c1c;
  padding: 0px;
  text-align: center;
  position: relative;
  padding: 1%;
}

#columncontacto h3 {
  font-family: 'arial';
  font-size: 24px;
  text-align: center;
}



footer .contenedor {
  padding: 5px 0;
}


/*--------datos de contacto--------*/

.contformu {
  font-family: 'arial', 'sans-serif';
  display: flex;
}

#divp {
  padding: 5px 19px 5px 19px;
}

.inputnone {

  font-weight: normal;
  justify-content: center;
  text-align: start;
  width: 300px;
  height: 30px;
  margin: 5px 19px 5px 19px;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid rgb(95, 95, 95);
  outline: 0px;
  font-family: 'arial', 'sans-serif';
  padding-left: 5px;

}

.textareanone {
  font-size: small;
  text-align: start;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 99px;
  min-height: 99px;
  margin: 5px 19px 5px 19px;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid rgb(95, 95, 95);
  outline: 0px;
  font-family: 'arial', 'sans-serif';
  padding-left: 5px;


}


.buttonA {
  width: 100px;
  font-size: small;
  height: 30px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 19px 5px 19px;
}



/*--------redes sociales--------*/

#divredes {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  height: auto;

}

.enlacea {
  height: auto;
}

#divredes img {
  margin: 10px;
  width: 38px;
  height: auto;
  position: relative;
  top: 2px;
}

.copy {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
}