ul {
  margin: 0; }

.mainbanner {
  background: url("../storage/webImages/main.jpg"), rgba(255, 255, 255, 0.5);
  background-size: cover;
  min-height: 100vh;
  min-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mainbanner h1 {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 10px;
    font-size: 5rem; }

.experiencia, .perfeccionamiento, .operativossociales, .iam {
  padding: 30px 200px; }
  .experiencia h1, .perfeccionamiento h1, .operativossociales h1, .iam h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }

.experiencia .item, .perfeccionamiento .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .experiencia .item .date, .perfeccionamiento .item .date {
    border-right: 2px solid #CCC;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; }

.perfeccionamiento {
  background: #3269c1;
  color: #FFF; }

.operativossociales {
  background: url("../storage/webImages/cruzroja.jpg");
  background-size: cover;
  min-height: 100vh;
  min-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .operativossociales:after {
    height: 100%;
    width: 100%;
    background: #FFF; }
  .operativossociales h1 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 4rem;
    margin-bottom: 100px; }
  .operativossociales .item {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 10px 30px; }
    .operativossociales .item .content {
      font-size: 30px;
      text-transform: uppercase;
      display: inline-block;
        display-text-align: center;
        display-font-weight: bold; }
    .operativossociales .item .date {
      display: inline-block;
      text-align: center; }

.iam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .iam:before {
    content: '';
    background: url("../storage/webImages/salud.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    z-index: -1; }
  .iam h1 {
    width: 100%; }
  .iam h2 {
    font-family: 'Cookie';
    font-size: 3em; }
  .iam .description {
    width: 50%; }
    .iam .description p {
      margin: 40px 0px; }
  .iam .img {
    text-align: right;
    width: 50%;
    height: 400px; }
    .iam .img img {
      max-height: 100%;
      max-width: 100%;
      border-radius: 10px;
      -webkit-box-shadow: 3px 3px 3px 3px #bbb;
      box-shadow: 3px 3px 3px 3px #bbb; }

.footer {
  height: 50px;
  background: #333;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
