 *{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

body{

  font-family: 'Heebo', sans-serif;

}



ul{

    text-decoration: none;

}

li{

    list-style: none;

    text-decoration: none;

}

a{

    text-decoration: none;

    color: white;

}

.btn-wa .fab {

    padding: 10px 5px;

    font-size: 35px;

    width: 50px;

    text-align: center;

    text-decoration: none;

    border-radius: 30%;

    position: fixed;

    right: 25px;

    bottom:175px;

    z-index: 3;

    }

    .fa-whatsapp {

      background-color:rgba(0, 0, 0, 0.877);

      color:white;

    }

    .btn-wa .fab:hover {

      opacity: 0.7;

    }

    .go-top-container {

    position: fixed;

    bottom: 4rem;

    right: 4rem;

    width: 6.6rem;

    height: 6.6rem;

    z-index: -1;

  }

  

  .go-top-button {

    width: 0rem;

    height: 0rem;

      background-color:rgba(0, 0, 0, 0.877);

      color:white;

    border-radius: 10%;

    cursor: pointer;

    transition: 0.2s;

    position: absolute;

    top: 50%;

    left: 95%;

    transform: translate(-50%, -50%);

    z-index: -1;

    border: 2px solid white;

  }

  

  .go-top-button i {

    position: absolute;

    font-size: 1.7rem;

    top: 48%;

    left: 50%;

    transform: translate(-50%, -50%) scale(0);

      color:white;

    transition: 0.2s;

  }

  

  

  .show {

    z-index: 10;

  }

  

  .show .go-top-button {

    animation: popup 0.3s ease-in-out;

    width: 3.6rem;

    height: 3.6rem;

    z-index: 11;

  }

  

  .show i {

    transform: translate(-50%, -50%) scale(1);

  }

  

  @keyframes popup {

    0% {

        width: 0;

        height: 0;

    }

    50% {

        width: 6rem;

        height: 6rem;

    }

    100% {

        width: 6.6rem;

        height: 6.6rem;

    }

  }

  /* Scroll Personalizado */



body::-webkit-scrollbar {

	width: 7px;

}



body::-webkit-scrollbar-thumb {

	background: #252525;

}

  

.header-index{

    background-image: url(/images/banner1.jpg);

    width: 100%;

    height: 670px;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-blend-mode: color;

    background-color: #3d00007c;

    color: white;

}

.header-page{

  background-image: url(/images/banner1.jpg);

  width: 100%;

  height: 470px;

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-blend-mode: darken;

  background-color:rgba(0, 0, 0, 0.527);

  color: white;

}

.nav-bar{

    display: flex;

    padding: 10px;

    height: 130px;

}

.logo{

    margin: 35px 0 0 100px;

    font-size: 40px;

}

.nav-menu{

    margin: 55px 0px 10px 300px;

    font-size: 18px;

    

}

/* Responsive Button */

.menu-btn {

  cursor: pointer;

  position: absolute;

  top: 55px;

  right: 50px;

  z-index: 2;

  display: none;

}

.nav-menu ul{

    display: flex;

}

.nav-menu ul li{

    padding: 0 20px 0 0;

    }



.intro{

margin: auto;

margin-top: 115px;

} 

.intro h1{

text-align: center;

font-size: 40px;

}

.intro p{

text-align: justify;

padding: 0 150px;

padding-top: 10px;

font-size: 18px;

}

.contact-intro{

  margin: auto;

  margin-top: 130px;

  } 

  .contact-intro h1{

  text-align: justify;

  padding-left: 30px;

  font-size: 40px;

  }

  .contact-intro p{

  text-align: justify;

  padding-left: 30px;

  padding-right: 500px;



  padding-top: 10px;

  font-size: 18px;

  }

.privacy-policy{
  width: 90%;
  margin: auto;
}
.privacy-policy h2{
  padding-top: 1%;
    text-align: left;
    font-weight: bolder;
    font-size: 18px;
  }
.privacy-policy p{
  text-align: left;
  padding-left: 0;
  padding-bottom: 1%;
  font-size: 16px;
}


    #cookiesBanner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f8f8f8;
      padding: 10px;
      text-align: center;
      z-index: 999999999999999999999999999999999;
    }

    #cookiesBanner a {
color: black;
text-decoration: underline;
    }

    #cookiesBanner button {
      color: black;
padding: 5px 10px;
          }


.intro a{

  display: block;

  margin: auto;

  margin-top: 100px;

  font-size: 20px;

  padding: 5px 5px 5px 5px;

  width: 150px;

  color: white;

  background-color: rgba(0, 0, 0, 0.658);

  border: 2px solid white;

  font-weight: bolder;

}

.intro a:hover{

  background-color: rgba(255, 255, 255, 0.705);

  border: 2px solid black;

  font-weight: bolder;

  color: black;

  transition: .5s ease;



}

.division{

  background:#fff;

    text-align: center;

    padding: 5px;

    font-size: 26px;

    font-weight: bolder;

    color: rgba(0, 0, 0, 0.829);

    padding-top: 35px;

}

.art1{

    width: 100%;

background-color: #fff;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    height: auto;

    color: #252525;

}



.art1 img{

    display: block;

    width: 600px;

    height: auto;

    margin: auto;

    margin-top: 35px;

    margin-bottom: 35px;

    border-radius: 6px;

    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.603);

}



.art1 h2{

    padding-top: 150px;

    font-size: 30px;

    text-align: justify;

    font-weight: bolder;

    padding-right: 100px;

    margin-bottom: 20px;

}

.art1 p{

    padding-top: 15px;

    padding-right: 70px;

    font-size: 18px;

    text-align: justify;

    line-height: 23px;

    padding-bottom: 30px;

    font-weight: normal;

}

.art1 a{

  color:black;

  background-color: #fff;

  padding: 5px;
  font-weight: lighter;
  border: 2px solid black;

  font-weight: bolder;

}

.art1 a:hover{

  background-color: black;

  color: #fff;

  border: 3px solid black;

  font-weight: lighter;

}



.back-image{

  background-image: url(/images/salon.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  background-blend-mode: darken;

  background-color: #3d00005b;

  height: 300px;

  width: 100%;



}

.service-index{

  background:#fff;

  width: 100%;

  display:grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 5px;



}

.service-1 figure{

display: block;

margin: auto;

 position:relative;

  height: 250px;

  cursor: pointer;

  width: 340px;

  overflow: hidden;

  border-radius: 6px;

  margin-top: 25px;

  margin-bottom: 40px;

  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.603);

  

}

.service-1 figure img{

  width: 100%;

  height: 100%;

  transition: all 400ms ease-out;

  will-change: transform;

}

.service-1 figure .capa{

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background:#252525ab;

  transition: all 400ms ease-out;

  opacity: 0;

  visibility: hidden;

 text-align: center;

}

.service-1 figure:hover > .capa {

  opacity: 1;

  visibility: visible;

}

.service-1 figure:hover > .capa h3{

  margin-top: 50px;

  color:white;

  margin-bottom: 0px;

}

.service-1 figure:hover > img{

  transform: scale(1.3);

}

.service-1 figure .capa h3{

  color: white;

  margin-bottom: 5px;

  transition: all 400ms ease-out;

   margin-top: 10px;

}

.service-1 figure .capa p{

color:white;

  font-size: 18px;

  width: 100%;

  max-width: 350px;

}

.black{

  background-color: black;

  color: white;

  text-align: right;

}

.black h1{

  text-align: right;

  padding-right: 200px;

  padding-left: 300px;

  font-weight: lighter;

  font-size: 35px;

}

.black p{

  text-align: right;

  padding-right: 200px;

  padding-left: 300px;

  padding-bottom: 20px;

  font-weight: lighter;

  font-size: 20px;

}

.black a{

  text-align: right;

  padding-right: 200px;

  padding-left: 300px;

  padding-bottom: 20px;

  font-weight: lighter;

  font-size: 18px;

  text-decoration: underline;

  color: white;

}

.white{

  background-color: white;

  color: black;

  text-align: left;

}

.white h1{

  font-size: 35px;

  text-align: left;

  padding-left: 200px;

  padding-right: 300px;

}

.white p{

  text-align: left;

  padding-left: 200px;

  padding-right: 300px;

  padding-bottom: 20px;

  font-size: 20px;

}

.white a{

  text-align: left;

  padding-left: 200px;

  padding-right: 300px;

  padding-bottom: 20px;

  font-size: 18px;

  text-decoration: underline;

  color: black;

  font-weight: bolder;

}









  .container__cards{

        width:100%;

        margin: auto;

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

  

    }

    

    .card{

        width: 350px;

        margin: 10px;

        padding: 20px;

        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);

        background: rgba(255, 255, 255, 0.1);

        border-left: 1px solid rgba(255, 255, 255, 0.5);

        border-top: 1px solid rgba(255, 255, 255, 0.5);

        border-radius: 15px;

        transition: all 300ms;

    }

    

    .card:hover{

        transform: translateY(-10px);

    }

    

    .card:hover .cover__card img{

        transform: scale(1.1);

    }

    

    .cover__card{

        width: 100%;

        height: 50px;

        border-radius: 14px;

        overflow: hidden;

    }

    

    .cover__card img{

        width: 100%;

        transition: all 300ms;

    }

    

    .card h2{

        font-size: 25px;

        font-weight: 400;

        margin-top: 20px;

        color: black;

        font-weight: bolder;

    }

    

    .card p{

        margin-top: 20px;

        font-size: 16px;

        font-weight: 300;

        color: black;

        letter-spacing: 0.5px;

    }

    

    .card hr{

        margin-top: 30px;

        border: none;

        height: 0.2px;

        background: #41414138;

    }

    

    .footer__card{

        margin-top: 10px;

        display: flex;

        color: black;

        justify-content: space-between;

    }

    

    .footer__card a{

      width: 150px;

      background-color: black;

      border-radius: 5px;

      margin-top: 40px;

      color: white;

        font-size: 18px;

        font-weight: 500;

    }

  /* division de seminarios*/

  .division-seminario{

    background-color: white;

    text-align: center;

    padding: 5px;

    font-size: 26px;

    font-weight: bolder;

    color: white;

    padding-top: 20px;
    padding-bottom: 20px;

}

.division-seminario a{

  font-size: 17px;

  background-color: rgb(0 0 0 / 90%);

color: white;

padding: 5px;

font-weight: normal;

border-radius: 3px;

}

.division-seminario a:hover{

  background-color: white;

  color: black;

  border: 0px solid black;

  padding: 5px;

  font-weight: bolder;

  }

 /* aqui se encuentran la configuracion de los distintos seminarios propuestos*/

  .seminario-container{

    background-color: white;

  }

.services{

    display: grid;

    grid-template-columns: repeat(3,2fr);

    gap: 50px;

    margin-bottom: 30px;

    text-align: center;

    color: black;

}

.services{

  width: 100%;

  display: flex;

  justify-content: center;

  align-items: center;



}

/* configuracion de las figuras ded los seminarios en la pagina seminarios*/

.services figure{

 position:relative;

  height: 250px;

  cursor: pointer;

  width: 340px;

  overflow: hidden;

  border-radius: 20px;

  /*box-shadow: 0px 5px 15px black;*/

}

.services figure .capa0{

  background: url(/images/pexels-pavel-danilyuk-8761328.jpg);

  background-size: cover;

    background-blend-mode: darken;

  background-color: rgba(0, 0, 0, 0.582);

  background-repeat: no-repeat;

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  transition: all 400ms ease-out;

 text-align: center;

 font-weight: bolder;

}

.services figure .capa0 h3{

    margin: 50px 20px;

    color: white;

    font-weight: lighter;

    transition: all 400ms ease-out;

    font-size: 18px;

  }



.services figure .capa{

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background: url(/images/banner1.jpg);

  background-size: cover;

background-blend-mode: darken;

  transition: all 400ms ease-out;

  opacity: 0;

  visibility: hidden;

 text-align: center;

 font-weight: bolder;

}

.services figure:hover > .capa {

  opacity: 1;

  visibility: visible;

}

.services figure:hover > .capa a{

  display: block;

  margin: auto;

  margin: 50px 100px 10px 100px;

  color: #fff;

  background-color: black;

  border: 2px solid #fff;

  font-weight: lighter;

}

.services figure .capa a:hover{

  color: rgba(255, 255, 255, 0.712);

  color: black;

  background-color: black;

  background-color: rgba(255, 255, 255, 0.712);

  border: 3px solid rgba(255, 255, 255, 0.712);

  font-weight: bolder;

}

.services figure:hover > .capa0{

    opacity: 1;

    visibility: hidden;

}

.services figure:hover > .capa0 h3{

    color: white;

  visibility: hidden;

}



.services figure .capa a{

  padding: 8px;

  display: block;

  margin: auto;

  margin: 10px 100px 30px 100px;

    color: black;

    font-weight: bolder;

    font-size: 18px;

    background-color: rgba(255, 255, 255, 0.712);

    transition: all 400ms ease-out;

}



/* configracion de la pagina html de los temarios (este es el contenedor global*/

.temarios-varios{

  background-color: white;

  display: block;

  text-align: justify;

  margin: auto;

}



.temarios-varios h1, h3, p{

  

  padding: 5px 20px;

}

.temarios-varios h1{

  padding-top:20px;

  margin-left: 75px;

  margin-right: 75px;

  font-size: 25px;

  font-weight: bolder;

}

.temarios-varios h3{

  padding-top: 15px;

  margin-left: 75px;

  margin-right: 75px;

  font-size: 22px;

  font-weight: bolder;

}

.temarios-varios p{

  text-align: justify;

  font-size: 20px;

  margin-left: 75px;

  margin-right: 75px;

  padding-bottom: 20px;

  font-weight: bolder;



}

 /* configuracion de la pagina de mision y vision*/ 

.us-container{

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  background-color: white;



}

 .us-container img{

  width: 75%;

  height: auto;

  display: block;

  margin: auto;

  margin-top: 25px;

  margin-bottom: 25px;

  border-radius: 8px;

}

.us-container h1{

padding-top: 20px;

text-align: center;

}

.us-container p{

  padding-top: 15px;

  text-align: justify;

margin-right: 70px;

margin-left: 7px;

margin-bottom: 20px;

  }

  .portafolios{

    background-color: white;

    display: block;

  }

  .portafolios h1{

    padding-top: 20px;

  }

  .portafolios p{

  }

  .portafolios form input{

    display: block;

    margin: auto;

    margin-bottom: 10px;

  }



 /* configuracion de la pagina de contacto*/

.contact{

    background-image: url(/images/pexels-pavel-danilyuk-8761328.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

    background-blend-mode: color;

    background-color: #3d00007c;

    width: 100%;

    color: white;

}

.contact-page{

  background-color: rgb(0 0 0 / 95%);

  width: 100%;

  color: white;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

}

.call-us{

  background-color: white;

  width: 100%;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  height: auto;

}

.call-us img{

  display: block;

  margin: auto;

  width: 75%;

  height: auto;

  border-radius: 5px;

  margin-top: 5px;

  margin-bottom: 5px;

}

.call-us h1{

margin-top: 15%;

font-size: 30px;

text-align: justify;

padding-right: 120px;

padding-bottom: 15px;

margin-bottom: 50px;

}

.call-us a{

  color: white;

  background-color: black;

  padding: 10px;

  font-weight: lighter;

}

.call-us a:hover{

  color: black;

  padding: 10px;

  font-weight: bold;

  background-color: white;

  border: 3px solid black;

}



.contact-inv{

  display: block;

  margin: auto;

  text-align: center;

}

.contact-inv h3{

  font-size: 20px;

  font-weight: lighter;

}

.contact-inv h1{

  font-size: 26px;



}

.contact-inv p{

  font-size: 16px;

  text-align: justify;

  padding: 5px 100px;

  font-weight: lighter;

}



.container-form h2{

    padding-top: 20px;

      width: 100%;

      text-align: center;

      color: white;

      font-size: 36px;

      margin-bottom: 10px;

    }

    .container-form .row100{

      position: relative;

      width: 100%;

      display: grid;

      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));

      margin: auto;

    

    }

    .container-form .row100 .col{

      position: relative;

      width: 100%;

      padding: 0 20px;

      margin: 30px 0 20px;

    

    }

    .container-form .row100 .col .inputbox {

    position: relative;

    width: 100%;

    height: 40px;

    color: white;

    }

    .container-form .row100 .col .inputbox input,

    .container-form .row100 .col .inputbox textarea {

      position: absolute;

      width: 100%;

      height: 100%;

      background: transparent;

      box-shadow: none;

      border: none;

      outline: none;

      font-size: 15px;

      padding: 0 10px;

      z-index: 1;

      color: black;

      font-weight: bolder;

      }

      .container-form .row100 .col .inputbox .text {

          position: absolute;

          top: 0;

          left: 0;

          line-height: 40px;

          font-size: 17px;

          padding: 0 10px;

          display: block;

          transition: 0.5s;

          pointer-events: none;

          }

    

    .container-form .row100 .col .inputbox input:focus + .text,

    .container-form .row100 .col .inputbox input:valid + .text,

    .container-form .row100 .col .inputbox textarea:focus + .text,

    .container-form .row100 .col .inputbox textarea:valid + .text

    

    {

      top: -35px;

      left: -10px;

      }

      .container-form .row100 .col .inputbox .line {

      position: absolute;

      bottom: 0;

      display: block;

      width: 100%;

      height: 2px;

      background-color: white;

      transition: 0.5s;

      border-radius: 2px;

    }

    .container-form .row100 .col .inputbox input:focus ~ .line,

    .container-form .row100 .col .inputbox input:valid ~ .line {

      height: 100%;

      }

      .container-form .row100 .col .inputbox.textarea{

          position: relative;

          width: 100%;

          height: 100px;

          padding: 10px 0;

      }

    

      .container-form .row100 .col .inputbox textarea:focus ~ .line,

    .container-form .row100 .col .inputbox textarea:valid ~ .line {

      height: 100%;

      }

      .container-form .row100 .col  input[type="submit"]{

          border: none;

          padding: 10px 20px;

          cursor: pointer;

          outline: none;

          background: rgb(255, 255, 255);

          border: 2px solid white;

          color: black;

          font-weight: 600;

          font-size: 18px;

          display: block;

          margin: auto;

          margin-bottom: 20px;

      }

    

      .container-form .row100 .col  input[type="submit"]:hover{

        background-color: black;;

        color: white;

        transition: .5s ease;

      }

      .container-form .row100 .col  input[type="submit"]::before{

      content: '';

      position: absolute;

      left: 0;

      top: 50px;

      background: transparent;

      height: 50%;

      width: 100%;

      transform: perspective(1em)

      rotateX(40deg) scale(1, 0.35) ;

      filter: blur(8px);

      transition: 1s ease;

      }

      .container-form .row100 .col  input[type="submit"]::before{

      background-color: black;

      top: 25px;

      }

      .form-info{

      

        color: white;

      }

      .form-info h1{

        padding-top: 130px;

      font-size: 30px;

        }

        .form-info h2{

          padding-top: 20px;

          

            }

      

      .form-info h1, h2, p, a{

      font-weight: lighter;

      text-align: center;

      margin: auto;

      }

      .form-info a{

        color: white;

        font-weight: lighter;

      }

      .form-info i{

        color: white;

      }



      footer{

        background-color: black;

}

      .footer-container {

        background-color: black;

        font-size: 12px;

        padding: 35px 0;

        padding-top: 10px;

        padding-bottom: 10px;

        display: grid;

        grid-template-columns: repeat(4, 1fr);

        gap: 10px;

        align-items: flex-start;

        justify-content: center;

        font-weight: lighter;

      }

    

      .footer-container ul li a{

        color: white;

      }

      .footer-container ul li a i{

        color: white;

        font-size: 26px;

        padding: 5px;

      }

      

      .footer-container ul {

        margin: 10px auto;

      }

      .footer-container ul li{

        color: white;

      }

      

      .footer-links li {

        line-height: 2.8;

      }

      .rights {

        background-color: black;

        color: white;

        font-size: 9px;

        padding:0 10px  0 0;

        text-align:right;

        padding-TOP: 15px;

        padding-right: 18px;

      }

      .rights h3 {

        font-weight: lighter;





      }

      .foot-social{

        padding-top: 100px;

      }

      .footer-info{

        padding-top: 50px;

        padding-left: 50px;

      }

      .footer-info li{

        padding-bottom: 15px;

        font-weight: lighter;

        font-size: 14px;

      }

      .foot-headlinks {

        padding-top: 50px;

      }

      .foot-headlinks li{

        padding-bottom: 15px;

        font-weight: lighter;

        font-size: 20px;

      }

      .foot-suscribe{

        padding-top: 30px;

        font-weight: lighter;

      }

      .foot-suscribe li{

        padding-bottom: 15px;

        font-weight: lighter;

        font-size: 18px;

      }

    

      .foot-suscribe li input{

        border: 3px solid black;

        font-size: 16px;

        padding: 4px;

        color: white;

      }

    

      html {

        scroll-behavior: smooth;

      }

    

    

      /* esta es la configuracion de estilo del boton de suscribirse*/

      .foot-suscribe li input[type="submit"]{

        border: none;

        padding: 10px 30px;

        cursor: pointer;

        outline: none;

        background: white;

        color: black;

        font-weight:bold;

        font-size: 16px;
        border: 2px solid black;



      }

    

        .foot-suscribe li input[type="submit"]:hover{

        background-color: black;

        color: white;

        font-weight: bold;

        border: 2px solid white;

        transition: .5s ease;

      }



    /* Mobil */

@media (max-width: 700px) {

  .menu-btn {

    display: block;

  }



  .menu-btn:hover {

    opacity: 0.5;

  }

  .header-index{

    background-image: url(/images/banner1.jpg);

    width: 100%;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-blend-mode: darken;

    background-color:rgba(0, 0, 0, 0.377);

    color: white;

}

.header-page{

  background-image: url(/images/banner1.jpg);

  width: 100%;

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-blend-mode: darken;

  background-color:rgba(0, 0, 0, 0.377);

  color: white;

}

.contact-intro{

  margin: auto;

  margin-top: 150px;

  } 

  .contact-intro h1{

  text-align: justify;

  font-size: 35px;

  }

  body{

    background-color: white;

  }

  .contact-intro p{

  text-align: justify;

  padding-right: 50px;

  padding-top: 10px;

  font-size: 16px;

  }

.logo{

  margin: 35px 0 0 50px;

  font-size: 40px;

}

.intro{

  margin: auto;

  margin-top: 115px;

  } 

  .intro h1{

  text-align: center;

  font-size: 35px;

  }

  .intro p{

  text-align: justify;

  padding: 0 35px;

  padding-top: 10px;

  font-size: 16px;

  }

  .intro a{

    display: block;

    margin: auto;

    margin-top: 50px;

    font-size: 20px;

    padding: 5px 5px 5px 5px;

    width: 150px;

    color: black;

    background-color: white;

    font-weight: bolder;

  }

  .intro a:hover{

    background-color: black;

    border: 3px solid white;

    color: white;

    transition: 2s ease;

  }



  .contact-page{

    grid-template-columns: repeat(1, 1fr);

  }

  .contact-inv{

display: none;

  }

  .call-us{

    grid-template-columns: repeat(1, 1fr);

  }

  .image-callus{

    display: none;

  }



  .numb-callus{

    display: flex;

  }

  .call-us h1{

    margin-top: 10px;

    font-size: 28px;

    text-align: justify;

    padding-right: 10px;

    padding-left: 10px;

    padding-bottom: 15px;

    }

    .call-us a{

      color: white;

      background-color: black;

      padding: 10px;

      font-weight: lighter;

    }

    .call-us a:hover{

      color: black;

      padding: 10px;

      font-weight: bold;

      background-color: white;

      border: 3px solid black;

    }





  .nav-bar ul.nav-men {

    display: block;

    position: fixed;

    top: 0;

    left: 0;

    background: #2f3640;

    width: 50%;

    height: 100%;

    border-right: #ccc 1px solid;

    opacity: 0.9;

    padding: 30px;

    transform: translateX(-500px);

    transition: transform 0.5s ease-in-out;

  }



  .nav-bar ul.nav-men li {

    padding: 20px;

    border-bottom: #ccc solid 1px;

    font-size: 14px;

  }

  .nav-bar ul.nav-men li:last-child {

    border-bottom: 0;

  }



  .nav-bar ul.nav-men.show {

    transform: translateX(-20px);

  }

  .art1{

    width: 100%;

    display: grid;

    grid-template-columns: repeat(1,1fr);

    height: auto;

    color: white;

}



.art1 img{

    display: block;

    width: 600px;

    height: auto;

    margin: auto;

    margin-top: 35px;

    margin-bottom: 35px;

    border-radius: 6px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);

    display: none;

}

.us-container{

  grid-template-columns: repeat(1, 1fr);

}

.us-image{

  display: none;

}

.us-text{

  padding: 10px 0;

  margin: 5px 0;

}

.division{

  background-color: black;

}

.art1{

  background-color: black;

}

.art1 h2{

    padding-top: 50px;

    font-size: 25px;

    text-align: center;

    font-weight: bolder;

    padding-right: 0px;

}

.art1 p{

    font-size: 18px;

    text-align: justify;

    padding: 15px 25px;



    font-weight: normal;

}

.art1 a{

  display: block;

  margin: auto;

  color:black;

  background-color: white;

  padding: 5px 5px 5px 5px;

  width: 110px;

  font-weight: bolder;

}

.art1 a:hover{

  background-color: black;

  color: white;

  border: 3px solid white;

  transition: 1s ease;

  font-weight: bolder;

}

.container-form h2{

  padding-top: 20px;

    width: 100%;

    text-align: center;

    color: white;

    font-size: 36px;

    margin-bottom: 10px;

  }





  .services{

    display: grid;

    grid-template-columns: repeat(1,1fr);

    gap: 20px;

    margin-bottom: 20px;

    margin-top: 20px;

    text-align: center;

    color: black;

}

.service1{

  display: block;

  margin: auto;

}

.service2{

  display: block;

  margin: auto;

}

.service3{

  display: block;

  margin: auto;

}



  .service-index{

    width: 100%;

    display:grid;

    grid-template-columns: repeat(1, 1fr);

    gap: 5px;



}

.service-1 figure{

  display: block;

  margin: auto;

   position:relative;

    height: 350px;

    cursor: pointer;

    width: 485px;

    overflow: hidden;

    border-radius: 6px;

    margin-bottom: 20px;

}

.service-1 figure img{

    width: 100%;

    height: 100%;

    transition: all 400ms ease-out;

    will-change: transform;

}

.service-1 figure .capa{

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(205, 207, 207, 0.7);

    transition: all 400ms ease-out;

    opacity: 0;

    visibility: hidden;

   text-align: center;

}

.service-1 figure:hover > .capa {

    opacity: 1;

    visibility: visible;

}

.service-1 figure:hover > .capa h3{

    margin-top: 110px;

    color: black;

    margin-bottom: 0px;

}

.service-1 figure:hover > img{

    transform: scale(1.3);

}

.service-1 figure .capa h3{

    color: black;

    margin-bottom: 5px;

    transition: all 400ms ease-out;

     margin-top: 10px;

}

.service-1 figure .capa p{

  color: black;

    font-size: 18px;

    width: 100%;

    max-width: 350px;

}

  .container-form .row100{

    position: relative;

    width: 100%;

    display: grid;

    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));

    margin: auto;

  

  }

  .container-form .row100 .col{

    position: relative;

    width: 100%;

    padding: 0 20px;

    margin: 30px 0 20px;

  

  }

  .container-form .row100 .col .inputbox {

  position: relative;

  width: 100%;

  height: 40px;

  color: white;

  }

  .container-form .row100 .col .inputbox input,

  .container-form .row100 .col .inputbox textarea {

    position: absolute;

    width: 100%;

    height: 100%;

    background: transparent;

    box-shadow: none;

    border: none;

    outline: none;

    font-size: 15px;

    padding: 0 10px;

    z-index: 1;

    color: black;

    font-weight: bolder;

    }

    .container-form .row100 .col .inputbox .text {

        position: absolute;

        top: 0;

        left: 0;

        line-height: 40px;

        font-size: 17px;

        padding: 0 10px;

        display: block;

        transition: 0.5s;

        pointer-events: none;

        }

  

  .container-form .row100 .col .inputbox input:focus + .text,

  .container-form .row100 .col .inputbox input:valid + .text,

  .container-form .row100 .col .inputbox textarea:focus + .text,

  .container-form .row100 .col .inputbox textarea:valid + .text

  

  {

    top: -35px;

    left: -10px;

    }

    .container-form .row100 .col .inputbox .line {

    position: absolute;

    bottom: 0;

    display: block;

    width: 100%;

    height: 2px;

    background-color: white;

    transition: 0.5s;

    border-radius: 2px;

  }

  .container-form .row100 .col .inputbox input:focus ~ .line,

  .container-form .row100 .col .inputbox input:valid ~ .line {

    height: 100%;

    }

    .container-form .row100 .col .inputbox.textarea{

        position: relative;

        width: 100%;

        height: 100px;

        padding: 10px 0;

    }

  

    .container-form .row100 .col .inputbox textarea:focus ~ .line,

  .container-form .row100 .col .inputbox textarea:valid ~ .line {

    height: 100%;

    }

    .container-form .row100 .col  input[type="submit"]{

        border: none;

        padding: 10px 20px;

        cursor: pointer;

        outline: none;

        background: rgb(255, 255, 255);

        border: 3px solid white;

        color: black;

        font-weight: 600;

        font-size: 18px;

        display: block;

        margin: auto;

        margin-bottom: 20px;

    }

  

    .container-form .row100 .col  input[type="submit"]:hover{

      background-color: black;;

      color: white;

      transition: 2s ease;

    }

    .container-form .row100 .col  input[type="submit"]::before{

    content: '';

    position: absolute;

    left: 0;

    top: 50px;

    background: transparent;

    height: 50%;

    width: 100%;

    transform: perspective(1em)

    rotateX(40deg) scale(1, 0.35) ;

    filter: blur(8px);

    transition: 1s ease;

    }

    .container-form .row100 .col  input[type="submit"]::before{

    background-color: black;

    top: 25px;

    }

    .white h1{

      padding-right: 50px;

      padding-left: 50px;

    }

    .white p{

      padding-right: 50px;

      padding-left: 50px;

    }

    .white a{

      padding-right: 50px;

      padding-left: 50px;

    }

    .black h1{

      padding-right: 50px;

      padding-left: 50px;

    }

    .black p{

      padding-right: 50px;

      padding-left: 50px;

    }

    .black a{

      padding-right: 50px;

      padding-left: 50px;

    }

    footer{

      background-color: black;

}

    .footer-container {

      background-color: black;

      font-size: 12px;

      padding: 15px 0;

      display: grid;

      grid-template-columns: repeat(1, 1fr);

      gap: 5px;

      align-items: flex-start;

      justify-content: center;

      font-weight: lighter;

    }



    .footer-info{

      text-align: center;

      padding-left: 0;

      padding-top: 5px;

    }

    .foot-headlinks{

      text-align: center;

      padding-top: 0;

      padding-left: 0;

    }





    .foot-social{

      padding-top: 20px;

    }

    /* esta es la configuracion de estilo del boton de suscribirse*/

    .foot-suscribe li input[type="submit"]{

      border: none;

      padding: 10px 30px;

      cursor: pointer;

      outline: none;

      background: white;

      color: black;

      font-weight:bold;

      font-size: 16px;



    }

    .foot-suscribe{

      padding-top: 10px;

      font-weight: lighter;

    }

    .foot-suscribe li{

      padding-bottom: 10px;

      font-weight: lighter;

      font-size: 18px;

    }

  

    .foot-suscribe li input{

      display: block;

      margin: auto;

      border: 3px solid black;

      font-size: 16px;

      padding: 4px;

      color: white;

    }

    

      .foot-suscribe li input[type="submit"]:hover{

      background-color: black;

      color: white;

      font-weight: bold;

      border: 3px solid white;

      transition: 2s ease;

    }

    .foot-suscribe li input[type="submit"]::before{

    content: '';

    position: absolute;

    left: 0;

    top: 50px;

    background: transparent;

    height: 50%;

    width: 100%;

    transform: perspective(1em)

    rotateX(40deg) scale(1, 0.35) ;

    filter: blur(8px);

    transition: 1s ease;

    }

    .foot-suscribe li input[type="submit"]::before{

    background-color: white;

    top: 25px;

    }

    .rights {

      background-color: black;

      color: white;

      font-size: 9px;

      padding:0 10px  0 0;

      text-align:right;

      padding-TOP: 10px;

      padding-right: 18px;

    }

  }









    /* Mobil */

    @media (max-width: 500px) {

      .menu-btn {

        display: block;

      }

    

      .menu-btn:hover {

        opacity: 0.5;

      }

      .header-index{

        background-image: url(/images/banner1.jpg);

        width: 100%;

        background-repeat: no-repeat;

        background-attachment: fixed;

        background-blend-mode: darken;

        background-color:rgba(0, 0, 0, 0.377);

        color: white;

    }

    .header-page{

      background-image: url(/images/banner1.jpg);

      width: 100%;

      background-repeat: no-repeat;

      background-attachment: fixed;

      background-blend-mode: darken;

      background-color:rgba(0, 0, 0, 0.377);

      color: white;

    }

    .contact-intro{

      margin: auto;

      margin-top: 150px;

      } 

      .contact-intro h1{

      text-align: justify;

      font-size: 35px;

      }

      body{

        background-color: white;

      }

      .contact-intro p{

      text-align: justify;

      padding-right: 50px;

      padding-top: 10px;

      font-size: 16px;

      }

    .logo{

      margin: 35px 0 0 50px;

      font-size: 40px;

    }

    .intro{

      margin: auto;

      margin-top: 115px;

      } 

      .intro h1{

      text-align: center;

      font-size: 35px;

      }

      .intro p{

      text-align: justify;

      padding: 0 35px;

      padding-top: 10px;

      font-size: 16px;

      }

      .intro a{

        display: block;

        margin: auto;

        margin-top: 50px;

        font-size: 20px;

        padding: 5px 5px 5px 5px;

        width: 150px;

        color: black;

        background-color: white;

        font-weight: bolder;

      }

      .intro a:hover{

        background-color: black;

        border: 3px solid white;

        color: white;

        transition: 2s ease;

      }

    

      .contact-page{

        grid-template-columns: repeat(1, 1fr);

      }

      .contact-inv{

    display: none;

      }

      .call-us{

        grid-template-columns: repeat(1, 1fr);

      }

      .image-callus{

        display: none;

      }

    

      .numb-callus{

        display: flex;

      }

      .call-us h1 {

        margin-top: 10px;

        font-size: 20px;

        text-align: justify;

        padding-right: 10px;

        padding-left: 10px;

        padding-bottom: 15px;

    }

        .call-us a{

          color: white;

          background-color: black;

          font-size: 15px;

          padding: 10px;

          font-weight: lighter;

          width: 200px;

        }

        .call-us a:hover{

          color: black;

          padding: 10px;

          font-weight: bold;

          background-color: white;

          border: 3px solid black;

        }

    

    

      .nav-bar ul.nav-men {

        display: block;

        position: fixed;

        top: 0;

        left: 0;

        background: #2f3640;

        width: 50%;

        height: 100%;

        border-right: #ccc 1px solid;

        opacity: 0.9;

        padding: 30px;

        transform: translateX(-500px);

        transition: transform 0.5s ease-in-out;

      }

    

      .nav-bar ul.nav-men li {

        padding: 20px;

        border-bottom: #ccc solid 1px;

        font-size: 14px;

      }

      .nav-bar ul.nav-men li:last-child {

        border-bottom: 0;

      }

    

      .nav-bar ul.nav-men.show {

        transform: translateX(-20px);

      }

      .temarios-varios h1{

        text-align: justify;

        font-size: 22px;

        margin-left: 5px;

       margin-right: 5px;

      }

      .temarios-varios h3{

        text-align: justify;

        font-size: 18px;

        margin-left: 5px;

       margin-right: 5px;

      }

        .temarios-varios p {

          text-align: justify;

          font-size: 16px;

          margin-left: 5px;

         margin-right: 5px;

          padding-bottom: 20px;

          font-weight: bolder;

      }

      

      .art1{

        width: 100%;

        display: grid;

        grid-template-columns: repeat(1,1fr);

        height: auto;

        color: white;

    }

    

    .art1 img{

        display: block;

        width: 600px;

        height: auto;

        margin: auto;

        margin-top: 35px;

        margin-bottom: 35px;

        border-radius: 6px;

        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);

        display: none;

    }

    .us-container{

      grid-template-columns: repeat(1, 1fr);

    }

    .us-image{

      display: none;

    }

    .us-text{

      padding: 10px 0;

      margin: 5px 0;

    }

    .division{

      background-color: black;

    }

    .art1{

      background-color: black;

    }

    .art1 h2{

        padding-top: 50px;

        font-size: 25px;

        text-align: center;

        font-weight: bolder;

        padding-right: 0px;

    }

    .art1 p{

        font-size: 18px;

        text-align: justify;

        padding: 15px 25px;

    

        font-weight: normal;

    }

    .art1 a{

      display: block;

      margin: auto;

      color:black;

      background-color: white;

      padding: 5px 5px 5px 5px;

      width: 110px;

      font-weight: bolder;

    }

    .art1 a:hover{

      background-color: black;

      color: white;

      border: 3px solid white;

      transition: 1s ease;

      font-weight: bolder;

    }

    .container-form h2{

      padding-top: 20px;

        width: 100%;

        text-align: center;

        color: white;

        font-size: 36px;

        margin-bottom: 10px;

      }

    

    

      .services{

        display: grid;

        grid-template-columns: repeat(1,1fr);

        gap: 20px;

        margin-bottom: 20px;

        margin-top: 20px;

        text-align: center;

        color: black;

    }

    .service1{

      display: block;

      margin: auto;

    }

    .service2{

      display: block;

      margin: auto;

    }

    .service3{

      display: block;

      margin: auto;

    }

    

      .service-index{

        width: 100%;

        display:grid;

        grid-template-columns: repeat(1, 1fr);

        gap: 5px;

    

    }

    .service-1 figure{

      display: block;

      margin: auto;

       position:relative;

        height: 250px;

        cursor: pointer;

        width: 385px;

        overflow: hidden;

        border-radius: 6px;

        margin-bottom: 20px;

    }

    .service-1 figure img{

        width: 100%;

        height: 100%;

        transition: all 400ms ease-out;

        will-change: transform;

    }

    .service-1 figure .capa{

        position: absolute;

        top: 0;

        width: 100%;

        height: 100%;

        background: rgba(205, 207, 207, 0.7);

        transition: all 400ms ease-out;

        opacity: 0;

        visibility: hidden;

       text-align: center;

    }

    .service-1 figure:hover > .capa {

        opacity: 1;

        visibility: visible;

    }

    .service-1 figure:hover > .capa h3{

        margin-top: 70px;

        color: black;

        margin-bottom: 0px;

    }

    .service-1 figure:hover > img{

        transform: scale(1.3);

    }

    .service-1 figure .capa h3{

        color: black;

        margin-bottom: 5px;

        transition: all 400ms ease-out;

         margin-top: 10px;

    }

    .service-1 figure .capa p{

      color: black;

        font-size: 18px;

        width: 100%;

        max-width: 350px;

    }

    

      .container-form .row100{

        position: relative;

        width: 100%;

        display: grid;

        grid-template-columns: repeat(auto-fit,minmax(250px,1fr));

        margin: auto;

      

      }

      .container-form .row100 .col{

        position: relative;

        width: 100%;

        padding: 0 20px;

        margin: 30px 0 20px;

      

      }

      .container-form .row100 .col .inputbox {

      position: relative;

      width: 100%;

      height: 40px;

      color: white;

      }

      .container-form .row100 .col .inputbox input,

      .container-form .row100 .col .inputbox textarea {

        position: absolute;

        width: 100%;

        height: 100%;

        background: transparent;

        box-shadow: none;

        border: none;

        outline: none;

        font-size: 15px;

        padding: 0 10px;

        z-index: 1;

        color: black;

        font-weight: bolder;

        }

        .container-form .row100 .col .inputbox .text {

            position: absolute;

            top: 0;

            left: 0;

            line-height: 40px;

            font-size: 17px;

            padding: 0 10px;

            display: block;

            transition: 0.5s;

            pointer-events: none;

            }

      

      .container-form .row100 .col .inputbox input:focus + .text,

      .container-form .row100 .col .inputbox input:valid + .text,

      .container-form .row100 .col .inputbox textarea:focus + .text,

      .container-form .row100 .col .inputbox textarea:valid + .text

      

      {

        top: -35px;

        left: -10px;

        }

        .container-form .row100 .col .inputbox .line {

        position: absolute;

        bottom: 0;

        display: block;

        width: 100%;

        height: 2px;

        background-color: white;

        transition: 0.5s;

        border-radius: 2px;

      }

      .container-form .row100 .col .inputbox input:focus ~ .line,

      .container-form .row100 .col .inputbox input:valid ~ .line {

        height: 100%;

        }

        .container-form .row100 .col .inputbox.textarea{

            position: relative;

            width: 100%;

            height: 100px;

            padding: 10px 0;

        }

      

        .container-form .row100 .col .inputbox textarea:focus ~ .line,

      .container-form .row100 .col .inputbox textarea:valid ~ .line {

        height: 100%;

        }

        .container-form .row100 .col  input[type="submit"]{

            border: none;

            padding: 10px 20px;

            cursor: pointer;

            outline: none;

            background: rgb(255, 255, 255);

            border: 3px solid white;

            color: black;

            font-weight: 600;

            font-size: 18px;

            display: block;

            margin: auto;

            margin-bottom: 20px;

        }

      

        .container-form .row100 .col  input[type="submit"]:hover{

          background-color: black;;

          color: white;

          transition: 2s ease;

        }

        .container-form .row100 .col  input[type="submit"]::before{

        content: '';

        position: absolute;

        left: 0;

        top: 50px;

        background: transparent;

        height: 50%;

        width: 100%;

        transform: perspective(1em)

        rotateX(40deg) scale(1, 0.35) ;

        filter: blur(8px);

        transition: 1s ease;

        }

        .container-form .row100 .col  input[type="submit"]::before{

        background-color: black;

        top: 25px;

        }

        .white h1{

          padding-right: 50px;

          padding-left: 50px;

        }

        .white p{

          padding-right: 50px;

          padding-left: 50px;

        }

        .white a{

          padding-right: 50px;

          padding-left: 50px;

        }

        .black h1{

          padding-right: 50px;

          padding-left: 50px;

        }

        .black p{

          padding-right: 50px;

          padding-left: 50px;

        }

        .black a{

          padding-right: 50px;

          padding-left: 50px;

        }

        footer{

          background-color: black;

    }

        .footer-container {

          background-color: black;

          font-size: 12px;

          padding: 15px 0;

          display: grid;

          grid-template-columns: repeat(1, 1fr);

          gap: 5px;

          align-items: flex-start;

          justify-content: center;

          font-weight: lighter;

        }

    

        .footer-info{

          text-align: center;

          padding-left: 0;

          padding-top: 5px;

        }

        .foot-headlinks{

          text-align: center;

          padding-top: 0;

          padding-left: 0;

        }

    

    

        .foot-social{

          padding-top: 20px;

        }

        /* esta es la configuracion de estilo del boton de suscribirse*/

        .foot-suscribe li input[type="submit"]{

          border: none;

          padding: 10px 30px;

          cursor: pointer;

          outline: none;

          background: white;

          color: black;

          font-weight:bold;

          font-size: 16px;

    

        }

        .foot-suscribe{

          padding-top: 10px;

          font-weight: lighter;

        }

        .foot-suscribe li{

          padding-bottom: 10px;

          font-weight: lighter;

          font-size: 18px;

        }

      

        .foot-suscribe li input{

          display: block;

          margin: auto;

          border: 3px solid black;

          font-size: 16px;

          padding: 4px;

          color: white;

        }

        

          .foot-suscribe li input[type="submit"]:hover{

          background-color: black;

          color: white;

          font-weight: bold;

          border: 3px solid white;

          transition: 2s ease;

        }

        .foot-suscribe li input[type="submit"]::before{

        content: '';

        position: absolute;

        left: 0;

        top: 50px;

        background: transparent;

        height: 50%;

        width: 100%;

        transform: perspective(1em)

        rotateX(40deg) scale(1, 0.35) ;

        filter: blur(8px);

        transition: 1s ease;

        }

        .foot-suscribe li input[type="submit"]::before{

        background-color: white;

        top: 25px;

        }

        .rights {

          background-color: black;

          color: white;

          font-size: 9px;

          padding:0 10px  0 0;

          text-align:right;

          padding-TOP: 10px;

          padding-right: 18px;

        }

      }

    

      

    



