.texto {
    margin: 30px auto;
    width: 80%;
}
.texto p, h1 {
    margin-bottom: 30px;
}
.texto p {
    font-size: 20px;
}
.btn-abrir {
    background: #0063a5;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}
/* VENTANA MODAL */

.pop-up {
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 9999;
}
.pop-up-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}
.pop-up-title {
    flex-basis: 0;
    flex-grow: 1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/fondo.jpeg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}
.pop-up-title::after {
    content: '';
    position: absolute;
    //background: rgba(26, 93, 78, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pop-up-title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.subcription::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.pop-up-title h2, .pop-up-title p {
    z-index: 10;
    color: #fff;
    padding: 10px;
}
.pop-up-title h2 {
    font-size: 40px;
}
.pop-up-title p {
    font-size: 20px;
    font-weight: 300;
}
.subcription {
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 9999;
}
.sub-content {
    width: 85%;
}
.sub-content h2 {
    font-weight: 500;
    font-size: 40px;
    color: #4D4D4D;
    margin-bottom: 10px;
}
.sub-content p {
    font-weight: 500;
    color: #4D4D4D;
    margin-bottom: 30px;
}
.subs-email {
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}
.btn-contenido {
    display: flex;
    justify-content: center;
    padding: 15px;
    min-width: 250px;
}
.botones {
    width: 30%;
    margin: 4px 2px;
    padding: 15px 15px;
    border: none;
    border-radius: .5em;
    background-color: #004643;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.botones:hover {
    background: #739290;
}
.line {
    width: 100%;
    height: 20px;
    background: #d0d4c4;
}
.cerrar {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 25px;
    color: #004643;
    cursor: pointer;
}
.cerrar:hover {
    color: #739290;
}
.pop-up.show {
    visibility: visible;
}
.pop-up-wrap.show {
    transform: scale(1);
    opacity: 1;
}
@media only screen and (max-width: 980px) {
    .pop-up-title {
        display: none;
    }
    .botones {
        font-size: 12px;
        text-align: center;
    }
    .subcription {
        height: 600px;
    }
}
@media only screen and (max-width: 320px) {
    .sub-content h2 {
        font-size: 30px;
    }
    .subcription {
        height: 100%;
    }
    .cerrar {
        position: absolute;
        top: 100px;
    }
}
.Imagenes {
    border-radius: 50%;
    width: 80px;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

/* (AJUSTES MEMO) SE AGREGÓ CLASE PARA IMAGEN DEL FOOTER 
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/
.footer-img-container {
	text-align: center;
}
/* CIERRA AJUSTE
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/
.footer-image {
	width: 100%;
}