/*		FONT DECLARATIONS			*/
.ubuntu {
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter !important;
}
.merriweather {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
}
.oswald,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'oswald', sans-serif;
  font-weight: lighter !important;
}
p,
a,
li,
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter !important;
  letter-spacing: .5px;
}
/*		MIXINS			*/
/*		MENU VARS		*/
.navbar {
  background-color: transparent;
  border-bottom: 0px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.navbar #navBg {
  height: 74px;
  width: 100%;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.navbar .container {
  height: 74px;
}
.navbar .container a.navbar-brand {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  position: absolute;
}
.navbar .container #navbar {
  position: relative;
}
.navbar .container #navbar .navbar-nav {
  position: absolute;
  right: 0px;
}
.navbar .container #navbar .navbar-nav li a {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  padding: 28px 15px 26px;
  text-align: center;
  letter-spacing: 2px;
  color: #bbb;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  background: transparent;
}
.navbar .container #navbar .navbar-nav li a:hover {
  color: #000;
}
.navbar .container #navbar .navbar-nav li a.active {
  background-color: #253747;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
}
/*		GENERAL VARS		*/
.opacity {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.brandText {
  color: #46b7c7 !important;
}
.blackText {
  color: #000 !important;
}
.whiteText {
  color: #fff !important;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.justify {
  text-align: justify !important;
}
/*		SECTIONS		*/
.sec {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.secTitle {
  border: 2px solid #366389;
  position: relative;
  margin: 0 auto;
  width: 250px;
}
div.secTitle h2 {
  font-size: 38px;
  color: #366389;
  letter-spacing: 3px;
  margin: 10px 0;
  text-align: center;
}
div.secTitle div.positioner {
  position: absolute;
  margin: -9px 0 0 0;
  width: 250px;
}
div.secTitle div.positioner h3 {
  font-size: 14px;
  color: #636363;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
div.secTitle div.positioner h3 span {
  background-color: #e7e7e7;
}
div.secTitleWhite {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}
div.secTitleWhite .topLineLeft,
div.secTitleWhite .topLineRight {
  position: absolute;
  border-top: 2px solid #fff;
  width: 25px;
}
div.secTitleWhite .topLineLeft {
  left: 0px;
  top: 0px;
}
div.secTitleWhite .topLineRight {
  right: 0px;
  top: 0px;
}
div.secTitleWhite h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin: 10px 0;
  display: inline-block;
}
div.secTitleWhite div.positioner {
  position: absolute;
  margin: -8px 0 0 0;
  width: 250px;
}
div.secTitleWhite div.positioner h3 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
.circle-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 65px;
  background: #f6f8f9;
}
.modal .modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  color: white;
}
.modal .close {
  color: #46b7c7;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 35px;
}
.modal h4 {
  color: white;
  font-size: 30px;
}
.modal p {
  color: ##46b7c7;
  margin: 15px 0 25px  0;
}
.modal .modal-header {
  border-bottom: 1px solid #46b7c7;
}
/****	LANDING PAGE 	****/
#sec1 {
  position: relative;
  background: url("../../images/gayou/sec1/bg.jpg") no-repeat center center fixed;
  min-height: 1100px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sec1 h2 {
  margin-top: 245px;
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#sec1 .divisionLine {
  width: 170px;
  height: 1px;
  margin: 30px auto 110px;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#sec1 h1 {
  color: white;
  text-align: center;
  font-size: 54px;
  line-height: 80px;
  letter-spacing: 3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#sec1 a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  display: block;
  width: 250px;
  height: 70px;
  border: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-family: 'oswald', sans-serif;
  font-weight: lighter !important;
  margin: 80px auto 80px;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 13px;
  background: transparent;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sec1 a:hover {
  background: #000;
  border: 2px solid #000;
}
/****	LA FIRMA 	****/
#sec2 {
  position: relative;
  background: #e7e7e7;
  min-height: 775px !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#sec2 .bgSec2 {
  background: url("../../images/gayou/sec2/bg.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 775px !important;
}
#sec2 .contentSec2 {
  max-width: 370px;
}
#sec2 .contentSec2 p {
  color: #636363;
}
#sec2 div.secTitleWhite {
  margin: 100px auto 77px;
  border-left: 2px solid #366389;
  border-right: 2px solid #366389;
  border-bottom: 2px solid #366389;
}
#sec2 div.secTitleWhite .topLineLeft,
#sec2 div.secTitleWhite .topLineRight {
  width: 70px;
  border-top: 2px solid #366389;
}
#sec2 div.secTitleWhite h2 {
  color: #366389;
}
#sec2 div.secTitleWhite div.positioner h3 {
  color: #636363;
}
/****	SERVICIOS 	****/
#sec3 {
  position: relative;
  background: url("../../images/gayou/sec3/bg.jpg") no-repeat center center fixed;
  min-height: 1100px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sec3 div.secTitleWhite {
  margin: 100px auto 70px;
  border-left: 2px solid #366389;
  border-right: 2px solid #366389;
  border-bottom: 2px solid #366389;
}
#sec3 div.secTitleWhite .topLineLeft,
#sec3 div.secTitleWhite .topLineRight {
  width: 30px;
  border-top: 2px solid #366389;
}
#sec3 div.secTitleWhite h2 {
  color: #366389;
}
#sec3 div.secTitleWhite div.positioner h3 {
  color: #636363;
}
#sec3 div.col-md-4 {
  margin-bottom: 100px;
  text-align: center;
}
#sec3 div.col-md-4 h4 {
  font-size: 21px;
  color: #366389;
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  text-align: center;
  margin-top: 30px;
}
#sec3 div.col-md-4 .circle-icon {
  background-color: #366389 !important;
}
#sec3 div.col-md-4 .circle-icon i {
  font-size: 64px;
  margin: 13px auto;
  color: #f6f8f9;
}
#sec3 div.col-md-4 .circle-icon i.fix {
  font-size: 60px;
  margin: 10px auto;
  padding-left: 5px;
}
#sec3 div.col-md-4 p {
  color: #366389;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}
#sec3 div.col-md-4 a {
  text-decoration: none;
  color: #46b7c7;
}
/****	EQUIPO 	****/
#sec4 {
  position: relative;
  min-height: 800px !important;
  background: url("../../images/gayou/sec4/bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sec4 .container > .col-md-6 {
  min-height: 800px !important;
  background: url("../../images/gayou/sec4/bg2.png") repeat;
}
#sec4 div.secTitleWhite {
  margin: 100px auto 50px;
}
#sec4 div.secTitleWhite .topLineLeft,
#sec4 div.secTitleWhite .topLineRight {
  width: 35px;
}
#sec4 p {
  color: white;
  margin-bottom: 50px;
}
#sec4 .worker {
  display: block;
  text-decoration: none;
  color: white;
  position: relative;
  height: 45px;
  padding-left: 40px;
  width: 300px;
  margin: 0 auto 25px;
}
#sec4 .worker .icon {
  position: absolute;
  font-size: 35px;
  color: #a0d6de;
  left: 0px;
  top: -7px;
}
#sec4 .worker .divisionLine {
  height: 1px;
  border-bottom: 1px solid #a0d6de;
  margin: 2px 15px;
}
#sec4 .worker .name,
#sec4 .worker .charge {
  text-align: center;
}
#sec4 .worker .name {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  font-size: 14px;
}
#sec4 .worker .charge {
  font-family: 'oswald', sans-serif;
  font-weight: lighter !important;
  font-size: 12px;
  color: #a0d6de;
  letter-spacing: 1px;
}
/****	CLIENTES 	****/
#sec5 {
  position: relative;
  min-height: 600px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
#sec5 div.secTitleWhite {
  margin: 100px auto 70px;
  border-left: 2px solid #366389;
  border-right: 2px solid #366389;
  border-bottom: 2px solid #366389;
}
#sec5 div.secTitleWhite .topLineLeft,
#sec5 div.secTitleWhite .topLineRight {
  width: 60px;
  border-top: 2px solid #366389;
}
#sec5 div.secTitleWhite h2 {
  color: #366389;
}
#sec5 div.secTitleWhite div.positioner h3 {
  color: #636363;
}
#sec5 h3.clientes {
  text-align: center;
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  font-size: 21px;
  color: #366389;
}
#sec5 p.cita {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  color: #366389;
  font-style: italic;
  margin-top: 35px;
}
#sec5 #quotes {
  height: 160px;
  overflow: hidden;
}
#sec5 p.autor {
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter !important;
  font-size: 16px;
  color: #33b2c5;
  text-align: center;
  margin-top: 20px;
}
#sec5 .circle-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px 0px 0px 0px;
  font-size: 28px;
  border-radius: 20px;
  background: #6f7583;
  margin-top: 57px;
  text-align: center;
}
#sec5 .circle-icon i {
  color: #d9f3f7;
  font-size: 30px;
}
#sec5 .right {
  padding: 0px 0px 0 4px;
}
/****	SLIDER CLIENTES 	****/
#sec5b {
  position: relative;
  min-height: 325px !important;
  background: #6f7583;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
#sec5b .col-md-4,
#sec5b .col-md-8 {
  min-height: 325px !important;
}
#sec5b .leftSide {
  background-color: #646975;
}
#sec5b .leftSide .positionerClientes {
  width: 310px;
  margin: 0 auto;
}
#sec5b .leftSide .positionerClientes h2 {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  color: white;
  text-align: center;
  margin-top: 60px;
}
#sec5b .leftSide .positionerClientes p {
  font-size: 16px;
  text-align: center;
  color: #b5bbc9;
  line-height: 26px;
  margin-top: 30px;
}
#sec5b .circle-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px 0px 0px 0px;
  font-size: 28px;
  border-radius: 20px;
  background: #fff;
  margin-top: 40px;
  text-align: center;
}
#sec5b .circle-icon i {
  color: #646975;
  font-size: 30px;
}
#sec5b .right {
  padding: 0px 0px 0 4px;
}
#sec5b img {
  display: inline-block;
  margin: 130px 0 0 40px;
}
#sec5b .item img:first-child {
  margin-left: 0px;
}
/****	CONTACTO 	****/
#sec6 {
  position: relative;
  min-height: 800px !important;
  background: url("../../images/gayou/sec6/bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sec6 .col-md-6.black {
  min-height: 800px !important;
  background: url("../../images/gayou/sec6/bg2.png") repeat;
  padding-left: 0px;
}
#sec6 div.secTitleWhite {
  margin: 100px auto 50px;
}
#sec6 div.secTitleWhite .topLineLeft,
#sec6 div.secTitleWhite .topLineRight {
  width: 35px;
}
#sec6 p {
  color: white;
  margin-bottom: 75px;
}
#sec6 label {
  color: #65d3e3;
  margin: 10px 0;
}
#sec6 input,
#sec6 textarea {
  background-color: #222;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter !important;
  border: 1px solid #444;
  margin: 10px 0;
}
#sec6 button {
  font-family: 'oswald', sans-serif;
  font-weight: lighter !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  padding: 15px 25px 15px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  background: #65d3e3;
  border: none;
  display: block;
  margin: 30px auto;
}
#sec6 button:hover {
  color: #fff;
  background-color: #08e0ff;
}
#sec6 .sideBar {
  background: url("../../images/gayou/sec6/bg2.png") repeat;
  color: white;
  min-height: 150px;
  margin-top: 330px;
}
#sec6 .sideBar .pe-7s-map-marker {
  color: #65d3e3;
  font-size: 110px;
  margin: 20px 0 0 5px;
}
#sec6 .sideBar .col-md-5,
#sec6 .sideBar .col-md-4 {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 0 20px;
  height: 107px;
  margin-top: 23px;
}
#sec6 .sideBar .col-md-5.line {
  border-left: 1px solid #65d3e3;
}
/****	FOOTER 	****/
#sec7 {
  position: relative;
  min-height: 312px !important;
  background: #282e3b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sec7 .socialBar {
  height: 87px;
  background-color: #6f7583;
}
#sec7 h2 {
  font-family: 'Merriweather', serif;
  font-weight: lighter !important;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  margin: 74px 0 0 65px;
}
#sec7 p {
  color: #6f7583;
  margin: 10px 0 0 65px;
  font-size: 13px;
}
#sec7 p.copy {
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: center;
}
#sec7 img {
  margin-top: 62px;
}
#sec7 .circle-icon {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  font-size: 24px;
  border-radius: 30px;
  background: #6f7583;
  float: left;
  margin-top: 57px;
}
#sec7 .circle-icon i {
  color: #d9f3f7;
  font-size: 30px;
}
/* MEDIA QUERIES */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
