*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Releway';
}

.title{
 font-family: 'Releway';   
}


.texto{
   margin: 30px auto; 
   width: 80%;
}
.texto p, h1{
    margin-bottom: 30px;
}

.texto p{
    font-size: 20px;
}

.boton-abrir{
    background: #0063a5;
    color: #fff;
    padding:  10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.modal_zoom{
    background: rgba(48, 48, 48, 0.5);   
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
      align-items: start;
  visibility: hidden;
}

.modal_cuerpo{ 
   width: 100%;
   max-width: 500px;
  background: #fff; 
  position: relative;
}

.modal_title{
background: #fff; 
flex-basis: 0;
flex-grow:1.5;
height:  460px;
display: flex;
flex-direction: colum;
justify-content: center;
 align-items: center;
 font-family: 'Releway';
}
.modal_title2{
background: #fff; 
flex-basis: 0;
flex-grow:2;
height:  300px;

}

.modal_ima{
background: #fff; 
flex-basis: 0;
flex-grow:1.5;
height:  500px;
width: 100%;
display: flex;
flex-direction: colum;
justify-content: center;
align-items: center;

}

.linea{
    width: 100%;
height:  20px;
background: #1f4068;
}
#close{
    position: absolute;
    top: 40px;
    right: 25px;
}