*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body { width: 100%; height: auto; margin: 0; padding: 0;   color: #000; letter-spacing: 1px; font-family: 'Exo 2', sans-serif;
scroll-behavior: smooth; }
body { overflow-x: hidden !important; animation: fadein 2s; background: url("img/top.jpg") repeat-x ;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */ }
@keyframes fadein { from { opacity:0; } to { opacity:1;} }
@-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1;} }
@-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1;} }
@-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity:1;} }
h1, h2, h3, h4, h5, hr, a, li, p, button, img, header {  transition: all 0.3s;   }
h1, h2, h3, h4, h5 {  }
header { width: 100%; height: 90px; position: relative; bottom: 0; left: 0; z-index: 25; transition:all 0.9s ease; background:#000;  text-align: right; padding:20px 3% ;  }
section { width: 100%; min-height: 100vh; position: relative !important;  clear: both; padding: 120px 0 50px 0; overflow-x: hidden !important;  }
.logo { position: absolute; width: 190px; top: 15px; left: 20px; }
.burger { position: absolute; top: 10px; right: 20px; cursor: pointer;  width: 50px; height: 50px; display: none; }
.burger:hover { color:#ef7236 !important; font-weight: bold;  }
.open { font-family: 'Open Sans', sans-serif;  }
.light { font-weight: 400; }
.bold { font-weight: 700; }
header ul.men { width: 100%; padding: 20px 2.5% 0 0; }
header ul.men li { list-style: none; display: inline-block; vertical-align: top; margin: 0 10px; padding-left: 15px; cursor: pointer; overflow: hidden; background: url("img/arr.svg") no-repeat ; background-position:  -13px center ; background-size: 10px;  }
header ul.men li:hover { list-style: none; display: inline-block; vertical-align: top; margin: 0 10px; cursor: pointer; padding-left: 15px;  background: url("img/arr.svg") no-repeat center left; background-size: 10px;  }
header ul.men li a { color: #fff; text-decoration: none; font-size: 14px; line-height: 12px !important;   }
header ul.men li a:hover { color:#fcd82d; text-decoration: none; }

footer  { width: 100%; height: auto; background:#000 url("img/pattern.svg") no-repeat center right; background-size: 140px;  color:#fff; padding: 30px 0 90px 0; font-size: 12px; }
footer ul { text-align: left; padding: 0; width: 45%; display: inline-block; vertical-align: top; }
footer ul li { list-style: none; padding: 0; margin: 6px 0; list-style: none !important; display: block; }
footer ul li a { color:#fff; text-decoration: none  ; font-style: normal; font-size: 14px; font-weight: 700; }
footer ul li a:hover { color:#fdda2d;  font-style: normal; text-decoration: none; }
footer img { display: inline-block; margin-right: 1px;}
footer h3 { font-size: 22px; line-height: 26px; display: block; border-bottom: #fff solid 3px; text-align: left; margin-bottom: 25px; padding-bottom: 10px; }
footer h3 span { font-size: 18px; line-height: 26px;}

form {}
form .col-sm-6 { display: inline-block; vertical-align: top; width: 49%; margin-bottom: 10px; }
form .col-sm-12 { margin-bottom: 10px; }
textarea:focus, input:focus, option:focus, select:focus {
    outline: none;
}
label { margin-bottom: 10px; }
input, select, option { background: #ffda00; border: #000 solid 1px; margin-bottom: 10px; height: 30px; }
option {  }
option:hover {
      background-color: yellow !important;
    }
select {}
select hr { background: #000; margin: 10px 0; }
input[type=submit] { border: none; font-size: 18px; font-weight: 600; }
object { overflow: hidden; }




#captchaBackground {
    height: 22px;
    width: 250px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captchaHeading {
    color: white;
}

.cap_can { width:300px; height:30px; overflow:hidden; }

#captcha {
    height: 95px;
    width: 50%;
    font-size: 50px !important;
    letter-spacing: 3px;
    margin: auto;
    display: inline-block;
    padding: 0 !important;
    background-color: #000;
    text-align:  left !important;
    margin: -24px 0 0 0;
}



#submitButton {
    border: none; font-size: 18px; font-weight: 600; background: #ffda00; border: #000 solid 1px; margin-bottom: 20px; height: 30px; 
}

#refreshButton {
    border: none; font-size: 18px; font-weight: 600; background: #ffda00; border: #000 solid 1px; margin-bottom: 20px; height: 30px; 
}

#textBox {
    height: 25px;
}

.incorrectCaptcha {
    color: #FF0000;
}

.correctCaptcha {
    color: #2e6f1e;
}

.aviso a { color:#000; font-weight:700; text-decoration:none; }
.option:hover {
      background-color: yellow !important; color: green !important;
    }
.addpad { padding-top: 75px; }
.ajuste { padding-right: 10px; }
.fi {}
.fix { position: fixed; top:0; left:0px; }
#video{ width: 100%; height: 100vh; background:#000 ;  text-align: center; position: absolute; z-index: 100000000000000; transition: all 0.9s !important;  }
.quit { display: inline !important; }

#intro-david { width: 100%;  height: 90vh; position: relative; }
#david-valdez { padding: 70px 0; }
#david-valdez h1 { font-size: 25px; margin: 25px 0 75px 0; }
#david-valdez p { font-size: 16px; line-height: 29px; }
#david-valdez a { text-decoration: none; margin-right: 15px; color: #000; font-weight: 700;  }
#david-valdez a:hover { color: #ffda00; }
.txt-dv {  text-align: left !important; margin-top: 85px; display: inline-block; }
.txt-dv_ { display: none !important;  text-align: left !important; margin-top: 85px; }
p.last-p { margin-bottom: 150px; max-width: 450px; padding-right: 25px; }
#contacto { padding: 125px 0 70px 0; }
#contacto h3 { font-size: 25px;  margin: 0px 0 35px 0; }
#contacto .col-sm-4 { display: flex; justify-content: center; align-items: center;  }
#contacto .col-sm-4 .copy { display: block; min-width: 100% !important; font-size: 30px; line-height: 35px;  }
#contacto .col-sm-4 .copy img { margin-top: 25px;  }
#contacto hr { max-width: 850px; height: 1px; margin: 50px auto; background: #9d8602; }
#proyectos { padding: 75px 0;  }
#proyectos img { margin-bottom: 5px;  }
#proyectos h3 { font-size: 30px; font-weight: 300; text-transform: uppercase; }
#proyectos h2 { text-transform: uppercase; max-width: 400px; }
#proyectos p.open { max-width: 530px; font-size: 17px; margin: 50px 0; }
.bloque { padding: 75px 0; }
.bloque p { font-size: 22px; font-weight: 400;  }
.fila { width: 100%; min-height:60px ; /*display: flex; justify-content: center; align-items: center;*/ font-size: 16px; font-weight: 600; }
.proo { width: 45%; height: 48px;  display: inline-block; vertical-align: top; }
.lugar { width: 45%; height: 48px;  display: inline-block; vertical-align: top; }

.fila a { color:#000; text-decoration: none;  }

.proo b { font-weight: 700; }
#reconocimientos {  }
#reconocimientos .container .row hr { border-top: #000 solid 2px ; margin: 20px 0; }
#reconocimientos .container .col-sm-3 img { width:60%; }


.in-in { position:absolute; top:0px !important; width:70%; }

.pro_ { width: 30%; display: inline-block; vertical-align: top; margin: 20px 20px 10px 0; }
.pro_ h3 { font-weight: 700 !important; font-size: 14px !important; text-transform: uppercase; margin: 5px 0; color:#000 !important; }
.pro_ img { width: 100%; cursor: pointer; }
a:hover .pro_ img{ opacity: .5; }
.pro_ img.borde { border: #000 solid 1px; }
.hhr { border-top: #ffda00 solid 1px; padding-top: 50px; border-left: #fff solid 5px; width: 97%; margin: 0 auto !important;  }
.hhr img { margin-bottom: 25px; }
.davidv { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.carousel {  background: ; }
.carousel-cell {  width: 100%;  height: 90vh;  margin-right: 1px; }
.flickity-prev-next-button  { background: #ffda00 !important; fill: #000 !important; margin-top: 38vh; }
.flickity-prev-next-button.previous {
    left: auto !important;
    right: 70px !important ;
}

.flickity-prev-next-button.next {
    right: 20px !important ;
}
.slide1 { background: url("img/slide1.jpg") no-repeat center; background-size: cover; }
.slide2 { background: url("img/slide2.jpg") no-repeat center; background-size: cover; }
.slide3 { background: url("img/slide3.jpg") no-repeat center; background-size: cover; }
.slide4 { background: url("img/slide4.jpg") no-repeat center; background-size: cover; }
.slide5 { background: url("img/slide5.jpg") no-repeat center; background-size: cover; }
.copy { font-size: 33px; flex: ; }
#contacto { background: #ffda00; color: #040404; }
.form { font-size: 12px; }
.form a { color: #000; text-decoration: none ; font-weight: 700 !important;}
.dir { background: url('img/map-mark.png') no-repeat !important; padding-left: 25px; background-size: 20px auto !important;  } 
/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 15px;
  position: relative;
  margin: 1px 0 0 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 13px;
}

#nav-icon1 span:nth-child(3) {
  top: 26px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}



 
.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "";
  color: #000;
}
.submit__generated.valid .submit__input {
  border: 1px solid #000;
  color: #000 !important;
}
.submit__generated.unvalid:after {
  content: "";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
  display: inline-block;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
  display: none;
}

.submit {
  display: block;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #000;
  background-clip: padding-box;
  border-radius: 3px;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active, .submit.enter-press, .submit.overlay {
  margin: 5px 0 46px 0;
  box-shadow: none;
}

.submit__overlay {
  height: 50px;
  width: 110px;
  background-color: rgba(255, 218, 0, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}


@media only screen and (min-width: 1840px) {

}

@media only screen and (min-width: 1440px) {

}


@media only screen and (min-width: 1290px) {

p.last-p { margin-bottom: 90px; max-width: 450px; padding-right: 25px; }
}

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

}

@media only screen and (max-width: 960px) {
.proo { width:  100%  !important; height: auto; display: block; margin-bottom: 10px; }
.proo br { display: none; }
.proo b { display: block; height: auto;}
.lugar br { display: none; }
.lugar { width: 100% !important;; display: block; text-align: left;  margin-bottom: 10px; height: auto; padding-left: 18px;}
.fila a { width: 100% !important;; display: block; height: auto; text-decoration: none; color:#000; font-size: 14px; padding-left: 18px; margin-bottom: 25px; }
header { width: 100%; height: 140px; position: relative; bottom: 0; left: 0; z-index: 25; transition:all 0.9s ease; background:#000;  text-align: right; padding:20px 3% ;  }
header ul.men { width: 100%; padding: 70px 0 0 0; text-align: center !important; }
header ul.men li { list-style: none; display: inline-block; vertical-align: top; margin: 0 1px; padding-left: 5px; cursor: pointer; overflow: hidden; background: url("img/arr.svg") no-repeat ; background-position:  -13px center ; background-size: 10px;  }
header ul.men li a { color: #fff; text-decoration: none; font-size: 13px; line-height: 12px !important;   }
#intro-david { width: 100%; height:250px;  }
#reconocimientos .container .row hr { border-top: #000 solid 2px ; margin: 30px 0; }
#video{ width: 100%; height: 100vh; background:#000 url("img/top.jpg") no-repeat ;  text-align: center; position: absolute; z-index: 100000000000000; transition: all 0.9s !important;  }

.carousel-cell {  width: 100%;  height: 250px;  margin-right: 1px; }
.flickity-prev-next-button  { background: #ffda00 !important; fill: #000 !important; margin-top: 12vh; }
.flickity-prev-next-button.next { right: 10px; }
.fila {
    width: 100%;
    height: auto !important;
    display: inline-block !important;
    justify-content: none !important;
    align-items: none !important;
    font-size: 14px;
    font-weight: 700;
}

body { overflow-x: hidden !important; animation: fadein 2s; background: url("img/top.jpg") repeat-x ; background-size: auto 140px; }
input { width: 100%; }
form .col-sm-6 { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 10px; }
form .col-sm-12 { margin-bottom: 10px; width: 100%; }
footer .col-sm-2 img { width: 50% !important; margin-bottom: 50px; }
.fila { width: 100%; min-height:60px ; display: flex; justify-content: none; align-items: none; font-size: 14px; font-weight: 700; }
.pro_ {  width: 31%; display: inline-block; vertical-align: top;    margin: 10px 10px 10px 0; }
}

@media only screen and (max-width: 960px) {
.pro_ {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 10px 0;
}
/*
#reconocimientos span { display:none !important; } */
#intro-david { overflow: hidden; }
#video video { opacity: 0; } 
#video{ width: 100%; height: 100%; background: #000  url("video.gif") no-repeat center ; padding: 0%; text-align: center; 
  position: absolute;  transition: all 0.9s !important; }


.submit__overlay {
    height: 50px;
    width: 100% !important;
    background-color: rgba(255, 218, 0, 0.8);
    position: absolute;
    margin-top: -90px;
    margin-left: -5px;
}

}

@media only screen and (max-width: 550px) {
.txt-dv { text-align: left !important; margin-top: 85px; display: none !important; }
.txt-dv_ { text-align: left !important; margin-top: 85px; display: inline-block !important; }

.copy { font-size: 33px; line-height: 33px !important; }
.copy img { margin-top:25px !important; }
.form {
    font-size: 18px !important;
}
.form b {
    display:block !important;
}
footer {
    width: 100%;
    height: auto;
    background: #000 url(img/pattern.svg) no-repeat center right;
    background-size: 140px;
    color: #fff;
    padding: 30px 0 180px 0;
    font-size: 12px;
}
}
