*{
    padding: 0;
    margin: 0;
}
body{
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    
}
header{
    background: #439FE0;
    background-image: -webkit-linear-gradient(290deg, #4280c5 13%, #59f0ff 100%);
    background-image: linear-gradient(160deg,#4280c5 13%,#59f0ff 100%);
    background-image: -o-linear-gradient(290deg, #4280c5 13%, #59f0ff 100%);
    background-image: -ms-linear-gradient(290deg, #4280c5 13%, #59f0ff 100%);
    background-image: -moz-linear-gradient(290deg, #4280c5 13%, #59f0ff 100%);
    color: #FFF;
    height: 100%;
    text-align: center;
    padding-bottom: 0;
}
#cuerpo{
    margin-top: 40px;
    margin-bottom: 40px;
}
#titulo{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin: auto;
}
#subtitulo{
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.navegacion{
    padding-top: 15px;
    margin-bottom: 40px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -ms-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
}
#mobile-main-menu{
    display: none;
    list-style-type: none;
}
#mobile-main-menu li a{
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: white;
}
#mobile-main-menu li a:hover{
    background-color: #3F85BB;
    color: white;
}
#mobile-menu-button{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0);
    color: white;
}
.rowSlide{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    box-shadow: 0px 0px 10px gray;
}
.slidesjs-control{
    width: 100%;
}
.slides{
    width: 100%;
}
.slides .active{
    background: black;
}
.slides img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.slidesjs-pagination{
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 0;
    background: #424242;
}

.slidesjs-pagination li{
    float: right;
}
.slidesjs-pagination li a{
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}
.slidesjs-pagination li a:hover{
    background: black;
}

.slidesjs-navigation{
    background: black;
    color: white;
    text-decoration: none;
    display: inline-block;
    float: left;
    padding: 13px 20px;
}
.slidesjs-navigation:hover{
    text-decoration: none;
}
.articles{
    text-align: center;
}
.articles a:hover{
    text-decoration: none;
}
footer{
    padding-top: 20px;
    background-image: url(../imgs/footer/bg-footer.png);
    background-position: left top;
    background-repeat: repeat;
}
footer h4{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #4282C6;
}
footer img{
    border-radius: 5px;
    box-shadow: 5px 5px 10px;
    -webkit-transition: all ease 2s;
     -moz-transition: all ease 2s;
     -o-transition: all ease 2s;
     -ms-transition: all ease 2s;
    transition: all ease 2s;
}
footer img:hover{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
h6{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 8px;
}
h6 a{
    text-decoration: none;
    color: black;
}
h6 a:hover{
    text-decoration: none;
    color: black;
}
.fixed{
    top: 0;
    z-index: 1000;
    position: fixed;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,.5);
    -o-box-shadow: 0px 2px 2px rgba(0,0,0,.5);
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.5);
} 

@media (max-width: 500px) {
  .slidesjs-pagination {
    display: none;
  }
    .slidesjs-navigation{
        width: 33.3%;
        background: #424242;
    }
    #subtitulo{
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        margin: auto;
    }
    #titulo{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: auto;
}
}
.goTop{
    display: none;
    cursor: pointer;
    background: rgba(2, 73, 89,.6);
    padding: 10px;
    font-size: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    z-index: 1001;
}

#main-menu {
	float:right;
}

#main-menu a {
	color: #FFF;
}

#main-menu a:hover {
	color: #FFF;
}

#main-menu.nav-pills>li.active>a, 
 
#main-menu.nav-pills>li.active>a:focus{
    background: none;
}
#main-menu.nav-pills>li.active>a:hover,
#main-menu.nav-pills>li>a:hover {
	background: #3F85BB;
}

#main-menu.nav-pills>li.active>a, 
#main-menu.nav-pills>li.active>a:hover, 
#main-menu.nav-pills>li.active>a:focus {
	color: #FFF;	
}

#main-menu.nav .open>a, 
#main-menu.nav .open>a:hover, 
#main-menu.nav .open>a:focus {
	background: none;
}
/*cuando se añade a travès de jquery la clase fixed */
.fixed #main-menu a{
	color: #666F77;
}

.fixed  #main-menu.nav-pills>li.active>a, 
.fixed  #main-menu.nav-pills>li.active>a:focus{
    background: none;
}
.fixed  #main-menu.nav-pills>li.active>a:hover,
.fixed  #main-menu.nav-pills>li>a:hover {
	background: #E6E6E6;
}

.fixed  #main-menu.nav-pills>li.active>a, 
.fixed  #main-menu.nav-pills>li.active>a:hover, 
.fixed  #main-menu.nav-pills>li.active>a:focus {
	color: #666F77;	
}

.fixed  #main-menu.nav .open>a, 
.fixed  #main-menu.nav .open>a:hover, 
.fixed #main-menu.nav .open>a:focus {
	background: none;
}
/*cuando se añade a travès de jquery la clase fixed */
.item{
    padding: 0px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.image{
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100%;
    float: left;
}
.contenido{
    width: auto;
    min-height: 100px;
    margin-left: 122px;
    margin-top: 33px;
}
.image > img{
    width: 100%;
}
.porque{
    text-align: center;
    color: #4282C6;
}
.contenido > h4{
    color: #4282C6;
}
/*galeria photoSwipe*/
.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
    margin: 20px;
}
.my-gallery figcaption {
  display: none;
}
/*galeria photoSwipe*/