* {
        margin:0;
        padding:0;
}

p {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,Liberation Sans,FreeSans,sans_serif;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 15px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
  content: "\e109";
}

.bg-main img{
	width:100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.bg-main #img1-main{
	height:660px;
}

.bg-main #img2-main{
	height:600px;
}

.logo-main {
	position: absolute;
	top: 5%;
	left: 5%;
}

.logo-main img {
	height: auto;
	width: 30%;
}

.button-main {
	position: absolute;
	top: 5%;
	right: 5%;
}

.button-main button{
	font-size: 20px;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 150px;
        height: 55px;
        background-color: red;
        border-radius: 5px;
        border: 3px solid red;
        margin-top: 6%;
}

.button-main button a{
	color: white;
        font-weight: bold;
	text-decoration: none;
}

.text-main {
        position: absolute;
	top: 44%;
	left: 6%;
        font-weight: bold;
}

.text-main #p1-main {
	color:red;
        font-size: 2.9em;
}

.text-main #p2-main {
	color:green;
        font-size: 2.4em;
	font-family: 'Montserrat', sans-serif;"
}

.text-main #p1-somos {
	color:#15B6B8;
        font-size: 2.9em;
}

.text-main #p2-somos {
	color:white;
	font-size: 1.0em;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
}

.level2 {
	height: 100px;
        background-color: #15B6B8;
	text-align: center;
	color: #34465d;
	font-size: 18px;
	padding-top: 24px;
}

.level2 span {
	display: inline-block;
}

.level2 img {
	height: 50px;
	width: auto;
}

.level3 {
        background-color: #FFFFFF;
        padding-top: 4%;
        margin-bottom: 2%;
}

.level3 p {
        font-size: 30px;
        font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color:#444;
}

.level4 img {
	height: 70px;
	width: auto;
}

.level5 {
        background-color: #BCE5EA;
	padding-top: 4%;
	padding-bottom: 2%;
}
.level5 p {
        font-size: 30px;
        font-weight: bold;
	font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color:#444;
}

.level6 {
        background-color: #BCE5EA;
}

.level6 img {
	height: 50px;
	width: auto;
}

.level7 {
	position: relative;
	text-align: center;
}

.level7 .part-one {
        position: absolute;
        top: 34%;
        left: 38%;
        font-size: 2.5em;
}

.level7 .part-two {
        position: absolute;
        top: 46%;
        left: 40%;
}

.level7 .part-three {
        position: absolute;
        top: 60%;
        left: 42%;
}

.level7 img {
	width:100%;
	height:640px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
}

.level7 button{
	font-size: 15px;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 150px;
        height: 55px;
        background-color: #15B6B8;
        border-radius: 5px;
        border: 3px solid #15B6B8;
}

.level7 button a{
	color: white;
        font-weight: bold;
	text-decoration: none;
}

.level1_somos. {
	color: #497FBF;
        font-size: 2.5em;
        font-weight: bold;
        font-family: italic;
        position: absolute;
}

.type-text1 {
 	color: #497FBF;
        font-size: 22px;
        font-weight: bold;
}

.type-text2 {
    	color: #444;
    	font-size: 16px;
}

.overlay-main {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 660px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.overlay-somos {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.overlay-final {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 640px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

#myFooter {
    background-color: #3a3f46;
    color: white;
}

#myFooter .row {
    margin-bottom: 25px;
}

#myFooter .info{
    text-align: center;
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
    text-align: center;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

@media screen and (max-width: 767px) {

.bg-main #img1-main{
       height: 510px;
}

.bg-main #img2-main{
        height: 600px;
}

.button-main button{
	font-size: 12px;	
        padding: 0 20px;
        min-width: 150px;
        height: 55px;
        margin-top: 1%;
}

.text-main {
	top: 44%;
	left: 0%;
	margin: 0 25px;
}
.text-main #p1-main {
        font-size: 1.9em;
}

.text-main #p1-somos {
  	font-size: 2.4em;
	text-align: center;
}

.text-main #p2-main {
        font-size: 1.2em;
}

.text-main #p2-somos {
  	font-size: 1.0em;
	text-align: center;
}

.overlay-main {
       	height: 510px;
}

.overlay-somos {
       	height: 600px;
}

.overlay-final {
       	height: 400px;
}

.level2 {
	font-size: 14px;
	padding-top: 24px;
}

.level2 img {
	height: 24px;
}

.level3 {
        padding-top: 12%;
        margin-bottom: 1%;
}

.level3 p {
	font-size: 20px;
}

.level4 .type-text1 {
	font-size: 20px;
}

.level4 .type-text2 {
	font-size: 18px;
}

.level5 {
        padding-top: 12%;
}

.level5 p {
	font-size: 20px;
}

.level7 #img2-level7 {
	height: 400px;
	width: 100%;
}

.level7 .part-one {
        top: 24%;
        left: 20%;
        font-size: 2.0em;
}

.level7 .part-two {
        position: absolute;
        top: 46%;
        left: 18%;
}

.level7 .part-three {
        top: 70%;
        left: 30%;
}

.level7 button{
	font-size: 12px;	
        padding: 0 20px;
        min-width: 150px;
        height: 55px;
        margin-top: 1%;
}

#myFooter {
        text-align: center;
    }

#myFooter .info{
        text-align: center;
    }
}
