body {
  margin: 0;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
}

.header {
  background-image: url("header.jpg");
  background-color:whitesmoke;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: white;
  width: 100%;
  border-style: solid;
  border-top: 0px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  border-width: 1px;

}

#navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
  font-size: 15px;
}

#navbar a:hover {
  background-color: #f2f2f2;
  color: black;
}

#navbar a.active {
  background-color: black;
  color: white;
}

.content {
  padding: 16px;
  text-align: justify;
  width: auto;
  font-size: 15px;

}

.chart {
  padding: 40px;
  text-align: justify;
  width: 900px;
  font-size: 15px;


}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}


.footer {

width: 100%;
clear:both;
margin:0 auto;
padding: 0 0 15px;
text-align: center;
background: whitesmoke;
border-top:1px solid #ccc;
font-size: 12px;
position: fixed;
bottom: 0;
left: 0;

}
.footerp {

width: 100%;
clear:both;
margin:0 auto;
padding: 0 0 15px;
text-align: center;
background: black;
border-top:1px solid #ccc;
font-size: 12px;
position: fixed;
bottom: 0;
left: 0;
color: white;

}

.footerpab {
width: 100%;
clear:both;
margin:0 auto;
padding: 0 0 15px;
text-align: center;
background: black;
border-top:1px solid #ccc;
font-size: 12px;
position: static;
bottom: 0;
left: 0;
color: white;

}

table, th, td {

  border-collapse: collapse;
  padding: 5px;
}
th {
  background-color: #000000;
  border: 2px solid black;
  color: white;
}
td {
  background-color: white;
  border: 1px solid black;

}

.hero{
    height: 300px;
    background-color: Dimgray;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

h1{
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: white;


}

h1 strong{
    color: #6BC8D5;
}

h2 {
    color: #d90429;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 40px;
  }


.experience-container{

    padding: 20px;

}

.experience-job-company, .experience-date{
    margin: 10px 0;
}
.experience-description{
    font-size: 20px;
}

.experience strong{
    font-family: 'Lato', sans-serif;
}
.experience{
    /* border: tamaño tipo estilo*/
    border: none;
    border-radius: 10px;

    margin-bottom: 15px;
    padding: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.experience-job-name{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.experience-details{
    width: 500px;
    height: inherit;
    display: inline-block;
}
.experience-imageContainer{
    display: inline-block;
}


.wrapper{
    width: 1000px;
    margin: 0 auto;
    /* Heredamos del padre, para no arruinar el wrapper*/
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
}

.wrapper2{
    width: auto;
    margin: 0 auto;
    /* Heredamos del padre, para no arruinar el wrapper*/
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
}

.wrapper3{
    width: 700px;
    margin: 0 auto;
    /* Heredamos del padre, para no arruinar el wrapper*/
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
}




.container {
  position: relative;
  width: 75%;
  padding-bottom: 50px;


}

.image {
  opacity: 1;
  display: flex;
  width: 50%;
  transition: .5s ease;
  backface-visibility:  visible;
  z-index: -5;
  border-radius: 10px;


}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.textimg {
  background-color: #6BC8D5;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 10px;
}

.splitscreen {
    display:flex;
}
.splitscreen .left {
    flex: 1;
}
.splitscreen .right {
    flex: 1;
}
.splitscreen .center {
    flex: 1;

}


.float-left-area  {
		  width: 70%;
		  float: left;
		  }

.float-right-area {
		  width: 30%;
		  float: left;
		  }

.float-left-area2  {
		  width: 50%;
		  float: left;
		  }

.float-right-area2 {
		  width: 50%;
		  float: left;
		  }

.float-left-area4  {
		  width: 30%;
		  float: left;
		  }

.float-right-area4 {
		  width: 70%;
		  float: left;
		  }

.float-left-area3  {
		  width: 70%;
		  float: left;
		  }

.float-right-area3 {
		  width: 30%;
		  float: left;
		  }



.inner-left	  {
		  padding: 40px 0px 20px 100px;
		  margin-right: 10px;
		  min-height: 60px;
		  }

.inner-right	  {
		  font-size: 20px;
      margin-top: 20px;
		  padding:10px;
		  min-height: 40px;
      height: 100%;
      width: 100%;
		  }

.inner-left2	  {
	  padding: 0px;
    font-size: 20px;
    height: 100%;
    width: 100%;
	  }
.inner-left3	  {
	  padding: 40px;
    margin-left: 100px;
    height: 100%;
    width: 100%;
	  }

.inner-left4	  {
	  padding: 40px;
    margin-left: 100px;
    height: 100%;
    width: 100%;
	  }


.inner-right2	  {
		  font-size: 20px;
		  padding: 0px;
	    height: 100%;
      width: 100%;
		  }

.inner-right3	  {
		  font-size: 20px;
		  padding: 20px;
	    height: 100%;
      width: 100%;
      margin-left: 20px;
		  }

.inner-right4	  {
		  font-size: 20px;
		  padding: 20px;
	    height: 100%;
      width: 100%;
      margin-left: 20px;
		  }

.clear-floated	  { clear: both; height: 1px; font-size: 1px; line-height: 1px; padding: 0; margin: 0;

}


.button {
  background-color: #555555; /* blue */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-family: Lato;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
  border-radius: 25px;
  width: 50%;
}

.button1:hover {
  background-color: #555555;
  color: white;
  width: 50%;
}

.collapsible {
  background-color: #555555;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 50%;
  position: relative;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius: 10px;
}

.active, .collapsible:hover {
  background-color: #6BC8D5;
}



.contentcoll {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #effafb;
  width: 90%;
  border-radius: 10px;


}

.pic-container{
    /* border: tamaño tipo estilo*/
    border: none;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    width: 350px;

}

.pic-container2{
    /* border: tamaño tipo estilo*/
    border: none;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    width: 400px;

}

.dic-container{
    /* border: tamaño tipo estilo*/
    border: none;
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    display: flex;
    align-items: center;
    width: auto;

}

.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);
}

 /* unvisited link */
a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration:  none;
}

/* selected link */
a:active {
  color: blue;
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
}
