#contenido{
  display: grid;
  grid-template-columns:1fr 2fr;
  grid-template-rows:75vh;
  grid-gap: 20px;
    margin-top: 40px;
}

#contenido .caja1{
  grid-column: 1/2;
  grid-row: 1/2;
  text-align: center;
}
#contenido .caja2{
  grid-column: 2/3;
  grid-row: 1/2;
  background: #fff;
  box-shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  margin-bottom: 5%;
}
#contenido p{
  font-size: 18px;
  text-align: justify;
  padding: 10px 10px;
}
#contenido h1{
  font-size: 40px;
  text-align: center;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}
@media (min-device-width:600px) {
    img[data-src-600px] {
        content: attr(data-src-600px, url);
    }
}

@media (min-device-width:800px) {
    img[data-src-800px] {
        content: attr(data-src-800px, url);
    }
}
/* Popup box BEGIN */
.hover_bkgr_fricc_pdf{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
    left: 0px;
}
.hover_bkgr_fricc_pdf .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc_pdf > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 80%;
    height: 500px;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton_pdf {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton_pdf:hover {
    background-color: #ccc;
}
.trigger_popup_fricc_pdf {
    cursor: pointer;
    font-size: 20px;
    margin: 60px;
    display: inline-block;
    border: 1px solid #5080af;
    color: var(--light);
    padding: 20px 20px;
    max-width: 100%;
    border-radius: 20px;
    margin-left: 350px;
}
.trigger_popup_fricc_pdf:hover{
    background-color: #5080af;
}
/* Popup box BEGIN */
.fade-in{
  animation: fadeIn ease 4s;
  -webkit-animation: fadeIn ease 4s;
  -moz-animation: fadeIn ease 4s;
  -o-animation: fadeIn ease 4s;
  -ms-animation: fadeIn ease 4s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}
.slider {
  width: 90%;
  height: 90%;
  box-sizing: border-box;
  margin: 5px auto;
  overflow: hidden;
  box-shadow: 0px 0px 10px grey;


}

.slider img {
  width: 100%;
  height: 100%;
  animation: ani 2s linear;

}
