@font-face {
  font-family: amalia;
  src: url(./fonts/Amalina.ttf);
}

@font-face {
  font-family: kiona;
  src: url(./fonts/KionaR.ttf);
}

@font-face {
  font-family: made;
  src: url(./fonts/MadeS.otf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Khula', sans-serif;
}

/* ------------------------------GENERAL-------------------------- */
body {
  background-color: #070707;
}

a {
  text-decoration: none;
}

/*header*/
.imgLogoMenu {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.bg-dark {
  background-color: transparent !important;
}

.div-navnbar {
  background-color: rgba(11, 11, 11, 0.851);
}

.divNavnbarIndex {
  border-bottom: 1px solid #fffdf76f;
}

ul.navbar-nav li a.nav-link {
  color: #e6e6e6 !important;
  font-size: 25px;
  line-height: 2;
  margin: 0 20px;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  text-transform: uppercase;
  margin-top: 15px;
}

ul.navbar-nav li a.nav-link:hover {
  color: #070707 !important;
  font-weight: bold;
}

.navbar-toggler {
  position: relative;
  right: 15px;
}

.divLogoEnc {
  padding-top: 400px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.imgLogoEncabezado {
  width: 600px;
  height: 70px;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}

/*footer*/
.footer-grid {
  background-color: black;
  margin-top: 30px;
}

.logoFooter {
  -o-object-fit: contain;
     object-fit: contain;
  height: 300px;
  background-image: url(./img/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contactFoo h6 {
  color: #ffffffcf;
  font-family: kiona;
  font-size: 30px;
  margin: 35px 0;
}

.contactFoo {
  text-align: center;
  color: #b6b6b6;
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  height: 300px;
}

.mapa {
  width: 100%;
  height: 300px;
}

.iconsStyle {
  font-size: 30px;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  font-weight: lighter;
  border-bottom: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
}

.iconsStyle a {
  color: #b6b6b6;
}

.iconsStyle a:hover {
  color: #fffdf76f;
  text-decoration: none;
}

.paragraphFooter {
  font-size: 20px;
  margin-top: 2%;
}

.foo {
  padding-top: 20px;
}

.fa-solid {
  color: white;
}

/* ------------------------------INDEX-------------------------- */
/* headerIndex */
.backHeaderIndex {
  height: 90vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.753)), to(rgba(0, 0, 0, 0))), url(img/bannerindex.JPG);
  background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url(img/bannerindex.JPG);
  background-size: cover;
  background-position: right;
}

/* mainIndex */
.sectionNosotros {
  padding: 100px;
  background: url(img/Nosotros.jpeg);
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.boxNosotros {
  position: relative;
  height: 400px;
  max-width: 600px;
  padding: 20px 50px;
  background: rgba(255, 253, 247, 0.436);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  overflow: hidden;
}

.boxNosotros .headingNosotros {
  margin: 0 0 20px;
  padding: 0;
  font-family: made;
  font-size: 48px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.912);
}

.boxNosotros .paragraphfoNosotros {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: "Roboto Flex", sans-serif;
}

.cardIndex {
  background-color: #070707;
}

.btnIndex {
  background-color: transparent;
  color: #ffffffcf;
  border: none;
  font-size: 25px;
  font-family: kiona;
  font-weight: lighter;
}

.btnIndex:hover {
  color: #fffdf76f;
}

video {
  width: 85vw;
}

.seccionDental {
  margin-top: 40px;
}

.jumbotronIndex {
  background-color: #070707;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.display-4Index {
  font-family: made;
  color: #ffffffcf;
  font-size: 60px;
}

.leadIndex {
  font-family: kiona;
  font-size: 40px;
  color: #4d4d4d;
}

.h2index {
  text-align: left;
  color: #e6e6e6;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  margin-top: -5%;
  margin-bottom: 15%;
  border-bottom: 1px solid #4d4d4d;
}

.textStudio h4, .textLab h4 {
  text-align: right;
  font-weight: 10;
  margin: 18px;
}

.textStudio, .textLab {
  font-size: 30px;
  padding: 30px;
  margin-top: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.textLab h4 {
  text-align: right;
  font-weight: 10;
  margin: 20px;
}

.sectionStudio {
  border-top: 1px solid #4d4d4d;
}

.sectionLab {
  border-top: 1px solid #4d4d4d;
  margin-top: 20px;
}

h4 a {
  color: #e6e6e6;
  font-family: "Roboto Flex", sans-serif;
}

h4 a:hover {
  color: #fffdf76f;
  text-decoration: none;
}

/* ------------------------------SERVICIOS-------------------------- */
/* headerServicios */
.backHeaderServicios {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.753)), to(rgba(0, 0, 0, 0))), url(img/navbarserv.jpeg);
  background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url(img/navbarserv.jpeg);
  background-size: cover;
  background-position: top;
}

/* mainServicios */
.display-4Serv {
  font-size: 50px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
}

.btnServ {
  padding: 5px;
  background-color: transparent;
  color: #4d4d4d;
  border: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.btnServ:hover {
  text-decoration: underline;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #e6e6e6;
}

.jumbotronServ {
  margin-top: 2rem;
  color: #e6e6e6;
  background-color: black;
  background-image: url(./img/medicinaEst.jpg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ {
  background-color: rgba(0, 0, 0, 0.616);
  color: #ffffffcf;
  font-family: "Roboto Flex", sans-serif;
  width: 50vw;
}

.jumbotronServ1 {
  margin-top: 2rem;
  color: #e6e6e6;
  background-image: url(./img/odontoEst.jpeg);
  background-position: center;
  background-size: cover;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ1 {
  background-color: transparent;
  color: #ffffffcf;
  font-family: "Roboto Flex", sans-serif;
  width: 35vw;
  border: none;
}

.jumbotronServ2 {
  margin-top: 2rem;
  color: #4d4d4d;
  background-color: #f3f3f3;
  background-image: url(./img/peri.jpeg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ2 {
  background-color: #f3f3f3;
  color: #4d4d4d;
  font-family: "Roboto Flex", sans-serif;
  width: 60vw;
  border: 0px;
}

.jumbotronServ3 {
  margin-top: 2rem;
  color: #e6e6e6;
  background-color: black;
  background-image: url(./img/dsd.jpeg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ3 {
  background-color: rgba(0, 0, 0, 0.616);
  color: #ffffffcf;
  font-family: "Roboto Flex", sans-serif;
  width: 50vw;
}

.jumbotronServ4 {
  margin-top: 2rem;
  color: #e6e6e6;
  background-color: black;
  background-image: url(./img/regene.jpeg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ4 {
  background-color: rgba(0, 0, 0, 0.836);
  color: #ffffffcf;
  font-family: "Roboto Flex", sans-serif;
  width: 50vw;
  text-align: left;
}

.jumbotronServ5 {
  margin-top: 2rem;
  color: #4d4d4d;
  background-color: white;
  background-image: url(./img/tecnologia.jpeg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardServ5 {
  color: #4d4d4d;
  font-family: "Roboto Flex", sans-serif;
  width: 50vw;
  border: 0px;
  background-color: #ffffffb7;
}

/* ------------------------------LABORATORIO-------------------------- */
/* headerLaboratorio */
.backHeaderLaboratorio {
  height: 85vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.753)), to(rgba(0, 0, 0, 0))), url(img/bannerLaboratorio.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url(img/bannerLaboratorio.jpg);
  background-size: cover;
  background-position: center;
}

/* mainLaboratorio */
.mockup img {
  width: 400px;
  height: 250px;
}

.carillas img {
  width: 400px;
}

.carillasCol img {
  height: 290px;
}

.sinmetal img {
  width: 500px;
}

.p-2 {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.color-c1 {
  color: #afafaf;
  border-bottom: 1px solid #afafaf;
  text-align: left;
  margin: 10px 30px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.color-c2 {
  color: #a1a1a1d9;
  border-bottom: 1px solid #a1a1a1d9;
  text-align: left;
  margin: 10px 30px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.color-c3 {
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  text-align: left;
  margin: 10px 30px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.color-c4 {
  color: #616161;
  border-bottom: 1px solid #616161;
  text-align: left;
  margin: 10px 30px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.color-c5 {
  color: #525252d9;
  border-bottom: 1px solid #525252d9;
  text-align: left;
  margin: 10px 30px;
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.rounded {
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.rounded:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* ------------------------------CONTACTO-------------------------- */
/* headerContacto */
.backHeaderContacto {
  height: 18vh;
  background-image: url(img/contacto.jpeg);
  background-size: cover;
  background-position: bottom;
}

/* mainContacto */
.grid-mainContacto {
  color: black;
  background-image: url(img/contacto.jpeg);
  background-size: cover;
  background-position: bottom;
  padding: 20px;
}

.formContacto {
  font-size: 30px;
  width: 600px;
  color: #e6e6e6;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.648);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

label {
  font-family: kiona;
}

.formContacto p {
  font-family: kiona;
}

.tituloContacto {
  color: #e6e6e6;
  text-align: center;
  font-size: 40px;
  font-family: kiona;
  margin-bottom: 10px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

input, textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  border: none;
  border-radius: 0.25rem;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

textarea {
  min-height: 100px;
  min-width: 200px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

#boton {
  background-color: #1a1a1a;
  color: #e6e6e6;
  padding: 15px;
  border: 2px solid white;
  border-radius: 5px;
  font-family: kiona;
}

#boton:hover {
  background-color: transparent;
}

/* ------------------------------TRABAJOS-------------------------- */
/* headerTrabajos */
.backHeaderTrabajos {
  height: 85vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.753)), to(rgba(0, 0, 0, 0))), url(img/car1.jpeg);
  background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url(img/car1.jpeg);
  background-size: cover;
  background-position: center;
}

.display-4Trabajos {
  font-family: amalia;
  color: #e6e6e6;
  font-size: 70px;
  padding-top: 10px;
  border-bottom: 1px solid #4d4d4d;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.cardTrabajos {
  height: 400px;
  background-image: url(./img/mockup2.jpeg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  border: 0px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardTrabajos1 {
  height: 400px;
  background-image: url(./img/car2.jpeg);
  background-size: cover;
  background-position: bottom;
  margin-top: 30px;
  border: 0px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardTrabajos2 {
  height: 400px;
  background-image: url(./img/resina.jpeg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  border: 0px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardTrabajos3 {
  height: 400px;
  background-image: url(./img/live.jpeg);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  border: 0px;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.cardText {
  border-radius: 0.25rem;
  background-color: #ffffff93;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  padding-top: 20px;
  text-align: center;
  color: #070707;
  overflow-y: auto;
}

.cardText:hover {
  opacity: 0.9;
}

.h5Trabajos {
  font-weight: lighter;
  font-size: 60px;
  font-family: "Roboto Flex", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #4d4d4d;
}

.pTrabajos {
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  margin-top: 30px;
}

/* ------------------------------MEDIA QUERIES-------------------------- */
@media (max-width: 992px) {
  .sectionNosotros {
    background: url(img/Nosotros2.jpeg);
    background-size: cover;
    background-position: bottom;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .boxNosotros {
    position: relative;
    height: 90%;
    padding: 20px;
    background: rgba(255, 253, 247, 0.436);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    overflow: auto;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    background-color: #0b0b0bd9;
  }
  ul.navbar-nav li a.nav-link {
    text-align: center;
  }
  /* index */
  .backHeaderIndex {
    height: 85vh;
  }
  .sectionNosotros {
    background: url(img/Nosotros2.jpeg);
    background-size: cover;
    background-position: bottom;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .boxNosotros {
    position: relative;
    height: 90%;
    padding: 20px;
    background: rgba(255, 253, 247, 0.436);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-animation: fadeInUp;
            animation: fadeInUp;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    overflow: hidden;
    margin: auto;
  }
  .sectionStudio {
    padding: 15px 0;
  }
  .sectionLab {
    padding: 15px 0;
  }
  .mapa {
    margin-top: 10px;
  }
  .contactFoo {
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
  }
  /* servicios */
  .jumbotronServ {
    background-position: center;
    background-size: cover;
  }
  .cardServ {
    background-color: rgba(0, 0, 0, 0.856);
    width: 100%;
  }
  .cardServ1 {
    background-color: #2a2529ad;
    width: 100%;
  }
  .cardServ2 {
    background-color: #f3f3f3b7;
    width: 100%;
  }
  .cardServ3 {
    width: 100%;
  }
  .jumbotronServ4 {
    background-position: center;
    background-size: cover;
  }
  .cardServ4 {
    width: 100%;
  }
  .jumbotronServ5 {
    background-position: center;
    background-size: cover;
  }
  .cardServ5 {
    width: 100%;
  }
  /* trabajos */
  .carousel-inner img {
    height: 80%;
  }
  .card-img {
    height: 300px;
  }
  /* contacto */
  .backHeaderContacto {
    height: 10%;
  }
  .formContacto {
    width: 80%;
  }
  .backHeaderTrabajos {
    position: relative;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    background-color: #0b0b0bd9;
    height: 65vh;
  }
  ul.navbar-nav li a.nav-link {
    text-align: center;
    font-size: 40px;
  }
  .div-navnbar {
    background-color: rgba(11, 11, 11, 0.514);
  }
  /* footer */
  .mapa {
    margin-top: 10px;
  }
  .contactFoo {
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
  }
  /* index */
  .backHeaderIndex {
    height: 80vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.753)), to(rgba(0, 0, 0, 0))), url(img/bannerindexr.jpeg);
    background: linear-gradient(rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0)), url(img/bannerindexr.jpeg);
    background-size: cover;
    background-position: center;
  }
  .sectionNosotros {
    height: 70vh;
  }
  .boxNosotros {
    height: 100%;
    text-align: center;
    padding-top: 30px;
  }
  /* servicios */
  .jumbotronServ {
    background-position: top;
  }
  .cardServ {
    text-align: left;
  }
  /* laboratorio */
  .backHeaderLaboratorio {
    height: 75vh;
  }
  .mainLab img {
    width: 350px;
  }
  .rounded {
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
  }
  .rounded:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /* trabajos */
  .backHeaderTrabajos {
    height: 75vh;
  }
  .cardText {
    border-radius: 0.25rem;
    background-color: #ffffff93;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0.7;
  }
  .pTrabajos {
    font-size: 16px;
    margin-top: 15px;
    color: #000000;
  }
  /* contacto */
  .formContacto {
    width: 100%;
  }
}
/*# sourceMappingURL=estilos.css.map */