/* fonts */
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGIVzY4SY.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffGjEGItzYw.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
    url(https://fonts.gstatic.com/s/titilliumweb/v8/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300');

/* Base Styles
********************************************************************* */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Helvetica', Courier, monospace;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
/* Grid
********************************************************************* */
.container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.botonImagen {
  cursor: pointer;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 768px */
@media (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 29.49999983332%;
    position: relative;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 22%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Typography
********************************************************************* */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

p {
  margin-top: 0;
}
/* Links
********************************************************************* */
a {
  color: #1eaedb;
}
a:hover {
  color: #0fa0ce;
}
/* Header Section
********************************************************************* */

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff -80%, #000000 100%);
  background: -webkit-linear-gradient(-45deg, #ffffff -80%, #000000 100%);
  background: linear-gradient(135deg, #ffffff -80%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
  /* background: rgb(0,0,0);
	background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 46%, rgba(0,0,0,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 46%, rgba(0,0,0,1) 100%);
	background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(85,85,85,1) 46%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
}
.imagenBackgroundContenedor {
  margin-top: 30px;
  margin-left: -100px;
  height: 510px;
  width: 510px;
}
.imagenBackground {
  background-image: url('https://www.n3k3.com/media/lampara.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  width: 500px;
  z-index: 20;
}
.heading {
  text-shadow: 16px 14px 16px #000;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transform: rotate(-0.0002deg);
}

@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400);

.resaltar {
  color: rgb(255, 64, 86);
}
.n3k3 {
  font-family: 'Titillium Web', sans-serif !important;
  font-style: italic;
  color: #1ab188;
  font-weight: bold;
}
.title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2rem;
  max-width: 960px;
  text-align: center;
}
.title .smallsep {
  background: #fff;
  height: 2px;
  width: 70px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title h1 {
  font-size: 180px;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  /* text-transform: uppercase; */
  line-height: 0.85;
  margin-bottom: 28px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.title h2 {
  color: #ffffff;
  font-size: 27.5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 50px;
  -webkit-text-stroke: 0.55px;
}

@media only screen and (max-height: 700px) {
  .title h1 {
    font-size: 150px;
  }
}
.title p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 150%;
}

@media only screen and (max-width: 500px) {
  .title h1 {
    font-size: 150px;
  }
}
.title .icon {
  color: #ffffff;
  font-size: 50px;
}
.main_nav {
  position: fixed;
  top: 0px;
  max-height: 50px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}
.titulo {
  display: none;
}
.open-nav {
  max-height: 400px !important;
}
.sticky {
  background-color: #000;
  opacity: 1;
  top: 0px;
}
nav {
  width: 100%;
  margin-top: 5px;
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
}
/* media queries para empezar a mover la lampara */
@media only screen and (max-width: 1662px) {
  .imagenBackgroundContenedor {
    position: inherit;
    margin: 30px;
    transition: 1s;
  }
}
@media only screen and (min-width: 1663px) {
  .imagenBackgroundContenedor {
    position: inherit;
    transition: 1s;
  }
}
/* media queries para empezara mover el texto h1, h2 */
@media only screen and (max-width: 993px) {
  .imagenBackgroundContenedor {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
  }
  .title {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .titulo {
    display: block;
    font-family: 'Titillium Web', sans-serif !important;
    font-style: italic;
    color: #1ab188;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: -15px;
    width: 100%;
  }
  .main_nav {
    padding-top: 25px;
    content: 'sdaads';
  }
  nav {
    width: 100%;
    margin-top: 5px;
  }
  nav ul {
    padding-top: 0px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
  }
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    margin-left: 0px !important;
    line-height: 52px !important;
  }
  nav ul li:first-child {
    margin-top: 70px;
    border-top: 1px solid #494a5a;
  }
  .mobile-toggle {
    display: block !important;
    margin: 1% 0;
  }
  .modal {
    padding: 0 !important;
    height: 100% !important;
  }
  .slide1,
  .slide2 {
    margin-top: 50%;
  }
  .previous,
  .next {
    margin-top: 25% !important;
    top: 40% !important;
  }
  .close {
    color: white;
    position: absolute;
    top: 80px;
    right: 345px;
    font-size: 35px;
    font-weight: bold;
    z-index: 20;
    margin: 20px;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  letter-spacing: 1px;
}
nav ul a {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
nav ul a:hover {
  color: #666464;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  background: #ffffff;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}
.smoothscroll {
  outline: none;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
/* nosotros Section
********************************************************************* */

#nosotros {
  padding: 100px 0 50px 0;
}
/* Team Section
********************************************************************* */
#team {
  padding: 50px 0 100px 0;
}
#team .icon {
  font-size: 26px;
}
/* Services Section
********************************************************************* */
#planes {
  padding: 150px 0 100px 0;
}

a2 {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #fafafa;
  -webkit-box-shadow: 0 0 6px #007eff;
  -moz-box-shadow: 0 0 5px #007eff;
  box-shadow: 0 0 5px #007eff;
  outline: none;
}

sup {
  font-size: 40px;
}

ul {
  list-style: none;
  font-size: 15px;
  color: rgb(255, 255, 255);
  padding: 0px;
  margin: 0px;
  font-family: 'Titillium Web', sans-serif;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
li {
  border-bottom: 1px solid #494a5a;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  list-style: none;
}
li:last-child {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-bottom: none;
}
li i {
  color: rgb(88, 202, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 0.45px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
  font-size: 20px;
}
#container {
  width: 100%;
  text-align: center;
}
.whole {
  display: inline-block;
  margin-right: 10px;
}
.agarrar {
  -webkit-box-shadow: 17.5px 17.5px 7.5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 17.5px 17.5px 7.5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 17.5px 17.5px 7.5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
.type {
  width: 320px;
  border-radius: 5px 5px 0px 0px;
  background: rgb(0, 0, 0);
  /* anterior en 46% */
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 62px;
  border-bottom: 3px solid #1d6ce4;
}
.type p {
  letter-spacing: 0.1rem;
  font-weight: auto;
  font-family: 'Verdana';
  font-size: 25px;
  /* text-transform: uppercase; */
  color: white;
  text-align: center;
  padding-top: 10px;
}
.plan {
  width: 320px;
  background-color: #636363;
  border-radius: 0px 0px 5px 5px;
  font-style: condensed;
  font-size: 90px;
  color: white;
  text-align: center;
}
.standard {
  border-bottom: 3px solid #d69744;
}
.ultimate {
  border-bottom: 3px solid #c95757;
}
.asesoramientoTab {
  border-bottom: 3px solid #1daa4c;
}

.header {
  border-bottom: 1px solid #494a5a;
  padding-bottom: 5px;
  padding-top: 5px;
}

.header span {
  font-size: 32px;
}

.month {
  font-size: 14px;
  color: #fff;
  padding: 0px;
  margin: -10px;
}

.price {
  height: 80px;
}

.cart {
  color: white;
  position: relative;
  top: 16px;
}

.top {
  margin-top: 35px;
}

.nodisplay {
  opacity: 0.1;
}

.selected {
  background-color: #292929;
  margin: 0px;
  padding: 0px;
}
.plimg {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 150px;
}
/* servicios Section
********************************************************************* */
#servicios {
  padding: 100px 0 100px 0;
  background-color: #f5f5f5;
}
/* clientes Section
********************************************************************* */
#clientes {
  padding: 100px 0 100px 0;
  background-color: #f5f5f5;
}
/* contacto section */
#contacto {
  padding: 100px 0 100px 0;
  background-color: #f5f5f5;
}
.image {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
.gallery:hover .image {
  opacity: 0.6;
  transition: 0.3s;
  color: white;
}
.gallery:hover .textoImagen {
  opacity: 1;
  transition: opacity 0.3s;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.875);
  font-weight: bold;
  font-size: 24px;
  font-family: 'Titillium Web', sans-serif !important;
  cursor: pointer;
}
.textoImagen {
  opacity: 0;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Footer Section
********************************************************************* */
footer {
  min-height: 120px;
  padding: 40px 0 40px 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  box-sizing: border-box;
}
footer p {
  color: #ffffff;
  margin: 20px 0 0 0;
}
.socialIcons {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.7);
}

/* Lists
********************************************************************* */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Spacing
********************************************************************* */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
********************************************************************* */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Clearing
********************************************************************* */
.container:after,
.row:after,
.u-cf {
  content: '';
  display: table;
  clear: both;
}
/* Misc
********************************************************************* */

.icon {
  padding-right: 10px;
  color: #000000;
}
.block {
  width: 70px;
  height: 2px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(85, 85, 85, 1) 46%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  margin-bottom: 50px;
}
.preview {
  width: 100%;
}
.col {
  float: left;
  width: 33.3%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 10px 62px 0px 62px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 92%;
  background-color: black;
  transition: opacity 1s ease-out;
  opacity: 0;
  overflow: auto;
}
.mostrar {
  transition: opacity 1s ease-out;
  opacity: 1;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 0 0 0;
  width: 80vw;
  max-width: 1000px;
}
.slide1,
.slide2 {
  display: none;
  position: relative;
}
.image-slide {
  width: 100%;
}
.modal-preview1,
.modal-preview2 {
  width: 100%;
}
.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
img.preview,
img.modal-preview1,
img.modal-preview2 {
  cursor: pointer;
  opacity: 0.7;
}
img.active,
.preview:hover,
.modal-preview1:hover,
.modal-preview2:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.close {
  color: white;
  position: absolute;
  top: 80px;
  right: 345px;
  font-size: 35px;
  font-weight: bold;
  z-index: 20;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.255);
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.previous:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* css para los caption de las imagenes de clientes */
.imagenCaption {
  position: absolute;
  width: 100%;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 1s;
}
.imagenCaption:hover {
  opacity: 0;
  transition: opacity 1s;
}
.captionTexto {
  position: static;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2vh;
  color: white;
  margin: 1% 0;
  padding: 1% 0;
}
/* .imagenCaption:hover .captionTexto, .imagenCaption.hover .captionTexto {
	visibility: hidden;
} */
/* media queries para mover el close dentro del modal */
@media only screen and (max-width: 1644px) {
  .close {
    color: white;
    position: absolute;
    top: 80px;
    left: auto;
    right: auto;
    font-size: 35px;
    font-weight: bold;
    z-index: 20;
  }
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
}
