* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

#main-photo{
  margin: 0;
  padding: 0;
  width: 100%;
}

#main-photo img{
  width: 100%;
}

.main{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 3em;
  margin-top: 3em;
  margin-left: 5%;
  justify-content: center;
  margin-bottom: 3em;
}

.texto-importante{
  color: #084F96;
  font-size: 1.1em;
  font-family: Arial Black, Arial, Helvetica, sans-serif; 
  text-align: left;
  font-weight: bold;
}

.texto-desactivado{
  color: #AFB0B4;
}

.imagenes-main{
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.imagenes-main img{
  width: 80%;
  margin: 5% 10%;
  margin-bottom: 2%
}
.imagenes-main p{
  text-align: center;
}

#texto2{
  margin-top: 2.2em;
  line-height: 1.4em;
}

#texto2 p{
  margin-bottom: 1.7em;
}

.planes{
  border-top: 2px solid #003970;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.planes a{
  text-decoration: none;
}

.importante{
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.epigrafe{
  color: #084F96;
  font-size: bold;
  font-style: italic;
  text-align: center;
  margin-top: 1.5em;
}

.planes-img{
  text-align: center;
  margin-top: 3em;
  height: 10em;
}

.planes-img img{
  height: 100%;
}

.tit{
  font-size: 1.45em;
}

@media only screen and (min-width: 916px) {
  .main{
    width: 70%;
    margin-left: 15%;
  }

  .texto-importante{
    font-size: 1.3em;
  }

  .imagenes-main{
    flex-direction: row;
    justify-content: space-between;
  }


  .imagenes-main #img1{
    width: 45%;
    margin: 0;
  }
  
  .imagenes-main #img2{
    width: 45%;
    margin-right: 0;
  }
  .imagenes-main img{
    width: 95%;
    margin-left: 5%;
  }
  
  #texto2{
    font-size: 1.1em;
  }

  .planes{
    flex-direction: row;
    justify-content: space-between
  }

  #plan-1{
    width: 40%;
  }

  #plan-2{
    width: 40%;
  }

  
  .tit{
    font-size: 1.4em;
  }
}

@media only screen and (min-width: 1550px) {

  .texto-importante{
    font-size: 30px;
  }

  #texto2{
    font-size: 21px;
  }

  .epigrafe{
    font-size: 22px;
  }

  .importante{
    font-size: 26px;
  }

  .tit{
    font-size: 26px
  }
}