.btn-open-popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D90C43;
    display: block;
    background: white;
    padding: 20px 50px;
    border-radius: 50px;
}


.container-all{
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 600ms;
}


.container-all:target{
    background: rgba(0,0,0,0.8);
    visibility: visible;
    opacity: 1;
}

.container-all:target .popup{
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translate(-50%, -50%);
    visibility: visible;
}


.popup{
    width: 100%;
    max-width: 850px;
    height: 500px;
    position: relative;
    display: flex;
    background: transparent;
    visibility: hidden;
    top: -80%;
    left: -80%;
    transform: rotate(90deg) translate(-150%, 230%);
    transition: all 600ms;
}

.container-text{
    width: 68%;
    padding: 50px;
    overflow-y: auto;
    margin-top: 9%;
    margin-left: 29%;
}


.container-text h1{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.container-text p{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-align: justify;
}
.modal-body-cov{
  width: 100%;
  height: 480px;
  background-image: url(../img/pop-up.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
    .modal-body-cov{
      width: 100%;
      height: 240px;
      background-image: url(../img/pop-up-moovil2.png);
      background-size: cover;
      background-position: center;
    }
    .container-text p{
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

}
.modal-body-rut{
  width: 100%;
  height: 400px;
  background-image: url(../img/instalaciones/Rutas.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 5px 1px black;
}
.modal-cov{
    max-width: 800px !important;
}
.content-cov{
    background: transparent;
    border: 0px;
}
.header-cov{
    border-bottom: 0px;
}
.btn-close-popup{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: 110px;
    padding: 20px;
    background: #cb361d;
    color: white;
    border-radius: 50%;
    line-height: 10px;
    left: 91%;
    border:none;
    cursor: pointer;
}
.btn-close-popup2{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 10px;
    padding: 20px;
    background: #cb361d;
    color: white;
    border-radius: 50%;
    line-height: 10px;
    left: 96%;
    border:none;
    cursor: pointer;
}
@media screen and (max-width: 900px){
    .popup{
        flex-direction: column;
        height: 100%;
        max-height: 800px;
    }
    
    .img-covid{
        width: 100%;
        height: 40%;
    }
    
    .container-text{
        width: 75%;
 /*       height: 60%;*/
        padding: 80px;
    }
    
}

@media screen and (max-width: 500px){
    .container-text{
        padding: 8%;
        margin-top: -25%;
        margin-left: 26%;
    }
    .container-text p{
        margin-top: 0px;
    }
    .container-all{
        padding: 20px;
    }
    .btn-close-popup{
        margin-top: -22%;
        width: 5px;
        height: 5px;
        line-height: 0px;
        margin-left: 2%;

    }
    .container-text h1{
        font-size: 20px;
    }
    
    .container-text p{
        font-size: 12px;
    }
}

