* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans';
  font-size: 16px;
}

/* Header */
header {
  width: 100%;
  height: 650px;
  background-image: url(img/imgd.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

header .textos {
  margin-top: 152px;
}

header .titulo {
  font-size: 85px;
}

header .subtitulo {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 32px;
}

header .boton {
  display: inline-block;
  padding: 6px;
  width: 128px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
}

.sesgoabajo {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 35vh 100vw;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.sesgoarriba {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 35vh 100vw 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.contenedor {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 52px 0;
}

/* Main */
.sobre-nosotros {
  text-align: center;
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 600;
}

.slogan {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}

.parrafo {
  margin-bottom: 13px;
  font-weight: 300;
  text-align: justify;
  line-height: 24px;
  color: #181010;
}

.acerca-de .boton {
  display: inline-block;
  padding: 6px;
  width: 128px;
  font-weight: 300;
  border: 1px solid rgba(24, 16, 16, 0.7);
  color: #181010;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  margin-top: 24px;
}

.galeria {
  width: 100%;
  height: 100%;
  background-image: url(img/imgd.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.imagenes {
  width: 20%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.imagenes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.encima {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.815);
}

.encima h2 {
  position: relative;
  top: 45%;
  text-align: center;
  color: #fff;
}

.encima div {
  position: relative;
  display: block;
  top: 46%;
  width: 40px;
  height: 5px;
  background: #fff;
  margin: auto;
}

.cards {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.profile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.contact{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: center;
  
}
 .pro {
   margin-left: 2%;
 }
.card {
  margin: 20px 0;
  width: 30%;
  height: 250px;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(52, 73, 94, 0.849);
          box-shadow: 0px 0px 4px 0 rgba(52, 73, 94, 0.849);
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 75%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.copyCorr{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: center;
  margin-top: 3%;
}

.cards img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.proyRe {
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2%;
  color: black;
}

.proyRe2 {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2%;
  color: black;
  margin-top: 5%;
}

.proyRe3 {
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2%;
  color: black;
  margin-top: 5%;
}

.proyRe4 {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2%;
  color: black;
  margin-top: 5%;
}

.proyRe4 img {
  width: 50%;
  height: 50%;
  border-radius: 5%;
}

.proyRe3 img {
  width: 50%;
  height: 50%;
  border-radius: 5%;
}

.proyRe2 img {
  width: 50%;
  height: 50%;
  border-radius: 5%;
}

.proyRe img {
  width: 50%;
  height: 50%;
  border-radius: 5%;
}

.zoom {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.zoom:hover {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}
 svg {
  fill: grey;

}
svg:hover{
  fill: #fff;
  transition: ease 0.5s;
  cursor: pointer;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@-webkit-keyframes mover2 {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes mover2 {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@-webkit-keyframes mover3 {
  0% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes mover3 {
  0% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}


@-webkit-keyframes mover4 {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes mover4 {
  0% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}


.fondo {
  height: 300px;
  position: relative;
  /*background-image: url(fondo.png);*/
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  padding-top: 130px;
}

.sesgoabajo-unico {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 35vh 100vw;
  border-style: solid;
  border-color: transparent transparent #2c3e50 transparent;
}

.titulo-patrocinadores,
.subtitulo-patrocinadores {
  color: #fff;
  text-align: center;
}

.titulo-patrocinadores {
  font-size: 56px;
  margin-top: 48px;
}

.subtitulo-patrocinadores {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 64px;
}

.clientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cliente {
  width: 30%;
}

.cliente img {
  width: 100%;
}

/* Footer */
footer {
  background: #2c3e50;
  height: auto;
}

.titulo-footer,
.subtitulo-footer {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 56px;
}

.subtitulo-footer {
  font-size: 16px;
  margin-bottom: 64px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
}

input[type="text"],
input[type="email"] {
  display: inline-block;
  width: 48%;
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'open sans';
  background: rgba(37, 37, 33, 0.7);
  margin-bottom: 16px;
  border-top: 5px solid rgba(37, 37, 33, 0.7);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-top: 5px solid rgba(255, 255, 255, 0.7);
}

textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 200px;
  min-height: 200px;
  background: rgba(37, 37, 33, 0.7);
  padding: 13px;
  border: none;
  color: #fff;
  font-family: 'open sans';
  margin-bottom: 16px;
}

input[type="submit"] {
  display: inline-block;
  padding: 13px;
  border: none;
  color: #fff;
  background: rgba(37, 37, 33, 0.7);
  width: 96px;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .card {
    width: 48%;
  }
}

@media screen and (max-width: 800px) {
  .sesgoabajo{
    margin-bottom: -20%;
  }
  .sesgoarriba{
    margin-top: -20%;
  }
  .sesgoabajo-unico{
    margin-bottom: -20%;
  }
  .proyRe{
    flex-direction: column;
    margin-right: 15%;
    margin-left: 15%;
  }
  .proyRe, .proyRe2, .proyRe3, .proyRe4, p{
    margin-bottom: 5%;
    font-size: larger;
  }
  .proyRe, .proyRe2, .proyRe3, svg{
    fill:black;
  }
  .proyRe2{
    flex-direction: column-reverse;
    margin-right: 15%;
    margin-left: 15%;
  }
  .proyRe3{
    flex-direction: column;
    margin-right: 15%;
    margin-left: 15%;
  }
  .proyRe4{
    flex-direction: column-reverse;
    margin-right: 15%;
    margin-left: 15%;
  }
  .zoom:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .imgCntr{
    margin-bottom: 2%;
  }
  
}

@media screen and (max-width: 610px) {
  header .textos {
    margin-top: 130px;
  }
  header .titulo {
    font-size: 75px;
  }
  .none {
    display: none;
  }
  .imagenes {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .card {
    width: 90%;
  }
  .fondo {
    height: auto;
  }
  .especial {
    display: none;
  }
  .cliente {
    width: 90%;
    height: 200px;
    margin-bottom: 50px;
  }

}

@media screen and (max-width: 500px){
  .sesgoabajo{
    margin-bottom: -40%;
  }
  .sesgoarriba{
    margin-top: -45%;
  }
  .sesgoabajo-unico{
    margin-bottom: -40%;
  }
}

@media screen and (max-width: 380px) {
  header .textos {
    margin-top: 100px;
  }
  header .titulo {
    font-size: 65px;
  }
  header .subtitulo {
    font-size: 25px;
    margin-bottom: 32px;
  }
  .sobre-nosotros {
    font-size: 46px;
  }
  .slogan {
    font-size: 20px;
  }
  .titulo-patrocinadores {
    font-size: 46px;
  }
  .subtitulo-patrocinadores {
    font-size: 20px;
  }
  /*New*/
  .sesgoabajo{
    margin-bottom: -30%;
  }
  .sesgoarriba{
    margin-top: -35%;
  }
  .sesgoabajo-unico{
    margin-bottom: -30%;
  }
  .proyRe{
    flex-direction: column;
  }
  .proyRe2{
    flex-direction: column-reverse;
  }
  .proyRe3{
    flex-direction: column;
  }

}


/*# sourceMappingURL=estilo.css.map */