*{
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
	background: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 0;
    text-align: center;
}

h1{
    color: #0078d4;
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

h3 {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 8px;
    text-align: left;
}

h4 {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 8px;
    text-align: left;
}

p {
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.7em;
    margin-top: 0;
    text-align: left;
}


#top {
    background: white;
    display: inline-block;
    font-size: 0;
    height: 100px;
    padding: 0;
    top: 0;
    width: 100%;
}

#box_logo-menu{
    font-size: 0;
    margin: 0 auto;
    margin-top: 0px;
    width: 1160px;
}

#logo{
    display: inline-block;
    float: left;
    padding: 0;
    padding-top: 10px;
    margin: 0 auto;
}

#logo img{
    margin-left: 50px;
}

Header{
    height: 90px;
    float: right;
    font-size: 0;
    display: inline-block; 
    vertical-align: top;
}

#menu-header{
    float: left;
    font-size: 0;
    height: 102px;
    text-align: left;
}

nav ul{
    font-size: 0;
    margin-top: 32px;
    padding: 0;
}

nav ul li{
    color: #013249; 
    border: 0; 
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

nav ul li a{
    color: #013249;
    text-decoration: none;
}
nav ul li:hover{
    border-top: 2px;
    border-style: solid;
    border-color: #009df2;
    transition:all .5s;
	-webkit-transition:all .5s;
    -moz-transition:all .5s;
}
nav ul li:visited{
    color: #009df2;
    text-decoration: none;
}

#home, #nosotros, #servicios{
    background: #0951A1;
    color: white;
}

#contactos{
    background: #0951A1;
    color: white;
}

#sn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-top: 30px;
    text-align: center;
    width: 250px;
}

#face {
    display: inline-block;
    padding-right: 10px;
}

#twt {
    display: inline-block;
    padding-left: 10px;
}

#linea-header {
    display: inline-block;
    background: #0093c4;
    font-size: 0;
    height: 10px;
    vertical-align: top;
    width: 100%;
}

/* ----- inicio contenido ------- */

#content {
    background-image: url(../img/Fwh_1-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: white;
    font-size: 0;
    padding: 0;
}


/* inicio slider*/

#inicio {
    height: 1px;
}

#slider {
    margin: 0 auto;
    width: 1160px;
}

#wrapper {
  padding: 20px;
  }

.rslides {
  margin: 0 auto 40px;
  }

.callbacks_container {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    float: left;
    width: 1160px;

  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 3%;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: transparent url("../img/themes.png") no-repeat left top;
  margin-top: -30px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.prev {
    margin-left: 20px;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
    margin-right: 20px;
  }

@media screen and (max-width: 600px) {
    
    .callbacks .caption {
        font-size: 14px;
    }
    
  .callbacks_nav {
    top: 47%;
    }
  }

/* fin slider*/

#bloque {
    background-image: url(../img/Fwh_1-1.jpg);
    display: inline-block;
	margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding: 0;
}

#titulo h1{
    letter-spacing: 1px;
    padding-top: 5px
}

#about-us {
    background-color: #186240;
    background-image: url(../img/lg_img.jpg);
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    text-align: center;
    width: 100%;
}

#marco {
    margin: 0 auto;
    width: 1160px;
}

#about-us-contenido {
    display: inline-block;
    float: left;
    margin-left: 100px;
    margin-top: 50px;
    padding: 0;
    width: 40%;
}

#about-us-contenido p{
    margin-top: 0;
    margin-bottom: 10px;
}

#f1 {
    display: inline-block;
    float: left;
    margin-left: 50px;
}

#linea1 {
    float: left;
    font-size: 0;
    height: 60px;
    width: 100%;
}

#linea2 {
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 1160px;
}

#balances {
    color: #0951A1;
    font-size: 0;
    height: 40px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#beneficios {
    width: 100%;
}

#beneficios-img {
    display: inline-block;
    float: left;
    margin-left: 50px;
    margin-top: 0px;
}

#beneficios-contenido {
    display: inline-block;
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    width: 45%
}

#programas {
    margin-top: 50px;
}

#down {
    display: inline-block;
    float: right;
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: top;
    width: 40px;
}

#down:hover{
    width: 30px;
    transition:all .5s;
	-webkit-transition:all .5s;
}

#down2 {
    display: inline-block;
    float: left;
    margin-top: 10px;
    vertical-align: top;
    width: 40px;
}

#down2:hover{
    width: 60px;
    transition:all .5s;
	-webkit-transition:all .5s;
}

#blank {
    display: inline-block;
    height: 31px;
    margin-top: 70px;
    width: 100%;
}

#politicas {
    background: white;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
    width: 1160px;
}

#mision, #vision , #valores {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0;
    width: 480px;
}

#mision {
    margin-left: 50px;
    margin-right: 40px;
    width: 260px;
}

#vision {
    margin-bottom: 30px;
    margin-right: 40px;
    width: 260px;
}

#mision h3, #vision h3, #valores h3{
    color: #00c6ff;
    font-size: 20px;
    font-weight: 700;
}

#mision p,#vision p,#valores p  {
    color: #272727;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
}

#valores p  {
    letter-spacing: -.1px;
}

#blank-politicas {
    background: #0c1218;
    height: 31px;
    width: 100%;
}

#blank-valores {
    height: 70px;
    width: 100%;
}

#servicios-img {
    display: inline-block;
    background: #029fe1;
    text-align: center;
    width: 100%;
}

#our-services {
    background: white;
    margin: 0 auto;
    width: 1160px;
}

#our-services h3{
    color: #029fe1;
    font-size: 40px;
    text-align: center;
}

#our-services h4{
    color: #029fe1;
    font-size: 25px;
}

#our-services-contenido {
    margin: 0 auto;
    padding-top: 30px;
    width: 960px;
}

#our-services-contenido p{
    color: #272727;
    font-weight: 400;
    line-height: 1.4em;
}

#our-services-contenido1 {
    margin-right: 50px;
}

#our-services-contenido1,#our-services-contenido2 {
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    width: 45%;
}

#blank-our-services {
    display: inline-block;
    height: 31px;
    margin-top: 20px;
    width: 100%;
}

#fin-our-services {
    background: #D7D7D7;
    display: inline-block;
    height: 60px;
    vertical-align: top;
    width: 100%;
}

#contacto-box {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    width: 400px;
}

#datos-contact {
    display: inline-block;
}

#datos-contact h3{
    font-size: 25px;
    text-align: center;
}

#datos-contact h4{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

#datos-contact p{
    font-size: 15px;
    margin-top: -10px;
    text-align: center;
}

#towers {
    margin-top: 40px;
}

#map {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
        
}

#contacto {
    background: #0c1218;
    display: inline-block;
    width: 100%;
}

#contacto-contenido {
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 1160px;
}

#datos {
    display: inline-block;
    float: left;
    margin-left: 80px;
    width: 400px;
}

#datos-img{
    text-align: center;
}

#datos h3{
    font-size: 25px;
    text-align: center;
}

#datos h4{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

#datos p{
    font-size: 15px;
    margin-top: -10px;
    text-align: center;
}

footer {
    background: #0951A1;
    width: 100%;
}

#footer-contenido {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 1160px;
}

#social-txt p{
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin: 10px;
    text-align: center;
}

#redes-sociales img{
    margin-left: 5px;
    margin-right: 5px;
}

#menu-footer {
    margin: 10px;
}

#menu-footer ul li{
    color: white; 
    border: 0; 
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

#menu-footer ul li a {
    color: white;
    text-decoration: none;
}

#menu-footer ul li a:visited{
    color: white;
    text-decoration: none;
}
#botonEmpresa{
    margin-top: 60px;

}
#botonEmpresa p{
    text-align: center;
}
#botonEmpresa a{
    text-decoration: none;
}
#empresa a:link, #empresa a:visited {
    background-color: #029fe1;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
#empresa a:hover, #empresa a:active {
    background-color: #0951A1;
}