* { outline: none !important; }
html, body { height: 100%; width: 100%; }
body { background: #FFF; color: #333; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; }

a, a:hover, a:visited, a:focus { cursor: pointer; text-decoration: none; }

.container { max-width: 1300px; }

header { left: 0; padding: 30px 40px; position: absolute; top: 0; width: 100%; z-index: 3; }
header button { background: transparent; border: none; display: none; float: right; padding: 0; width: 35px; }
header button span { background: #000; display: block; height: 2px; margin-bottom: 4px; width: 100%; }
header button span:first-child { margin-left: 50%; width: 50%; }
header button span:nth-child(2) { margin-left: 25%; width: 75%; }
header nav { font-size: 14px; font-weight: 700; margin-top: 9px; text-transform: uppercase; }
header nav button { display: none; float: none; height: 35px; margin-bottom: 35px; }
header nav button span:first-child { margin: 0; transform: rotate(45deg); width: 100%; }
header nav button span:last-child { margin: -1px 0 0; transform: rotate(-45deg); width: 100%; }
header nav a { color: #000; margin-left: 20px; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
header nav a:hover { color: #4a73ab; }


.bt { border: 2px solid; border-radius: 25px; display: inline-block; font-size: 16px; font-weight: 800; line-height: 46px; padding: 0 45px; text-transform: uppercase; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }


#home { background: url(../img/home-bg.svg) no-repeat right top; background-size: 100% auto; padding-top: 120px; }
#home h1 { font-size: 60px; font-weight: 400; line-height: 1; margin-top: 170px; }
#home h1 span { color: #4a73ab; font-weight: 800; }
#home h1:after { background: #e3b142; content: ''; display: block; height: 3px; margin: 20px 0 50px; width: 115px; }
#home p { font-size: 21px; margin-bottom: 35px; }
#home .bt { background: #e3b142; border-color: #e3b142; color: #000; }
#home .bt:hover { background: #FFF; color: #e3b142;  }
#home .play { background: #4a73ab; border-radius: 50%; display: block; height: 98px; margin: -22% 0 0 22%; position: relative; width: 98px; }
#home .play img { display: block; float: left; margin: 23px 0 0 34px; width: 41px; }


#video { margin-top: 80px; padding: 80px 0 0; }
#video .embed-responsive { border-radius: 30px; box-shadow: 0 0 30px rgba(0,0,0,.05); }


.bg2 { background: url(../img/bg2.svg) no-repeat left bottom; background-size: auto 100%; }


#quienes-somos { margin-top: 110px; padding-top: 110px; }
  #quienes-somos h2 { color: #4a73ab; font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 70px; }
  #quienes-somos p { line-height: 1.7; }
  #quienes-somos .bt { background: #e3b142; border-color: #e3b142; color: #000; }
  #quienes-somos .bt:hover { background: #FFF; color: #e3b142;  }


#pilares { background: url(../img/bg2.svg) no-repeat left top; padding: 300px 0 465px; }
  #pilares h3 { color: #4a73ab; font-size: 60px; font-weight: 700; line-height: 1; margin: 90px 0 30px;  }
  #pilares p { margin-bottom: 30px; }
  #pilares .bt { background: #000; border-color: #000; color: #FFF; }
  #pilares .bt:hover { background: #FFF; color: #000; }
  #pilares .box { background: #FFF; border-radius: 30px; box-shadow: 0 0 30px rgba(0,0,0,.05); font-weight: 700; line-height: 1.2; margin-bottom: 30px; position: relative; text-transform: uppercase; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
  #pilares .box:hover { background: #e2be2b; }
  #pilares .b1, #pilares .b2 { font-size: 24px; }
  #pilares .b3, #pilares .b4, #pilares .b6 { font-size: 20px; }
  #pilares .b5 { font-size: 18px; }
  #pilares .b1 span { top: 43%; }
  #pilares .b2 span { top: 37%; }
  #pilares .b3 span, #pilares .b4 span, #pilares .b6 span { top: 38%; }
  #pilares .b5 span { top: 46%; }
  #pilares .box span { color: #000; left: 0; position: absolute; text-align: center; width: 100%; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
  #pilares .box:hover span { color: #FFF; }


#contacto { margin: -180px 0 0; padding-top: 60px; }
  #contacto h3 { color: #4a73ab; font-size: 60px; font-weight: 700; line-height: 1; margin-bottom: 130px; text-align: center; text-transform: uppercase; }
  #contacto iframe { border-radius: 60px 0 0 60px; }
  #contacto .bt { background: #000; color: #FFF; }
  #contacto .bt:hover { background: #FFF; color: #000; }
  #contacto form { margin: 70px 0; }
  #contacto form input, #contacto form textarea { background: #EEE; border: none; border-radius: 25px; height: 50px; padding: 0 20px; width: 100%; }
  #contacto form textarea{ height: 120px; padding: 20px; } 
  #contacto form .bt { background: #e3b142; border-color: #e3b142; color: #000; }
  #contacto form .bt:hover { background: #FFF; color: #e3b142; }
  #contacto strong { font-weight: 700; }
  #contacto .col-sm-6:last-child { padding-right: 0; }
  #contacto form .col-sm-6:last-child { padding-right: 15px; }

footer { border-top: 1px solid #CCC; font-size: 12px; margin-top: 150px; padding: 50px 0; }
footer nav a { color: #333; text-transform: uppercase; }
footer nav a img { margin-left: 10px; margin-top: -3px; }


.section { background: url(../img/home-bg.svg) no-repeat right -130px; background-size: 100% auto; }
#headSection { padding-top: 100px; }
#headSection h1 { font-size: 90px; font-weight: 400; line-height: 1; margin-top: 70px; }
#headSection h1 span { color: #4a73ab; font-weight: 800; }
#headSection h1:after { background: #e3b142; content: ''; display: block; height: 3px; margin: 20px 0 50px; width: 115px; }
.section article { margin-bottom: 80px; }
.section article p, .section article ul { line-height: 1.7; margin-bottom: 25px; }
.section article ul { list-style: none; padding: 0 0 0 20px; }
.section article ul li { margin-bottom: 15px; }
.section article h4 { font-weight: 800; }
.section article h4 + p { margin-bottom: 60px; }
.section article .bt { background: #e3b142; border-color: #e3b142; color: #000; }
.section article .bt:hover { background: #FFF; color: #e3b142;  }


@media (max-width: 1199px) {
  #home h1 { font-size: 48px; margin-top: 90px; }
  #quienes-somos { margin-top: 70px; padding-top: 70px; }
  #pilares { margin-top: 55px; padding: 55px 0 175px; }
  #contacto { margin: -100px 0 0 0; }
  #pilares h3 { margin: 0 0 30px; }
  #pilares .b1 { font-size: 21px; }
  #pilares .b2 { font-size: 18px; }
  #pilares .b3, #pilares .b4, #pilares .b6 { font-size: 13px; }
  #pilares .b5 { font-size: 11px; }
}


@media (max-width: 991px) {
  header button { display: block; }
  header nav { background: #FFF; height: 100%; margin: 0; padding: 30px 50px; position: fixed; right: -225px; top: 0; transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; }
  header nav.view { right: 0; }
  header nav a { display: block; margin: 0 0 15px; }
  header nav button { display: block; }

  #home h1 { font-size: 36px; margin-top: 60px; }
  #home p { font-size: 18px; }

  .bg2 { background-size: 75% auto; }

  #quienes-somos h2 { margin-bottom: 35px; }

  #pilares h3 { font-size: 48px; margin-top: 100px; }

  #contacto h3 { font-size: 48px; margin-bottom: 70px; }

  footer .float-right { margin: 20px 0; width: 100%; }
}

@media (max-width: 767px) {
  header { padding: 20px; }
  #home { background-position: 20% top; background-size: auto 50%; padding-top: 60px; }
  #home h1 { font-size: 30px; }
  #home h1:after { margin: 20px 0 30px; }
  #home p { font-size: 16px; }
  #home .bt { margin-bottom: 20px; }
  #home .play { margin: -38% 0 0 5%; }
  .bg2 { background-size: 175% auto; }
  #quienes-somos { margin-top: 40px; padding-top: 40px; }
  #quienes-somos h2 { font-size: 28px; }
  #pilares { margin-top: 0; }
  #pilares h3 { font-size: 36px; margin-top: 0; }
  #pilares .bt { margin-bottom: 30px; }
}