/*
* ----------------------------------------------------------------------------------------
* PAGE SETUP
* ----------------------------------------------------------------------------------------
*/
body {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}
img {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
* ----------------------------------------------------------------------------------------
* 01 Menu
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01 HERO PICTURE
* ----------------------------------------------------------------------------------------
*/

.hero-section {
  /*background: url("../images/1_hero.jpg") 50% no-repeat;*/
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

/*
* ----------------------------------------------------------------------------------------
* 02 PARAGRAPH
* ----------------------------------------------------------------------------------------
*/
.main{
	background-color: white;
	/*padding: 10px 10px;*/
}
.page{
	background-color: white;
	margin: auto;

}

.top {
	text-align: center;
	
	font-family: 'Montserrat', sans-serif;
}

article {
    display: block;
    margin: 0 auto;
    float: left;
    padding: 1em 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    margin-bottom: 40px;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}

 



.mission ul li  {
    list-style-type: circle;

}
 .mission .cols-sm-7 {
    background-color: white;
    height: 100px;
    display: block;
    
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cols-sm-12 {
    
    height: 100px;
    display: block;

    
}
.boton {
	text-align: center;
  margin-bottom: 30px;
	
}
   .main img{
    width: 80%;
    height: 80%;
    margin-left: 10%;

  }

/*
* ----------------------------------------------------------------------------------------
* 10.FOOTER CSS STYLE SOCIAL ICONS
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #0C0B0B;
    padding: 10px 0px;
    position: relative;
    bottom: 0;
    width:100%;
}

.footer-area p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;

}
.social-icons {

}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    color: #fafafa;
    margin: 0px 10px;
    font-size: 20px;
}