/*FONTS*/

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
      url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GalanoGrotesque';
  src: url('fonts/GalanoGrotesque-ExtraBold.woff2') format('woff2'),
      url('fonts/GalanoGrotesque-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GalanoGrotesque';
  src: url('fonts/GalanoGrotesque-Medium.woff2') format('woff2'),
      url('fonts/GalanoGrotesque-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*GENERAL*/

html {
  scroll-behavior: smooth;
}

body {
  background: #1e144d;
  color: white;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: 'GalanoGrotesque';
  font-weight: 800;
  font-style: normal;
}

.btn-primary {
  background: #28e5b4;
  color: #1e144d;
  border-radius: 0;
  border: 0;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

/*NAVBAR*/

.bg-dark {
  background-color:  #1e144d !important;
}

nav .redes a {
  margin: 0 5px;
}

nav .redes a img {
  max-height: 17px;
}

nav .language {
  background: #28e5b4;
  margin-left: 20px;
  height: 31px;
}

nav .language a {
  color: #002256 !important;
  padding: 5px 10px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding: 3px 10px;
}

/*NOSOTROS*/

.background1 {
  background: url("img/nosotros-bg2.jpg");
  background-size: cover;
  background-position: center top;
  padding-top: 230px;
}

#nosotros h1 {
  margin-bottom: 40px;
  margin-top: -32px;
  font-size: 46px;
  line-height: 50px;
}

#nosotros h1 span {
  color: #28e5b4;
}

#nosotros h2 {
  color: #28e5b4;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
  margin-top: 220px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#nosotros .hands {
  background: url(img/handss.png);
  background-size: cover;
  width: 950px;
  height: 580px;
  position: absolute;
  right: 0;
  float: right;
  top: 739px;
}

#nosotros .email-link {
  margin: 10px;
}

#nosotros button {
  margin-top: -9px;
}

/*SERVICIOS*/

#servicios .servicio {
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  color: #3d3d3d;
  padding: 20px;
  min-height: 210px;
  cursor: pointer;
}

#servicios .servicio:hover {
  background: #1e144d;
  color: white;
}

#servicios .servicio:hover h3 {
  color: #76eecf !important;
}

#servicios h2 {
  font-size: 50px;
  border-left: 20px solid #28e5b4;
  padding-left: 15px;
  line-height: 50px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  margin-top: 150px;
}

#servicios .servicio img {
  max-height: 80px;
  margin-bottom: 20px;
}

#servicios .servicio h3 {
  color: #1c0c4d;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
}

#servicios .servicio ul {
  padding: 0;
}

#servicios .servicio ul li {
  list-style: none;
  font-size: 14px;
}

#servicios2 {
  color: #28e5b4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 15px;
  background: url(img/servicios2-bg.jpg) fixed;
  background-size: cover;
  background-position: center right;
  margin-top: -90px;
  padding: 210px 0 120px;
}

#servicios2 h2 {
  font-size: 50px;
  border-left: 20px solid #28e5b4;
  padding-left: 15px;
  line-height: 50px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  text-align: left;
  text-transform: initial;
  position: inherit;
}

#servicios2 .cubo {
  background: #1e144d;
  width: 120px;
  height: 196px;
  position: absolute;
  top: -10px;
  left: -20px;
}

#servicios2 ul li {
  color: white;
  text-transform: initial;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 18px;
  list-style: none;
}

#servicios2 ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #28e5b4; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/*PLANES*/

#planes {
  background: #180f42;
  text-align: center;
  padding: 100px 0;
}

#planes h2 {
  color: #28e5b4;
}

#planes p {
  margin: 20px 0 50px;
  font-size: 15px;
}

#planes p a {
  color: #28e5b4;
  text-decoration: underline;
}

#planes .plan {
  border-radius: 10px;
  padding: 50px 20px;
  margin-bottom: 20px;
}

#planes .plan h3 {
  color: #28e5b4;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

#planes .plan img {
  max-height: 70px;
  margin-bottom: 20px;
}

#planes .plan ul {
  padding: 0;
}

#planes .plan ul li {
  list-style: none;
}

#planes .plan1 {
  background: #574d8c;
}

#planes .plan2 {
  background: #302567;
}

#planes .plan3 {
  background: #1e144d;
}

#planes .plan span {
  color: #28e5b4;
  font-size: 25px;
}

/*CLIENTES*/

#clientes {
  background: #1e144d;
  text-align: center;
  padding: 90px 0;
}

#clientes h2 {
  color: #28e5b4;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 23px;
  margin-bottom: 70px;
}

#clientes img {
  max-height: 115px;
  padding: 13px;
  vertical-align: middle;
  margin-bottom: 20px;
}

/*PROYECTOS*/



#proyectos h2 {
  color: #28e5b4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 21px;
}

#proyectos h3,
.modal-body h3 {
  color: #28e5b4;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  font-size: 21px;
}

#proyectos h4,
.modal-body h4 {
  text-align: center;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}

#proyectos .proyecto {
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;

}

#proyectos .text {
  display: none;
}

#proyectos .p1 {
  background: url("img/proyectos/1-thumb.jpg");
}

#proyectos .Portfolio:hover .p1 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/1-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p2 {
  background: url("img/proyectos/2-thumb.jpg");
}

#proyectos .Portfolio:hover .p2 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/2-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p3 {
  background: url("img/proyectos/3-thumb.jpg");
}

#proyectos .Portfolio:hover .p3 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/3-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p4 {
  background: url("img/proyectos/4-thumb.jpg");
}

#proyectos .Portfolio:hover .p4 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/4-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p5 {
  background: url("img/proyectos/5-thumb.jpg");
}

#proyectos .Portfolio:hover .p5 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/5-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p6 {
  background: url("img/proyectos/6-thumb.jpg");
}

#proyectos .Portfolio:hover .p6 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/6-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p7 {
  background: url("img/proyectos/7-thumb.jpg");
}

#proyectos .Portfolio:hover .p7 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/7-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p8 {
  background: url("img/proyectos/8-thumb.jpg");
}

#proyectos .Portfolio:hover .p8 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/8-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p9 {
  background: url("img/proyectos/9-thumb.jpg");
}

#proyectos .Portfolio:hover .p9 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/9-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p10 {
  background: url("img/proyectos/10-thumb.jpg");
}

#proyectos .Portfolio:hover .p10 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/10-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p11 {
  background: url("img/proyectos/11-thumb.jpg");
}

#proyectos .Portfolio:hover .p11 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/11-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .p12 {
  background: url("img/proyectos/12-thumb.jpg");
}

#proyectos .Portfolio:hover .p12 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/12-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .Portfolio:hover .p6 {
  background: linear-gradient(90deg,#160c49,#02678c), url(img/proyectos/6-thumb.jpg);
  background-blend-mode: multiply;
}

#proyectos .Portfolio {
  position: relative;
  margin: 0;
  border: 0;
  float: left;
  width: 25%;
  transition-duration: 0.4s;
  border-radius: 0;
  animation: winanim 0.5s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  /* box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 5px 8px 0 rgba(0,0,0,.14), 0 1px 14px 0 rgba(0,0,0,.12);*/
}

#proyectos .Portfolio:hover > .text {
  display: block;
  margin-top: -160px;
  margin-bottom: 109px;
}

#proyectos .Portfolio:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

#proyectos .Portfolio img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

#proyectos .desc {
  padding: 5px;
  text-align: center;
  font-size: 90%;
  background:black;
  color:hotpink
}

#proyectos .nav {
  padding:20px;
  margin-top:-30px;
  background: white;
}

#proyectos .nav li a { 
  margin: 5px;
  padding: 5px 10px;
  font-size: 16px;
  color: #3d3d3d;
  transition-duration: 0.4s;
}
#proyectos .nav a:hover { 
  background:#fff; 
}
#proyectos .nav .active { 
  background-color: white !important;
  color: #1e144d;
}

@keyframes winanim {
  0%{opacity:0;transform:scale3d(.3,.3,.3)}
  50%{opacity:1}
  
}

.modal-header .close {
  position: fixed;
  top: 10px;
  right: 20px;
  color: white;
  opacity: 1;
  font-size: 40px;
}

.modal-header {
  border: none;
}

.modal-content {
  background-color: transparent !important;
}

.modal-backdrop {
    opacity:0.8 !important;
    background: #1e144d;
}

/*CONTACTO*/

#contacto {
  border-top: 7px solid #28e5b4;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("img/contacto-bg.jpg") fixed;
  background-size: cover;
  background-position: center center;
}

#contacto h2 {
  color: #28e5b4;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

#contacto h2 span {
  color: #bebfc0;
  display: block;
  font-size: 15px;
}

#contacto ul {

}

#contacto ul li {
  list-style: none;
  margin-top: 30px;
}

#contacto ul li img {
  padding: 10px;
  position: absolute;
  margin-left: -44px;
}

#contacto .social a {
  margin: 0 8px;
}

#contacto input,
#contacto textarea {
  background: #1c0c4d;
  border: 0;
  border-radius: 0;
  color: #28e5b4;
}

#contacto input[type="submit"] {
  background: #28e5b4;
  color: #1c0c4d;
  float: right;
  padding: 6px 20px;
}

::placeholder {
  color: #28e5b4 !important;
}

/*FOOTER*/

footer {
  background: #ececed;
  color: #20154f;
  padding: 60px 0 120px;
}

footer hr {
  max-width: 20px;
  margin: 20px 0 15px;
  border-top: 1px solid #b1b2b2;
}

footer h2 {
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

footer p {
  font-size: 14px;
}

footer a {
  font-size: 14px;
  display: block;
}

@media screen and (max-width:576px) {

  #servicios .servicio {
    margin-bottom: 20px;
    min-height: initial;
  }

  #proyectos .Portfolio {
    width: 50%;
  }

  #contacto .social {
    margin-bottom: 60px;
  }

  #proyectos .nav {
    margin-top: 10px;
  }

  #servicios2 {
    background: url(img/servicios2-bg.jpg);
    background-size: cover;
    background-position: center left;
  }

}