/*
  Theme Name: VYS
*/

html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, p {
  font-family: 'Open Sans', sans-serif;
}

/* nav*/

.header-area {
  background: rgba(256, 256, 256, 1);
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 0px solid #fff;
}

.main-menu ul.navbar-nav li a {
  color: #999;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height:20px;
  letter-spacing: 3px;
}

.main-menu ul.navbar-nav li a span {
  color: #1c7598;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
  font-weight:400;
}

.main-menu ul.navbar-nav li.active a{
  color: #999;
}

.main-menu ul.navbar-nav li a:hover {
  color: #000;
}

.main-menu ul.navbar-nav li a span:hover {
  color: #000;
}

.main-menu ul.navbar-nav li.active a:hover{
  color: #000;
}

.main-menu ul.navbar-nav li {
  padding: 0px 20px;
}

.navbar-header a.navbar-brand {
  padding: 5px 0;
}

.sticky-logo img{
	width: 90%;
}

/* sticky */


.header-area.stick {
  background: rgba(256, 256, 256, 1);
}

.stick .main-menu ul.nav > li > a {
  color: #999;
  text-transform: uppercase;
  line-height: 18px;
}

.stick .main-menu ul.nav > li{
  padding: 0px 25px;
}

.stick .main-menu ul.nav > li > a > span{
  color: #999;
  text-transform: uppercase;
}

.stick .main-menu ul.navbar-nav li.active a{
  color: #1c7598;
}

.stick .main-menu ul.navbar-nav li.active span{
  color: #1c7598;
}

.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 0px solid #fff;
}

.stick .navbar-brand.sticky-logo > img {
  width: 70%;
}

.stick .main-menu ul.nav > li > a:hover {
  color: #1c7598;
}

.stick .main-menu ul.nav > li > a span:hover {
  color: #1c7598;
}

/* titulos*/

.section-headline h2::after {
  border: 0px solid #333;
}

.section-headline h2 {
  font-size: 30px;
  color: #1c7598;
  text-transform: uppercase;
}

/* about */

.about-area {
  background-color: #fff;
}

.about-esp p{
  font-size: 16px;
  text-align: center;
}

.about-eng p{
  font-size: 13px;
  text-align: center;
  font-weight:300;
  color: #1c7598;
}

.about-eng {
  margin-top: 60px;
}

/* boxes */

.row-box {
  margin-top: 40px;
  padding-top: 20px; 
}

.esp-box {
  width: 14%;
  padding-right: 7px;
  padding-left: 7px;
}

.inner-box {
  border: 1px solid #1c7598;
  text-align: center;
  padding:20px 10px;
  border-radius: 5px;
  min-height: 110px;
}

.inner-box p{
  color: #1c7598;
  text-align: center;
  font-size:18px;
  margin-bottom:0;
  font-weight:500;
  line-height:1;
}

.inner-box span{
  color: #1c7598;
  font-size:12px;
  margin-bottom:0;
  font-weight:300;
}


/* separadores*/

.test-overly {
  background: rgba(21, 95, 125, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
}

.overly-yellow {
  background: rgba(247, 182, 24, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
}

.ISO {
  line-height:40px;
  text-transform: uppercase;
  font-size: 35px;
}

.skill-text {
  margin-top: 30px;
  margin-bottom:30px;
}

.skill-mision {
  margin-top: 120px;
}

.politica-bg {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg2.jpg") no-repeat fixed center top / cover;
}

.mision-bg {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg3.jpg") no-repeat fixed center center / cover;
}

.area-divider {
  padding: 20px 0px;
}

.linea-bg {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg4.jpg") no-repeat center top / cover;
}

/* politicas boxes */


.pol-box {
  width: 20%;
  padding-right: 7px;
  padding-left: 7px;
}

.inner-box-pol {
  text-align: center;
  padding:20px 10px;
  border-radius: 5px;
}

.inner-box-pol  p{
  color: #1c7598;
  text-align: center;
  font-size:18px;
  margin-bottom:0;
  margin-top: 10px;
  font-weight:500;
}

.inner-box-pol span{
  color: #1c7598;
  font-size:14px;
  margin-bottom:0;
  font-weight:300;
}

.inner-box-pol img{
  padding: 20px;
}

.politica-bg h3 {
  color:#000;
}

.politica-bg p {
  color:#000;
}

.box-opac:hover{
  opacity: 0.4;
}

/* contacto */

.contact-area {
  border-top: 1px solid #ccc;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  border-radius: 5px;
}

.contact-form textarea {
  border-radius: 5px;
}

.contact-form button[type="submit"] {
  background: rgba(88, 97, 104, 1) none repeat scroll 0 0;
  border: 1px solid #586168;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 7px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type="submit"]:hover {
  color: #fff;
  border: 1px solid #1c7598;
  background: #1c7598;
}

/* footer */

.footer-area {
  background: #1c7598;
}

.footer-head{
}

.footer-head h4{
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-top: 30px;
}

.footer-head p {
  color: #fff;
  margin: 0 0 5px;
}

.footer-contacts .fa{
 font-size: 20px;
 font-weight:900;
}

.footer-contacts p span {
  color: #fff;
  margin-right: 10px;
}

/* slider*/

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.05;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.nivo-controlNav {
  display: none;
}

.slider-content {
  padding: 350px 0px;
  padding-bottom:20px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom:5px;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height:2;
  margin-bottom:20px;
}

.layer-1-3 {
  margin: 0px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #1c7598;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-top:0px;
  margin-right: 15px;
  background: #1c7598;
  border: 1px solid #1c7598 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

/* linea de negocios */

.area-linea {
  padding: 400px 0px 20px;
}

.linea-esp p{
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}


.linea-eng {
  margin-top: 40px;
}

.linea-eng p{
  font-size: 12px;
  text-align: center;
  font-weight:300;
  color: #1c7598;
  line-height: 17px;
}

.linea-inner img {
  padding: 20px;
  padding-top:0;
}

.linea-divider {
  padding:0;
  margin-top:40px;
}

.grey-bg {
  background-color: #f8f8f8;
}

.eng-ul li {
  font-size: 12px;
  text-align: center;
  font-weight:300;
  color: #1c7598;
  line-height: 17px;	
}





